Searched refs:us2 (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strcasecmp.c | 41 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 D | saa7146_core.c | 50 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 D | spl_ab.c | 13 const unsigned char *us2 = s2; in safe_memcmp() local 24 result |= *us1++ ^ *us2++; in safe_memcmp()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_lpuart.h | 42 u8 us2; member
|
| /OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 19 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 D | avb_util.c | 85 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 D | rkbootloader.c | 329 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 D | ms.c | 2232 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);
|