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

  /external/selinux/libsepol/tests/
debug.c 58 case 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/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/selinux/libsepol/include/sepol/policydb/
conditional.h 52 #define COND_EQ 6 /* bool == bool */
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 28 #define COND_EQ 0
231 { if ($1 == COND_EQ || $1 == COND_NE)
232 { B1 ($1 == COND_EQ ? 0x10 : 0x18); rx_disp3 ($3, 5); }
251 { if ($1 == COND_EQ || $1 == COND_NE)
252 { B1 ($1 == COND_EQ ? 0x3a : 0x3b); PC2 ($3); }
256 { if ($1 == COND_EQ || $1 == COND_NE)
260 B1 ($1 == COND_EQ ? 0x10 : 0x18); rx_disp3 ($2, 5);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 643 COND_EQ,
807 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
809 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
940 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
    [all...]
  /external/selinux/checkpolicy/test/
dispol.c 214 case COND_EQ:
dismod.c 393 case COND_EQ:
  /toolchain/binutils/binutils-2.25/opcodes/
xc16x-desc.h 90 , COND_EQ = 2, COND_NE = 3, COND_ULT = 8, COND_UGE = 9
  /external/selinux/checkpolicy/
checkpolicy.c 326 case COND_EQ:
policy_parse.y 382 { $$ = define_cond_expr(COND_EQ, $1, $3);
    [all...]
policy_define.c     [all...]
  /external/selinux/libsepol/src/
conditional.c 250 case COND_EQ:
module_to_cil.c 1159 case COND_EQ: op = "eq"; break;
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]

Completed in 649 milliseconds