Searched refs:type_flags (Results 1 – 6 of 6) sorted by relevance
/external/mksh/src/ |
D | exec.c | 493 int type_flags; in comexec() local 628 type_flags = 0; in comexec() 635 type_flags = EXPORT; in comexec() 637 type_flags = LOCAL|LOCAL_COPY|EXPORT; in comexec() 643 type_flags |= EXPORT; in comexec() 664 typeset(cp, type_flags, 0, 0, 0); in comexec() 768 for (type_flags = 0; type_flags < FNFLAGS; ++type_flags) in comexec() 769 old_flags[type_flags] = shell_flags[type_flags]; in comexec() 787 for (type_flags = 0; type_flags < FNFLAGS; ++type_flags) in comexec() 788 shell_flags[type_flags] = old_flags[type_flags]; in comexec()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 250 int type_flags; field in CppAssetManager2.FindEntryResult 655 int type_flags = 0; in FindEntry() local 684 type_flags |= type_spec.GetFlagsForEntryIndex(local_entry_idx); in FindEntry() 760 out_entry_.type_flags = type_flags; in FindEntry() 825 out_flags.set(entry.get().type_flags); in GetResourceFlags() 868 out_flags.set(entry.get().type_flags); in GetResource() 882 out_flags.set(entry.get().type_flags); in GetResource() 1037 new_bag.type_spec_flags = entry.type_flags; in GetBag() 1189 new_bag.type_spec_flags = entry.type_flags | parent_bag.type_spec_flags; in GetBag()
|
/external/scapy/scapy/contrib/ |
D | bgp.py | 2025 lambda x: x.type_flags != None and\ 2026 has_extended_length(x.type_flags) 2030 lambda x: x.type_flags != None and not\ 2031 has_extended_length(x.type_flags) 2043 if self.type_flags is None: 2054 extended_length = has_extended_length(self.type_flags)
|
D | bgp.uts | 604 a.type_flags == 0x90 and a.type_code == 15 and a.attr_ext_len == 88 and a.attribute.afi == 2 and a.…
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3.c | 145 static uint32_t type_flags(type_t type) in type_flags() function 158 iassert(!((dst->flags ^ type_flags(instr->cat1.dst_type)) & IR3_REG_HALF)); in emit_cat1() 160 !((src->flags ^ type_flags(instr->cat1.src_type)) & IR3_REG_HALF)); in emit_cat1() 425 iassert(!((dst->flags ^ type_flags(instr->cat5.type)) & IR3_REG_HALF)); in emit_cat5()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 1104 #define EMIT_MOV(type, type_flags, type_cast) \ argument 1105 …emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1,…
|