Searched refs:valid_flags (Results 1 – 4 of 4) sorted by relevance
/external/iptables/extensions/ |
D | libxt_sctp.c | 94 const char *valid_flags; member 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/ |
D | ir3_cp.c | 92 static bool valid_flags(struct ir3_instruction *instr, unsigned n, in valid_flags() function 95 unsigned valid_flags; in valid_flags() local 117 valid_flags = IR3_REG_IMMED | IR3_REG_CONST | IR3_REG_RELATIV; in valid_flags() 118 if (flags & ~valid_flags) in valid_flags() 127 valid_flags = IR3_REG_IMMED; in valid_flags() 128 if (flags & ~valid_flags) in valid_flags() 145 valid_flags = ir3_cat2_absneg(instr->opc) | in valid_flags() 149 valid_flags |= IR3_REG_IMMED; in valid_flags() 151 if (flags & ~valid_flags) in valid_flags() 173 valid_flags = ir3_cat3_absneg(instr->opc) | in valid_flags() [all …]
|
D | ir3.c | 82 uint32_t repeat, uint32_t valid_flags) in reg() argument 86 if (reg->flags & ~valid_flags) { in reg() 88 reg->flags, valid_flags); in reg()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | memory.cpp | 39 const cl_mem_flags valid_flags = in validate_flags() local 42 if ((d_flags & ~valid_flags) || in validate_flags()
|