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

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.c 145 static uint32_t type_flags(type_t type) function
158 iassert(!((dst->flags ^ type_flags(instr->cat1.dst_type)) & IR3_REG_HALF));
160 !((src->flags ^ type_flags(instr->cat1.src_type)) & IR3_REG_HALF));
425 iassert(!((dst->flags ^ type_flags(instr->cat5.type)) & IR3_REG_HALF));
  /external/mksh/src/
exec.c 493 int type_flags; local
628 type_flags = 0;
635 type_flags = EXPORT;
637 type_flags = LOCAL|LOCAL_COPY|EXPORT;
643 type_flags |= EXPORT;
664 typeset(cp, type_flags, 0, 0, 0);
768 for (type_flags = 0; type_flags < FNFLAGS; ++type_flags)
769 old_flags[type_flags] = shell_flags[type_flags]
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
CppAssetManager2.java 250 int type_flags; field in class:CppAssetManager2.FindEntryResult
607 // care about the value. In this case, the value of `FindEntryResult::type_flags` is incomplete
655 int type_flags = 0; local
684 type_flags |= type_spec.GetFlagsForEntryIndex(local_entry_idx);
760 out_entry_.type_flags = type_flags;
    [all...]

Completed in 95 milliseconds