Searched refs:len2 (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/mtd/ubi/ |
A D | vtbl.c | 264 int len2 = be16_to_cpu(vtbl[n].name_len); local 266 if (len1 > 0 && len1 == len2 &&
|
/u-boot/drivers/mtd/ubispl/ |
A D | ubispl.c | 188 int len2 = be16_to_cpu(vtbl[n].name_len); in vtbl_check() local 190 if (len1 > 0 && len1 == len2 && in vtbl_check()
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 857 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2… 3044 …bigendian_prefix(const stbtt_uint8 *s1, stbtt_int32 len1, const stbtt_uint8 *s2, stbtt_int32 len2) in stbtt__CompareUTF8toUTF16_bigendian_prefix() argument 3049 while (len2) { in stbtt__CompareUTF8toUTF16_bigendian_prefix() 3068 len2 -= 2; in stbtt__CompareUTF8toUTF16_bigendian_prefix() 3078 len2 -= 2; in stbtt__CompareUTF8toUTF16_bigendian_prefix() 3083 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2… in stbtt_CompareUTF8toUTF16_bigendian() argument 3085 …_CompareUTF8toUTF16_bigendian_prefix((const stbtt_uint8*) s1, len1, (const stbtt_uint8*) s2, len2); in stbtt_CompareUTF8toUTF16_bigendian()
|
Completed in 14 milliseconds