Home
last modified time | relevance | path

Searched defs:rtype (Results 1 – 25 of 74) sorted by relevance

123

/external/python/cpython3/Lib/multiprocessing/
Dresource_tracker.py185 def register(self, name, rtype): argument
189 def unregister(self, name, rtype): argument
193 def _send(self, cmd, name, rtype): argument
/external/libffi/src/
Dprep_cif.c113 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif_core()
222 ffi_type *rtype, ffi_type **atypes) in ffi_prep_cif()
231 ffi_type *rtype, in ffi_prep_cif_var()
/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/
Dcgt.h33 #define VCGT_IMPL(rtype, vtype, prefix, postfix) \ argument
Dcgtz.h34 #define VCGTZ_IMPL(vtype, rtype, prefix, postfix) \ argument
Dcombine.h33 #define VCOMBINE_IMPL(rtype, vtype, prefix, postfix) \ argument
Dcle.h33 #define VCLE_IMPL(stype, vtype, rtype, prefix, postfix) \ argument
Dcge.h33 #define VCGE_IMPL(stype, vtype, rtype, prefix, postfix) \ argument
Dsub.h101 #define VSUBL_IMPL(rtype, vtype, prefix, postfix) \ argument
/external/coreboot/payloads/libpayload/drivers/usb/
Dusb.c127 set_feature(usbdev_t *dev, int endp, int feature, int rtype) in set_feature()
142 get_status(usbdev_t *dev, int intf, int rtype, int len, void *data) in get_status()
164 get_descriptor(usbdev_t *dev, int rtype, int desc_type, int desc_idx, in get_descriptor()
203 clear_feature(usbdev_t *dev, int endp, int feature, int rtype) in clear_feature()
/external/libffi/testsuite/libffi.call/
Dstruct10.c30 ffi_type rtype; in main() local
/external/kernel-headers/original/uapi/linux/
Duhid.h84 __u8 rtype; member
90 __u8 rtype; member
103 __u8 rtype; member
160 __u8 rtype; member
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/
Dtuples.hpp177 typedef nil_t& rtype; typedef
188 typedef typename impl::access<type>::type rtype; typedef
200 typedef typename impl::access<type>::type rtype; typedef
212 typedef typename impl::access<type>::type rtype; typedef
225 typedef typename impl::access<type>::type rtype; typedef
237 typedef typename impl::access<type>::type rtype; typedef
249 typedef typename impl::access<type>::type rtype; typedef
262 typedef typename impl::access<type>::type rtype; typedef
274 typedef typename impl::access<type>::type rtype; typedef
286 typedef typename impl::access<type>::type rtype; typedef
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp50 #define R_CLS(rtype) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp52 #define R_CLS(rtype) \ argument
/external/sdv/vsomeip/third_party/boost/spirit/workbench/karma/
Dformat_performance.cpp61 typedef boost::fusion::vector<double, double> rtype; in format_performance_rule() typedef
/external/javassist/src/main/javassist/compiler/
DJavac.java169 CtClass rtype = gen.resolver.lookupClass(r); in compileMethod() local
203 CtClass rtype; in compileBody() local
/external/libnetfilter_conntrack/src/conntrack/
Dgrp_setter.c88 uint8_t rtype; in set_attr_grp_icmp() local
/external/libffi/src/xtensa/
Dffi.c264 int rtype = cif->rtype->type; in ffi_closure_SYSV_inner() local
/external/libffi/src/microblaze/
Dffi.c179 unsigned int* rtype, unsigned int* rsize) in ffi_closure_call_SYSV()
/external/javassist/src/main/javassist/
DCtBehavior.java858 CtClass rtype = getReturnType0(); in insertAfter() local
917 ConstPool cp, CtClass rtype, int varNo) in insertAfterAdvice()
978 CtClass rtype, int returnVarNo, in insertAfterHandler()
/external/libffi/src/cris/
Dffi.c160 ffi_type * rtype, ffi_type ** atypes) in ffi_prep_cif_core()
/external/libffi/src/aarch64/
Dffi.c474 ffi_type *rtype = cif->rtype; in ffi_prep_cif_machdep() local
581 ffi_type *rtype; in ffi_call_int() local
/external/skia/src/core/
DSkDrawBase.cpp116 RectType rtype; in ComputeRectType() local
178 RectType rtype = ComputeRectType(prePaintRect, paint, *fCTM, &strokeSize); in drawRect() local
/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/
Dsta_network.cpp1920 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimGsmAuthResponseInternal() local
1938 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimGsmAuthFailureInternal() local
1971 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimUmtsAuthResponseInternal() local
1996 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimUmtsAutsResponseInternal() local
2014 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; in sendNetworkEapSimUmtsAuthFailureInternal() local
2036 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_EAP_IDENTITY; in sendNetworkEapIdentityResponseInternal() local
/external/python/cpython3/Python/
Doptimizer_bytecodes.c161 PyTypeObject *rtype = sym_get_type(right); in dummy_func() local

123