Home
last modified time | relevance | path

Searched defs:ttULONG (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/video/
Dstb_truetype.h963 #define ttULONG(p) (* (stbtt_uint32 *) (p)) macro
970 …static stbtt_uint32 ttULONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttULONG() function