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

  /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());
  /frameworks/rs/server/
RefBase.h 120 typedef RefBase basetype; typedef in class:android::RefBase
180 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
468 return static_cast<typename TYPE::basetype *>(sptr->get());
477 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /system/core/include/utils/
RefBase.h 125 typedef RefBase basetype; typedef in class:android::RefBase
192 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
  /external/tcpdump/
print-snmp.c 873 SmiBasetype basetype; member in struct:smi2be
934 static int smi_check_type(SmiBasetype basetype, int be)
938 for (i = 0; smi2betab[i].basetype != SMI_BASETYPE_UNKNOWN; i++) {
939 if (smi2betab[i].basetype == basetype && smi2betab[i].be == be) {
952 switch (smiType->basetype) {
1096 if (! smi_check_type(smiType->basetype, elem->type)) {
1114 if (smiType->basetype == SMI_BASETYPE_BITS) {
1138 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 968 milliseconds