HomeSort by relevance Sort by last modified time
    Searched defs:basetype (Results 1 - 12 of 12) sorted by null

  /system/core/libutils/include/utils/
LightRefBase.h 50 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
RefBase.h 293 typedef RefBase basetype; typedef in class:android::RefBase
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_init.cpp 44 typedef uint32_t basetype; typedef in class:r600_sb::regbits
45 static const unsigned bt_bytes = sizeof(basetype);
51 basetype dta[size];
125 dta[ih] |= ((basetype)1u << il);
132 dta[ih] &= ~((basetype)1u << il);
138 return dta[ih] & ((basetype)1u << il);
144 basetype bm = 1u << il;
191 basetype cd = dta[elt];
203 unsigned p = __builtin_ctz(cd) & ~(basetype)3u;
226 basetype cd = dta[elt]
    [all...]
sb_ir.h 219 typedef uint32_t basetype; typedef in class:r600_sb::sb_bitset
220 static const unsigned bt_bits = sizeof(basetype) << 3;
221 std::vector<basetype> data;
  /frameworks/rs/cpp/util/
RefBase.h 121 typedef RefBase basetype; typedef in class:android::RSC::RefBase
181 typedef LightRefBase<T> basetype; typedef in class:android::RSC::LightRefBase
469 return static_cast<typename TYPE::basetype *>(sptr->get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenObjectDefinition.py 8 basetype = None variable in class:ObjectDefinition
108 if self.basetype:
109 Output("/* XXXX Should we tp_init or tp_new our basetype? */")
143 if self.basetype:
144 Output("%s.tp_dealloc((PyObject *)self);", self.basetype)
218 if self.basetype:
219 Output("%s.tp_base = &%s;", self.typename, self.basetype)
388 if self.basetype:
389 Output("if (%s.tp_init)", self.basetype)
391 Output("if ( (*%s.tp_init)(_self, _args, _kwds) < 0) return -1;", self.basetype)
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
bgenObjectDefinition.py 8 basetype = None variable in class:ObjectDefinition
108 if self.basetype:
109 Output("/* XXXX Should we tp_init or tp_new our basetype? */")
143 if self.basetype:
144 Output("%s.tp_dealloc((PyObject *)self);", self.basetype)
218 if self.basetype:
219 Output("%s.tp_base = &%s;", self.typename, self.basetype)
388 if self.basetype:
389 Output("if (%s.tp_init)", self.basetype)
391 Output("if ( (*%s.tp_init)(_self, _args, _kwds) < 0) return -1;", self.basetype)
    [all...]
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 338 basetype = "CFTypeRef_Type" variable in class:CFArrayRefObjectDefinition
350 basetype = "CFArrayRef_Type" variable in class:CFMutableArrayRefObjectDefinition
362 basetype = "CFTypeRef_Type" variable in class:CFDictionaryRefObjectDefinition
374 basetype = "CFDictionaryRef_Type" variable in class:CFMutableDictionaryRefObjectDefinition
386 basetype = "CFTypeRef_Type" variable in class:CFDataRefObjectDefinition
410 basetype = "CFDataRef_Type" variable in class:CFMutableDataRefObjectDefinition
422 basetype = "CFTypeRef_Type" variable in class:CFStringRefObjectDefinition
456 basetype = "CFStringRef_Type" variable in class:CFMutableStringRefObjectDefinition
472 basetype = "CFTypeRef_Type" variable in class:CFURLRefObjectDefinition
  /external/flatbuffers/src/
idl_gen_cpp.cpp 1556 const auto basetype = GenTypeBasic( local
    [all...]
  /external/tcpdump/
print-snmp.c 891 SmiBasetype basetype; member in struct:smi2be
952 static int smi_check_type(SmiBasetype basetype, int be)
956 for (i = 0; smi2betab[i].basetype != SMI_BASETYPE_UNKNOWN; i++) {
957 if (smi2betab[i].basetype == basetype && smi2betab[i].be == be) {
970 switch (smiType->basetype) {
1118 if (! smi_check_type(smiType->basetype, elem->type)) {
1136 if (smiType->basetype == SMI_BASETYPE_BITS) {
1162 if (smiType->basetype == SMI_BASETYPE_ENUM) {
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 2621 debug_type basetype; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 2277 enum arm_reg_type basetype; local
    [all...]

Completed in 328 milliseconds