Searched refs:g2 (Results 1 – 2 of 2) sorted by relevance
236 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp() argument238 return memcmp(g1, g2, sizeof(efi_guid_t)); in guidcmp()
1187 int g1,g2; in stbtt__GetGlyfOffset() local1194 g2 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2 + 2) * 2; in stbtt__GetGlyfOffset()1197 g2 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4 + 4); in stbtt__GetGlyfOffset()1200 return g1==g2 ? -1 : g1; // if length is 0, return -1 in stbtt__GetGlyfOffset()