Home
last modified time | relevance | path

Searched refs:needle (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_util.c228 const char* avb_strstr(const char* haystack, const char* needle) { in avb_strstr() argument
235 if (haystack[n] != needle[0]) { in avb_strstr()
240 if (needle[m] == '\0') { in avb_strstr()
244 if (haystack[n + m] != needle[m]) { in avb_strstr()
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_util.h244 const char* needle) AVB_ATTR_WARN_UNUSED_RESULT;
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1486 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local
1499 needle = glyph1 << 16 | glyph2; in stbtt_GetGlyphKernAdvance()
1503 if (needle < straw) in stbtt_GetGlyphKernAdvance()
1505 else if (needle > straw) in stbtt_GetGlyphKernAdvance()