Searched refs:_t (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miline.h | 113 { int _t = i; i = j; j = _t; } 116 { DDXPointRec _t; _t = i; i = j; j = _t; }
|
| H A D | misprite.c | 130 { int _t; \ 131 if (x1 > x2) { _t = x1; x1 = x2; x2 = _t; } \ 132 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miline.h | 112 { int _t = i; i = j; j = _t; } 115 { DDXPointRec _t; _t = i; i = j; j = _t; }
|
| H A D | misprite.c | 122 { int _t; \ 123 if (x1 > x2) { _t = x1; x1 = x2; x2 = _t; } \ 124 if (y1 > y2) { _t = y1; y1 = y2; y2 = _t; } }
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | VBoxVideo.h | 387 #define VBOXVHWACMD_BODY(_p, _t) ((_t*)(_p)->body) 1482 #define VBOXVDMACBUF_DR_TAIL(_pCmd, _t) ( (_t*)(((uint8_t*)(_pCmd)) + sizeof (VBOXVDMACBUF_DR)) ) 1493 #define VBOXVDMACMD_SIZE(_t) (VBOXVDMACMD_SIZE_FROMBODYSIZE(sizeof (_t))) 1494 #define VBOXVDMACMD_BODY(_pCmd, _t) ( (_t*)(((uint8_t*)(_pCmd)) + VBOXVDMACMD_HEADER_SIZE()) ) 1497 #define VBOXVDMACMD_BODY_FIELD_OFFSET(_ot, _t, _f) ( (_ot)(uintptr_t)( VBOXVDMACMD_BODY(0, uint8_t) + RT_OFFSETOF(_t, _ [all...] |
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | c_client.py | 232 def _t(list): function 235 Same as _n but adds a "_t" on the end. 354 name = _t(v[0]) 364 tname = _t(name) 366 tname = _t(name + ('enum',)) 394 self.c_type = _t(name + postfix) 397 self.c_iterator_type = _t(name + ('iterator',)) 405 self.c_reply_type = _t(name + ('reply',)) 406 self.c_cookie_type = _t(name + ('cookie',)) 441 field.c_field_type = _t(fiel [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-rvv.c | 71 #define VUINT(ELEN, LMUL) vuint##ELEN##LMUL##_t 2866 uint##dtypew##_t *__restrict__ bitsw = (uint##dtypew##_t *)bits; \ 2869 (uint##dtypew##_t)filler, __riscv_vsetvlmax_e##dtypew##m8 ()); \ 2874 uint##dtypew##_t *__restrict__ d = bitsw; \ 2955 uint##dtypew##_t *src_w = (uint##dtypew##_t *)src_bits; \ 2956 uint##dtypew##_t *dst_w = (uint##dtypew##_t *)dst_bits; \ 2966 uint##dtypew##_t *__restrict_ [all...] |
Completed in 81 milliseconds