/third_party/libinput/include/valgrind/ |
D | valgrind.h | 1172 volatile unsigned long _res; \ 1179 : /*out*/ "=a" (_res) \ 1183 lval = (__typeof__(lval)) _res; \ 1190 volatile unsigned long _res; \ 1200 : /*out*/ "=a" (_res) \ 1204 lval = (__typeof__(lval)) _res; \ 1211 volatile unsigned long _res; \ 1223 : /*out*/ "=a" (_res) \ 1227 lval = (__typeof__(lval)) _res; \ 1234 volatile unsigned long _res; \ [all …]
|
/third_party/glib/glib/ |
D | valgrind.h | 1173 volatile unsigned long _res; \ 1180 : /*out*/ "=a" (_res) \ 1184 lval = (__typeof__(lval)) _res; \ 1191 volatile unsigned long _res; \ 1201 : /*out*/ "=a" (_res) \ 1205 lval = (__typeof__(lval)) _res; \ 1212 volatile unsigned long _res; \ 1224 : /*out*/ "=a" (_res) \ 1228 lval = (__typeof__(lval)) _res; \ 1235 volatile unsigned long _res; \ [all …]
|
/third_party/python/Parser/ |
D | parser.c | 945 mod_ty _res = NULL; in file_rule() local 962 _res = _PyPegen_make_module ( p , a ); in file_rule() 963 if (_res == NULL && PyErr_Occurred()) { in file_rule() 974 _res = NULL; in file_rule() 977 return _res; in file_rule() 992 mod_ty _res = NULL; in interactive_rule() local 1006 _res = _PyAST_Interactive ( a , p -> arena ); in interactive_rule() 1007 if (_res == NULL && PyErr_Occurred()) { in interactive_rule() 1018 _res = NULL; in interactive_rule() 1021 return _res; in interactive_rule() [all …]
|
/third_party/node/test/parallel/ |
D | test-http-outgoing-message-capture-rejection.js | 43 let _res; variable 48 _res = res; 74 if (_res) { 75 _res.end();
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 577 #define free_resource(_res, type, Type) \ in free_resources() argument 579 if (!(_res)->type##s) \ in free_resources() 581 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \ in free_resources() 582 if (!(_res)->type##s[i].type) \ in free_resources() 584 drmModeFree##Type((_res)->type##s[i].type); \ in free_resources() 586 free((_res)->type##s); \ in free_resources() 589 #define free_properties(_res, type) \ in free_resources() argument 591 for (i = 0; i < (int)(_res)->count_##type##s; ++i) { \ in free_resources() 619 drmModeRes *_res; in get_resources() local 630 _res = drmModeGetResources(dev->fd); in get_resources() [all …]
|
/third_party/alsa-lib/modules/mixer/simple/ |
D | python.c | 114 static int pcall(struct pymelem *pymelem, const char *attr, PyObject *args, PyObject **_res) in pcall() argument 119 if (_res) in pcall() 120 *_res = NULL; in pcall() 136 if (_res && PyTuple_Check(res)) { in pcall() 137 *_res = res; in pcall() 155 if (_res) in pcall() 156 *_res = NULL; in pcall() 159 if (_res && *_res) in pcall()
|
/third_party/openssl/crypto/camellia/asm/ |
D | cmll-x86_64.pl | 677 $_res="16(%rsp)"; # len&15 753 mov %rcx,$_res 780 mov $_res,%rcx 807 mov %rax,$_res 832 mov %rcx,$_res 854 mov $_res,%rcx
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | resolv.h | 126 #define _res (*__res_state()) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | resolv.h | 126 #define _res (*__res_state()) macro
|
/third_party/musl/include/ |
D | resolv.h | 126 #define _res (*__res_state()) macro
|
/third_party/musl/ndk_musl_include/ |
D | resolv.h | 125 #define _res (*__res_state()) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | resolv.h | 126 #define _res (*__res_state()) macro
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | index.js | 193 const _res = { variable 198 return new CachePolicy(_req, _res, { shared: false })
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 824 struct pipe_resource *_res, in rbug_create_stream_output_target() argument 829 struct pipe_resource *res = rbug_resource_unwrap(_res); in rbug_create_stream_output_target() 918 struct pipe_resource *_res) in rbug_flush_resource() argument 921 struct rbug_resource *rb_resource_res = rbug_resource(_res); in rbug_flush_resource()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gsthdv1394src.c | 65 int G_GNUC_UNUSED _res; unsigned char c; c = command; \ 66 _res = write (WRITE_SOCKET(src), &c, 1); \
|
D | gstdv1394src.c | 69 int G_GNUC_UNUSED _res; unsigned char c; c = command; \ 70 _res = write (WRITE_SOCKET(src), &c, 1); \
|
/third_party/boost/tools/build/src/tools/ |
D | rc.jam | 88 generators.register-c-compiler rc.compile.resource : RC : OBJ(%_res) ;
|
/third_party/python/Modules/_io/ |
D | textio.c | 1466 PyObject *_res; \ 1471 _res = textiowrapper_closed_get(self, NULL); \ 1472 if (_res == NULL) \ 1474 r = PyObject_IsTrue(_res); \ 1475 Py_DECREF(_res); \
|
/third_party/libxml2/ |
D | nanohttp.c | 1065 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost() 1067 _res.options |= RES_USE_INET6; in xmlNanoHTTPConnectHost()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | nanohttp.c | 1094 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost() 1096 _res.options |= RES_USE_INET6; in xmlNanoHTTPConnectHost()
|
/third_party/ltp/lib/ |
D | README.md | 93 tst\_brk(TBROK, ...) calls are converted into tst\_res(TWARN, ...) calls. This
|
/third_party/flutter/skia/ |
D | BUILD.gn | 2364 outputs = [ "$target_gen_dir/mdbviz/{{source_name_part}}_res.cpp" ] 2369 "gen/mdbviz/{{source_name_part}}_res.cpp",
|
/third_party/skia/ |
D | BUILD.gn | 2962 outputs = [ "$target_gen_dir/mdbviz/{{source_name_part}}_res.cpp" ] 2967 "gen/mdbviz/{{source_name_part}}_res.cpp",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface.c | 2069 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); in wpa_supplicant_ctrl_iface_status() local 2070 if (_res < 0) in wpa_supplicant_ctrl_iface_status() 2073 ssid_len = _res; in wpa_supplicant_ctrl_iface_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface.c | 2239 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); in wpa_supplicant_ctrl_iface_status() local 2240 if (_res < 0) in wpa_supplicant_ctrl_iface_status() 2243 ssid_len = _res; in wpa_supplicant_ctrl_iface_status()
|