Searched refs:STRUCT_OFFSET (Results 1 – 2 of 2) sorted by relevance
448 (u_int32_t) STRUCT_OFFSET (FLD_TYPE1, Crc32), in pmcCalcCrc_T01()467 (u_int32_t) STRUCT_OFFSET (FLD_TYPE2, Crc32), in pmcCalcCrc_T02()474 (u_int32_t) (sizeof (FLD_TYPE2) - STRUCT_OFFSET (FLD_TYPE2, Id)), in pmcCalcCrc_T02()
94 #define STRUCT_OFFSET(type, symbol) ((long)&(((type *)0)->symbol)) macro