Searched refs:type_flags (Results 1 - 9 of 9) sorted by relevance

/external/mksh/src/
H A Dexec.c486 int type_flags; local
621 type_flags = 0;
628 type_flags = EXPORT;
630 type_flags = LOCAL|LOCAL_COPY|EXPORT;
636 type_flags |= EXPORT;
657 typeset(cp, type_flags, 0, 0, 0);
761 for (type_flags = 0; type_flags < FNFLAGS; ++type_flags)
762 old_flags[type_flags]
[all...]
/external/scapy/scapy/contrib/
H A Dbgp.py2012 FlagsField("type_flags", 0x80, 8, [
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)
H A Dbgp.uts604 a.type_flags == 0x90 and a.type_code == 15 and a.attr_ext_len == 88 and a.attribute.afi == 2 and a.attribute.safi == 1 and a.attribute.afi_safi_specific.withdrawn_routes[0].prefix == "6000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[1].prefix == "8000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[2].prefix == "a000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[3].prefix == "c000::/3" and a.attribute.afi_safi_specific.withdrawn_routes[4].prefix == "e000::/4" and a.attribute.afi_safi_specific.withdrawn_routes[5].prefix == "f000::/5" and a.attribute.afi_safi_specific.withdrawn_routes[23].prefix == "1000::/4"
/external/vulkan-validation-layers/loader/
H A Dloader.h129 enum layer_type_flags type_flags; member in struct:loader_layer_properties
439 void loader_find_layer_name_add_list(const struct loader_instance *inst, const char *name, const enum layer_type_flags type_flags,
H A Dloader.c1300 if (0 == (layer_prop->type_flags & VK_LAYER_TYPE_FLAG_META_LAYER)) {
1389 if (0 == (prop->type_flags & VK_LAYER_TYPE_FLAG_META_LAYER)) {
1421 if (0 == (search_prop->type_flags & VK_LAYER_TYPE_FLAG_EXPLICIT_LAYER)) {
1449 void loader_find_layer_name_add_list(const struct loader_instance *inst, const char *name, const enum layer_type_flags type_flags, argument
1455 if (0 == strcmp(source_prop->info.layerName, name) && (source_prop->type_flags & type_flags) == type_flags) {
1457 if (0 == (source_prop->type_flags & VK_LAYER_TYPE_FLAG_META_LAYER)) {
2200 props->type_flags = VK_LAYER_TYPE_FLAG_INSTANCE_LAYER | VK_LAYER_TYPE_FLAG_EXPLICIT_LAYER | VK_LAYER_TYPE_FLAG_META_LAYER;
2278 if (comp_prop->type_flags
4394 loader_add_env_layers(const struct loader_instance *inst, const enum layer_type_flags type_flags, const char *env_name, struct loader_layer_list *target_list, struct loader_layer_list *expanded_target_list, const struct loader_layer_list *source_list) argument
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.c151 static uint32_t type_flags(type_t type) function
164 iassert(!((dst->flags ^ type_flags(instr->cat1.dst_type)) & IR3_REG_HALF));
166 !((src->flags ^ type_flags(instr->cat1.src_type)) & IR3_REG_HALF));
431 iassert(!((dst->flags ^ type_flags(instr->cat5.type)) & IR3_REG_HALF));
/external/syslinux/gpxe/src/drivers/net/
H A Dtg3.h1619 uint32_t type_flags; member in struct:tg3_rx_buffer_desc
H A Dtg3.c1780 rxd->type_flags = (RXD_FLAG_END << RXD_FLAGS_SHIFT);
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c1297 #define EMIT_MOV(type, type_flags, type_cast) \
1298 emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw)

Completed in 339 milliseconds