Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 3 of 3) 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/arch/arm/dts/
H A Dstih410.dtsi338 g1@8c80000 {
339 compatible = "st,g1";
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1187 int g1,g2; in stbtt__GetGlyfOffset() local
1193 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()