Searched refs:shl (Results 1 – 1 of 1) sorted by relevance
/string/ |
A D | memcmp.c | 206 int shl, shr; in memcmp_not_common_alignment() local 211 shl = 8 * (srcp1 % OPSIZ); in memcmp_not_common_alignment() 212 shr = 8 * OPSIZ - shl; in memcmp_not_common_alignment() 260 x = MERGE(a2, shl, a3, shr); in memcmp_not_common_alignment() 267 x = MERGE(a3, shl, a0, shr); in memcmp_not_common_alignment() 274 x = MERGE(a0, shl, a1, shr); in memcmp_not_common_alignment() 281 x = MERGE(a1, shl, a2, shr); in memcmp_not_common_alignment() 294 x = MERGE(a2, shl, a3, shr); in memcmp_not_common_alignment()
|
Completed in 5 milliseconds