HomeSort by relevance Sort by last modified time
    Searched refs:otype (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit_overflow.c 72 LLVMTypeRef otype; local
89 otype = LLVMStructTypeInContext(gallivm->context, oelems, 2, FALSE);
91 otype, a, b);
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 1004 enum bfd_link_hash_type otype;
1011 otype = h->type;
1012 if (otype == bfd_link_hash_common)
1017 else if (otype == bfd_link_hash_defined
1018 || otype == bfd_link_hash_defweak)
1036 ASSERT (otype == bfd_link_hash_common);
1042 else if (otype == bfd_link_hash_defined
1043 || otype == bfd_link_hash_defweak
1044 || otype == bfd_link_hash_indirect)
1054 ASSERT (otype == bfd_link_hash_common && ntype == bfd_link_hash_common)
1002 enum bfd_link_hash_type otype; local
    [all...]
  /external/libxml2/python/
libxml.py 595 otype = type(o)
596 if otype == type([]):
599 elif otype == type(()):
602 elif otype == type('') or otype == type(0) or otype == type(0.0):
  /external/tcpdump/
print-pim.c 717 uint16_t otype, olen; local
721 otype = EXTRACT_16BITS(&bp[0]);
725 tok2str(pimv2_hello_option_values, "Unknown", otype),
726 otype,
730 switch (otype) {
  /external/clang/test/CodeGen/
ms-inline-asm.c 316 int olen = 0, osize = 0, otype = 0;
321 __asm mov otype, TYPE arr
  /external/selinux/libsepol/src/
expand.c 1389 filename_trans_datum_t *otype; local
    [all...]
policydb.c 2540 filename_trans_datum_t *otype; local
    [all...]
write.c 571 struct filename_trans_datum *otype = data; local
587 buf[3] = cpu_to_le32(otype->otype);
    [all...]
link.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyrun.swg     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-microblaze.c 627 int otype; /* Offset Type */ member in struct:imm_type
668 int i, otype; local
670 otype = 0;
676 otype = imm_types[i].otype;
680 return otype;
    [all...]
  /external/openssh/
moduli.c 153 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries,
166 otype, otests, otries, osize, ogenerator);
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 169 uint32_t otype; /* expected of new object */ member in struct:filename_trans_datum
316 uint32_t otype; /* new type */ member in struct:filename_trans_rule
  /external/selinux/checkpolicy/test/
dispol.c 351 display_id(p, fp, SYM_TYPES, ftdatum->otype - 1, "");
dismod.c 491 display_id(p, fp, SYM_TYPES, tr->otype - 1, "");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /external/python/cpython2/Lib/
xmlrpclib.py 403 otype = (hasattr(other, "__class__")
407 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 402 otype = (hasattr(other, "__class__")
406 (self.__class__.__name__, otype))
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 1149 filename_trans_datum_t *newdatum = NULL, *otype = NULL; local
1204 newdatum->otype = sepol_result->s.value;
1210 otype = hashtab_search(filename_trans_table, (hashtab_key_t)newkey);
1211 if (newdatum->otype != otype->otype)
    [all...]
  /tools/repohooks/tools/
checkpatch.pl     [all...]
  /external/selinux/checkpolicy/
policy_define.c 3324 uint32_t otype; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]

Completed in 782 milliseconds

1 2