Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h493 #define ALIGN_4(_x) (((_x) + 3) & ~3) argument
494 #define ALIGN_16(_x) (((_x) + 15) & ~15) // No data type specified, op… argument
495 #define ALIGN_32(_x) (((_x) + 31) & ~31) // No data type specified, op… argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h493 #define ALIGN_4(_x) (((_x) + 3) & ~3) argument
494 #define ALIGN_16(_x) (((_x) + 15) & ~15) // No data type specified, op… argument
495 #define ALIGN_32(_x) (((_x) + 31) & ~31) // No data type specified, op… argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/mmfi/
H A DdrvMMFilein.h123 #define DRVMMFI_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/tso/
H A DdrvTSO.h123 #define DRVTSO_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/mmfi2/
H A DdrvMMFilein.h127 #define DRVMMFI_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/tso2/
H A DdrvTSO.h123 #define DRVTSO_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP.h130 #define DRVTSP_ALIGN(_x) TSP_ALIGN(_x) argument
H A DdrvTSP2.h159 #define TSP_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.h125 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.h131 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x) argument
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c230 #define EndianChangeL(_x) \ argument
233 #define EndianChangeS(_x) \ argument
H A DapiJPEG.c252 #define EndianChangeL(_x) \ argument
255 #define EndianChangeS(_x) \ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dreent.h44 __ULong _x[1]; member
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c228 #define EndianChangeL(_x) \ argument
231 #define EndianChangeS(_x) \ argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c235 #define EndianChangeL(_x) \ argument
238 #define EndianChangeS(_x) \ argument
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c60 #define GWIN_SDRAM_PG_ALIGN(_x) ALIGN_32(_x) argument
61 #define IS_GWIN_SDRAM_ALIGN(_x) ((_x)== GWIN_SDRAM_PG_ALIGN(_x)) argument