OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_h
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/libxcb/dist/src/
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
('#ifndef __%s_H', _ns.header.upper()
[
all
...]
xcb_util.c
428
struct hostent*
_h
;
432
if((
_h
= gethostbyname(host)) == NULL)
435
_c = (struct in_addr**)
_h
->h_addr_list;
/xsrc/external/mit/xorg-server/dist/test/
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/
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/
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 8 milliseconds
Indexes created Sat Aug 22 00:26:31 UTC 2026