Lines Matching refs:res
307 op_t res; in MEMCMP() local
319 res = a0 - b0; in MEMCMP()
320 if (res != 0) in MEMCMP()
321 return res; in MEMCMP()
330 res = memcmp_common_alignment (srcp1, srcp2, len / OPSIZ); in MEMCMP()
332 res = memcmp_not_common_alignment (srcp1, srcp2, len / OPSIZ); in MEMCMP()
333 if (res != 0) in MEMCMP()
334 return res; in MEMCMP()
349 res = a0 - b0; in MEMCMP()
350 if (res != 0) in MEMCMP()
351 return res; in MEMCMP()