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

  /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);
  /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) {
  /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/selinux/libsepol/src/
write.c 571 struct filename_trans_datum *otype = data; local
587 buf[3] = cpu_to_le32(otype->otype);
    [all...]
expand.c 1389 filename_trans_datum_t *otype; local
    [all...]
policydb.c 2540 filename_trans_datum_t *otype; local
    [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/selinux/checkpolicy/
policy_define.c 3324 uint32_t otype; local
    [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...]
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 2797 const char *otype = (const char *) SwigPyObject_GetDesc(obj); local
2806 const char *otype = (obj ? obj->ob_type->tp_name : 0); local
    [all...]

Completed in 2155 milliseconds