Searched refs:_data (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpeg_cmodel_def.h | 373 #define SETBIT(_data, _bit) ((_data) |= (0x1 << (_bit))) argument 374 #define CLRBIT(_data, _bit) ((_data) &= ~(0x1 << (_bit))) argument 375 #define GETBIT(_data, _bit) (((_data) >> (_bit)) & 0X1) argument
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/ |
| H A D | jpeg_cmodel_def.h | 373 #define SETBIT(_data, _bit) ((_data) |= (0x1 << (_bit))) argument 374 #define CLRBIT(_data, _bit) ((_data) &= ~(0x1 << (_bit))) argument 375 #define GETBIT(_data, _bit) (((_data) >> (_bit)) & 0X1) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | reent.h | 158 struct _reent *_data; member 176 struct _reent *_data; member 205 struct _reent *_data; /* Here for binary compatibility? Remove? */ member 223 struct _reent *_data; member 454 var->__sf_fake._data = _NULL; \
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvTimer.h | 116 #define TIMER_INITIALIZER(var, _function, _expires, _data) { \ argument 119 var.data = (_data), \
|