| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpeg_cmodel_def.h | 493 #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 D | jpeg_cmodel_def.h | 493 #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 D | drvMMFilein.h | 123 #define DRVMMFI_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tso/ |
| H A D | drvTSO.h | 123 #define DRVTSO_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/mmfi2/ |
| H A D | drvMMFilein.h | 127 #define DRVMMFI_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tso2/ |
| H A D | drvTSO.h | 123 #define DRVTSO_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/ |
| H A D | drvTSP.h | 130 #define DRVTSP_ALIGN(_x) TSP_ALIGN(_x) argument
|
| H A D | drvTSP2.h | 159 #define TSP_ALIGN(_x) ALIGN_16((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/ |
| H A D | drvTSP.h | 125 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/ |
| H A D | drvTSP.h | 131 #define DRVTSP_ALIGN(_x) ALIGN_8((MS_U32)_x) argument
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 230 #define EndianChangeL(_x) \ argument 233 #define EndianChangeS(_x) \ argument
|
| H A D | apiJPEG.c | 252 #define EndianChangeL(_x) \ argument 255 #define EndianChangeS(_x) \ argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | reent.h | 44 __ULong _x[1]; member
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 228 #define EndianChangeL(_x) \ argument 231 #define EndianChangeS(_x) \ argument
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 235 #define EndianChangeL(_x) \ argument 238 #define EndianChangeS(_x) \ argument
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | mapiGOP.c | 60 #define GWIN_SDRAM_PG_ALIGN(_x) ALIGN_32(_x) argument 61 #define IS_GWIN_SDRAM_ALIGN(_x) ((_x)== GWIN_SDRAM_PG_ALIGN(_x)) argument
|