Home
last modified time | relevance | path

Searched refs:g1 (Results 1 – 3 of 3) sorted by relevance

/u-boot/include/
A Defi_loader.h21 static inline int guidcmp(const void *g1, const void *g2) in guidcmp() argument
23 return memcmp(g1, g2, sizeof(efi_guid_t)); in guidcmp()
/u-boot/arch/arm/dts/
A Dimx8mq.dtsi1275 reg-names = "g1", "g2", "ctrl";
1278 interrupt-names = "g1", "g2";
1282 clock-names = "g1", "g2", "bus";
/u-boot/drivers/video/
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()

Completed in 49 milliseconds