HomeSort by relevance Sort by last modified time
    Searched refs:valid_flags (Results 1 - 5 of 5) sorted by null

  /external/iptables/extensions/
libxt_sctp.c 94 const char *valid_flags; member in struct:sctp_chunk_names
99 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"},
100 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
101 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
102 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
103 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
104 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
105 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
106 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
107 { .name = "SHUTDOWN_ACK", .chunk_type = 8, .valid_flags = "--------"}
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cp.c 92 static bool valid_flags(struct ir3_instruction *instr, unsigned n, function
95 unsigned valid_flags; local
117 valid_flags = IR3_REG_IMMED | IR3_REG_CONST | IR3_REG_RELATIV;
118 if (flags & ~valid_flags)
127 valid_flags = IR3_REG_IMMED;
128 if (flags & ~valid_flags)
145 valid_flags = ir3_cat2_absneg(instr->opc) |
149 valid_flags |= IR3_REG_IMMED;
151 if (flags & ~valid_flags)
173 valid_flags = ir3_cat3_absneg(instr->opc)
    [all...]
ir3.c 82 uint32_t repeat, uint32_t valid_flags)
86 if (reg->flags & ~valid_flags) {
88 reg->flags, valid_flags);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 39 const cl_mem_flags valid_flags = local
42 if ((d_flags & ~valid_flags) ||
  /device/google/dragon/recovery/updater/
ec_commands.h 1096 uint32_t valid_flags; member in struct:ec_response_flash_protect
2248 uint8_t valid_flags; \/* which flags are valid *\/ member in struct:ec_mkbp_config
    [all...]

Completed in 480 milliseconds