/external/libsepol/tests/ |
debug.c | 58 case COND_EQ:
|
/external/qemu/tcg/arm/ |
tcg-target.c | 311 COND_EQ = 0x0, 329 [TCG_COND_EQ] = COND_EQ, 1016 tcg_out_dat_imm(s, COND_EQ, ARITH_TST, 1021 tcg_out_ld32_12(s, COND_EQ, TCG_REG_R1, TCG_REG_R0, 1023 tcg_out_dat_reg(s, COND_EQ, ARITH_CMP, 0, 1026 tcg_out_ld32_12(s, COND_EQ, TCG_REG_R1, TCG_REG_R0, 1031 tcg_out_ld8_r(s, COND_EQ, data_reg, addr_reg, TCG_REG_R1); 1034 tcg_out_ld8s_r(s, COND_EQ, data_reg, addr_reg, TCG_REG_R1); 1037 tcg_out_ld16u_r(s, COND_EQ, data_reg, addr_reg, TCG_REG_R1); 1039 tcg_out_bswap16(s, COND_EQ, data_reg, data_reg) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_fragprog.c | 198 machine->CondCodes[0] = COND_EQ; 199 machine->CondCodes[1] = COND_EQ; 200 machine->CondCodes[2] = COND_EQ; 201 machine->CondCodes[3] = COND_EQ;
|
/external/mesa3d/src/mesa/swrast/ |
s_fragprog.c | 198 machine->CondCodes[0] = COND_EQ; 199 machine->CondCodes[1] = COND_EQ; 200 machine->CondCodes[2] = COND_EQ; 201 machine->CondCodes[3] = COND_EQ;
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse_extra.c | 105 cond = COND_EQ;
|
prog_instruction.h | 97 #define COND_EQ 2 /**< equal to zero */
|
prog_execute.c | 425 return COND_EQ; 437 case COND_EQ: return (condCode == COND_EQ); 438 case COND_NE: return (condCode != COND_EQ); 440 case COND_GE: return (condCode == COND_GT || condCode == COND_EQ); 441 case COND_LE: return (condCode == COND_LT || condCode == COND_EQ); [all...] |
nvfragparse.c | 670 dstReg->CondMask = COND_EQ; [all...] |
prog_print.c | 551 case COND_EQ: return "EQ"; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_program.c | 252 machine->CondCodes[0] = COND_EQ; 253 machine->CondCodes[1] = COND_EQ; 254 machine->CondCodes[2] = COND_EQ; 255 machine->CondCodes[3] = COND_EQ;
|
/external/libsepol/include/sepol/policydb/ |
conditional.h | 49 #define COND_EQ 6 /* bool == bool */
|
/external/mesa3d/src/mesa/program/ |
program_parse_extra.c | 105 cond = COND_EQ;
|
prog_instruction.h | 97 #define COND_EQ 2 /**< equal to zero */
|
prog_execute.c | 425 return COND_EQ; 437 case COND_EQ: return (condCode == COND_EQ); 438 case COND_NE: return (condCode != COND_EQ); 440 case COND_GE: return (condCode == COND_GT || condCode == COND_EQ); 441 case COND_LE: return (condCode == COND_LT || condCode == COND_EQ); [all...] |
nvfragparse.c | 670 dstReg->CondMask = COND_EQ; [all...] |
prog_print.c | 551 case COND_EQ: return "EQ"; [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 252 machine->CondCodes[0] = COND_EQ; 253 machine->CondCodes[1] = COND_EQ; 254 machine->CondCodes[2] = COND_EQ; 255 machine->CondCodes[3] = COND_EQ;
|
/external/qemu/tcg/hppa/ |
tcg-target.c | 273 #define COND_EQ 1 736 [TCG_COND_EQ] = COND_EQ, 737 [TCG_COND_NE] = COND_EQ | COND_FALSE, [all...] |
/external/checkpolicy/test/ |
dispol.c | 218 case COND_EQ:
|
dismod.c | 393 case COND_EQ:
|
/external/checkpolicy/ |
checkpolicy.c | 325 case COND_EQ:
|
policy_parse.y | 367 { $$ = define_cond_expr(COND_EQ, $1, $3);
|
policy_define.c | [all...] |
/external/libsepol/src/ |
conditional.c | 250 case COND_EQ:
|