Home
last modified time | relevance | path

Searched refs:us2 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dstrcasecmp.c41 const u_char *us1 = (const u_char *) str1, *us2 = (const u_char *) str2; in xstrcasecmp() local
43 while (tolower(*us1) == tolower(*us2)) { in xstrcasecmp()
46 us2++; in xstrcasecmp()
49 return (tolower(*us1) - tolower(*us2)); in xstrcasecmp()
58 const u_char *us1 = (const u_char *) s1, *us2 = (const u_char *) s2; in xstrncasecmp() local
61 if (tolower(*us1) != tolower(*us2++)) in xstrncasecmp()
62 return (tolower(*us1) - tolower(*--us2)); in xstrncasecmp()
/OK3568_Linux_fs/kernel/drivers/media/common/saa7146/
H A Dsaa7146_core.c50 unsigned long us1, unsigned long us2) in saa7146_wait_for_debi_done_sleep() argument
70 timeout = jiffies + usecs_to_jiffies(us2); in saa7146_wait_for_debi_done_sleep()
88 unsigned long us1, unsigned long us2) in saa7146_wait_for_debi_done_busyloop() argument
106 loops = us2 / 5; in saa7146_wait_for_debi_done_busyloop()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_ab.c13 const unsigned char *us2 = s2; in safe_memcmp() local
24 result |= *us1++ ^ *us2++; in safe_memcmp()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_lpuart.h42 u8 us2; member
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c19 const unsigned char *us2 = s2; in safe_memcmp() local
30 result |= *us1++ ^ *us2++; in safe_memcmp()
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_util.c85 const unsigned char* us2 = s2; in avb_safe_memcmp() local
97 result |= *us1++ ^ *us2++; in avb_safe_memcmp()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkbootloader.c329 const unsigned char* us2 = (const unsigned char *)s2; in avb_safe_memcmp() local
341 result |= *us1++ ^ *us2++; in avb_safe_memcmp()
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Dms.c2232 u16 log_off, u8 us1, u8 us2) argument
2243 if (us1 != us2) {
2281 u8 extra[MS_EXTRA_SIZE], us1, us2; local
2405 us2 = extra[0] & 0x10;
2408 log_blk - ms_start_idx[seg_no], us1, us2);