Home
last modified time | relevance | path

Searched refs:g2 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_loader.h236 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp() argument
238 return memcmp(g1, g2, sizeof(efi_guid_t)); in guidcmp()
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1187 int g1,g2; in stbtt__GetGlyfOffset() local
1194 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()