Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 8 of 8) sorted by relevance

/third_party/elfutils/lib/
Dsystem.h121 ({ const char *__res = strrchr (_(Str), '|'); \
122 __res ? __res + 1 : Str; })
128 ({ ssize_t __res; \
130 __res = expression; \
131 while (__res == -1 && errno == EINTR); \
132 __res; })
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
Dinternal_interface.hpp358 #define gl_FragCoord __res->gl_FragCoord.get()
372 impl.__res = &resources; in FragmentShader()
386 #define gl_Position __res->gl_Position.get()
400 impl.__res = &resources; in VertexShader()
425 impl.__res = &resources; in TessEvaluationShader()
450 impl.__res = &resources; in TessControlShader()
475 impl.__res = &resources; in GeometryShader()
491 #define gl_WorkGroupID __res->gl_WorkGroupID__.get()
492 #define gl_NumWorkGroups __res->gl_NumWorkGroups__.get()
495 #define barrier() __res->barrier__.wait()
[all …]
/third_party/ffmpeg/libavutil/mips/
Dcpu.c43 uint32_t __res; in read_cpucfg() local
50 :"=r"(__res) in read_cpucfg()
54 return __res; in read_cpucfg()
/third_party/alsa-lib/src/mixer/
Dsimple_none.c197 goto __res; in get_compare_weight()
213 __res: in get_compare_weight()
/third_party/libdrm/tests/modetest/
Dmodetest.c632 #define get_resource(_res, __res, type, Type) \ in get_resources() argument
635 uint32_t type##id = (__res)->type##s[i]; \ in get_resources()
/third_party/node/deps/cares/src/lib/
Dares_init.c1482 res = __res(); in init_by_resolv_conf()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp17636 extern int clock_getres (clockid_t __clock_id, struct timespec *__res) throw ();
23844 reserve(size_type __res) in reserve() argument
23847 if (__res < length()) in reserve()
23848 __res = length(); in reserve()
23851 if (__res != __capacity) in reserve()
23853 if (__res > __capacity in reserve()
23854 || __res > size_type(_S_local_capacity)) in reserve()
23856 pointer __tmp = _M_create(__res, __capacity); in reserve()
23860 _M_capacity(__res); in reserve()
25134 const int __res = _M_compare(__p, __q); in do_compare() local
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h26902 struct resource __res; member