Searched refs:g1 (Results 1 – 3 of 3) 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()
338 g1@8c80000 {339 compatible = "st,g1";
1187 int g1,g2; in stbtt__GetGlyfOffset() local1193 g1 = info->glyf + ttUSHORT(info->data + info->loca + glyph_index * 2) * 2; in stbtt__GetGlyfOffset()1196 g1 = info->glyf + ttULONG (info->data + info->loca + glyph_index * 4); in stbtt__GetGlyfOffset()1200 return g1==g2 ? -1 : g1; // if length is 0, return -1 in stbtt__GetGlyfOffset()