Home
last modified time | relevance | path

Searched refs:b0 (Results 1 – 2 of 2) sorted by relevance

/string/
A Dmemcmp.c97 op_t a0, b0; in memcmp_bytes() local
106 while (a0 == b0); in memcmp_bytes()
107 return a0 - b0; in memcmp_bytes()
120 op_t b0, b1; in memcmp_common_alignment() local
166 if (a0 != b0) in memcmp_common_alignment()
178 if (a0 != b0) in memcmp_common_alignment()
204 op_t b0, b1, b2, b3; in memcmp_not_common_alignment() local
268 if (x != b0) in memcmp_not_common_alignment()
304 op_t b0; in MEMCMP() local
319 res = a0 - b0; in MEMCMP()
[all …]
A Dswab.c29 const char b0 = from[--n], b1 = from[--n]; in swab() local
30 to[n] = b0; in swab()

Completed in 7 milliseconds