Lines Matching refs:CMP_LT_OR_GT
67 # define CMP_LT_OR_GT(a, b) ((a) > (b) ? 1 : -1) macro
69 # define CMP_LT_OR_GT(a, b) memcmp_bytes ((a), (b)) macro
161 return CMP_LT_OR_GT (a1, b1); in memcmp_common_alignment()
167 return CMP_LT_OR_GT (a0, b0); in memcmp_common_alignment()
173 return CMP_LT_OR_GT (a1, b1); in memcmp_common_alignment()
179 return CMP_LT_OR_GT (a0, b0); in memcmp_common_alignment()
191 return CMP_LT_OR_GT (a1, b1); in memcmp_common_alignment()
262 return CMP_LT_OR_GT (x, b3); in memcmp_not_common_alignment()
269 return CMP_LT_OR_GT (x, b0); in memcmp_not_common_alignment()
276 return CMP_LT_OR_GT (x, b1); in memcmp_not_common_alignment()
283 return CMP_LT_OR_GT (x, b2); in memcmp_not_common_alignment()
296 return CMP_LT_OR_GT (x, b3); in memcmp_not_common_alignment()