Searched defs:ttULONG (Results 1 – 1 of 1) sorted by relevance
963 #define ttULONG(p) (* (stbtt_uint32 *) (p)) macro970 …static stbtt_uint32 ttULONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + … in ttULONG() function