Searched refs:needle (Results 1 – 3 of 3) sorted by relevance
211 const char* avb_strstr(const char* haystack, const char* needle) { in avb_strstr() argument218 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()
223 const char* needle) AVB_ATTR_WARN_UNUSED_RESULT;
1486 stbtt_uint32 needle, straw; in stbtt_GetGlyphKernAdvance() local1499 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