Searched refs:CMP_LT_OR_GT (Results 1 – 1 of 1) sorted by relevance
/string/ |
A D | memcmp.c | 67 # define CMP_LT_OR_GT(a, b) ((a) > (b) ? 1 : -1) 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() [all …]
|
Completed in 4 milliseconds