Searched defs:NEXT_U32 (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/source/glyphs/ | ||
H A D | gcach_ftyp.cxx | 94 inline sal_uInt32 NEXT_U32( CPU8& p ) { p+=4; return (p[-4]<<24)|(p[-3]<<16)|(p[-2]<<8)|p[-1]; } in NEXT_U32() function |
Completed in 31 milliseconds