Searched refs:_ctype (Results 1 – 9 of 9) sorted by relevance
/external/python/cffi/cffi/ |
D | backend_ctypes.py | 35 ctype = cls._ctype 41 res = cls._ctype(res) 43 res = cls._ctype() 92 return ctypes.sizeof(cls._ctype) 95 return ctypes.sizeof(self._ctype) 106 return ctypes.alignment(cls._ctype) 197 self._as_ctype_ptr = ctypes.cast(address, cls._ctype) 218 return ctypes.cast(address, cls._ctype) 251 return getattr(cls._ctype, fieldname).offset 377 _ctype = ctype variable in CTypesBackend.new_primitive_type.CTypesPrimitive [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_struct.h | 47 #define LP_CHECK_STRUCT_SIZE(_ctype, _ltarget, _ltype) \ argument 49 sizeof(_ctype)) 51 #define LP_CHECK_MEMBER_OFFSET(_ctype, _cmember, _ltarget, _ltype, _lindex) \ argument 53 offsetof(_ctype, _cmember))
|
/external/libevent/ |
D | event_rpcgen.py | 430 self._ctype = ent_type 499 "ctype": self._ctype, 503 "optaddarg": self._optaddarg and ", const %s value" % self._ctype or "", 514 return "sizeof(%s)" % self._ctype 521 "int %s(struct %s *, %s *);" % (funcname, self._struct.Name(), self._ctype) 546 % (funcname, self._struct.Name(), self._ctype) 594 self._ctype = "ev_uint8_t" 610 "int %s(struct %s *, %s **);" % (funcname, self._struct.Name(), self._ctype) 617 % (funcname, self._struct.Name(), self._ctype) 631 % (self._struct.Name(), name, self._struct.Name(), self._ctype), [all …]
|
/external/llvm-project/llvm/test/MC/MSP430/ |
D | reloc.s | 26 .short _ctype+3 27 ; RELOC: R_MSP430_16_BYTE _ctype 0x3
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest64.sym | 241 FILE 6847 f:\dd\vctools\crt\crtw32\convert\_ctype.c
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 6536 FILE 6535 f:\sp\vctools\crt_bld\self_x86\crt\src\_ctype.c
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 6536 FILE 6535 f:\sp\vctools\crt_bld\self_x86\crt\src\_ctype.c
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 208 FILE 206 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_ctype.h
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 209 FILE 207 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_ctype.h
|