Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h340 #define ReadU32LE(b) (((b)[3]<<24)|((b)[2]<<16)|((b)[1]<<8)|((b)[0])) macro
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h340 #define ReadU32LE(b) (((b)[3]<<24)|((b)[2]<<16)|((b)[1]<<8)|((b)[0])) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h407 #define ReadU32LE(b) (((b)[0])|((U32)((b)[1])<<8)|((U32)((b)[2])<<16)|((U32)((b)[3])<<24)) macro