Home
last modified time | relevance | path

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

/u-boot/lib/libavb/
A Davb_util.c211 const char* avb_strstr(const char* haystack, const char* needle) { in avb_strstr() argument
218 if (haystack[n] != needle[0]) { in avb_strstr()
223 if (needle[m] == '\0') { in avb_strstr()
227 if (haystack[n + m] != needle[m]) { in avb_strstr()
A Davb_util.h223 const char* needle) AVB_ATTR_WARN_UNUSED_RESULT;
/u-boot/drivers/video/
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()

Completed in 13 milliseconds