Searched refs:_h (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | c_client.py | 42 def _h(fmt, *args): function 58 _h(fmt, *args) 80 being sent to the output via _h und _c. 269 _h('/**') 270 _h(' * @defgroup XCB_%s_API XCB %s API', _ns.ext_name, _ns.ext_name) 271 _h(' * @brief %s XCB Protocol Implementation.', _ns.ext_name) 272 _h(' * @{') 273 _h(' **/') 274 _h('') 275 _h('#ifnde [all...] |
| H A D | xcb_util.c | 428 struct hostent* _h; local in function:_xcb_open_tcp 432 if((_h = gethostbyname(host)) == NULL) 435 _c = (struct in_addr**)_h->h_addr_list;
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | misc.c | 84 #define assert_dimensions(_x, _y, _w, _h) \ 89 assert(screenInfo.height == _h); 91 #define set_screen(idx, _x, _y, _w, _h) \ 95 screenInfo.screens[idx]->height = _h; \
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Android.glsl.gen.mk | 72 echo '#ifndef '$(@F:$1=_h) > $(@:$1=.h) 73 echo '#define '$(@F:$1=_h) >> $(@:$1=.h)
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | uthash.h | 666 #define MUR_FMIX(_h) \ 668 _h ^= _h >> 16; \ 669 _h *= 0x85ebca6bu; \ 670 _h ^= _h >> 13; \ 671 _h *= 0xc2b2ae35u; \ 672 _h ^= _h >> 16; \
|
Completed in 51 milliseconds