/external/iproute2/include/linux/tc_ematch/ |
tc_em_cmp.h | 14 __u8 opnd:4; member in struct:tcf_em_cmp
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_ematch/ |
tc_em_cmp.h | 14 __u8 opnd:4; member in struct:tcf_em_cmp
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/ |
tc_em_cmp.h | 14 __u8 opnd:4; member in struct:tcf_em_cmp
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_ematch/ |
tc_em_cmp.h | 14 __u8 opnd:4; member in struct:tcf_em_cmp
|
/external/iproute2/tc/ |
em_cmp.c | 44 int align, opnd = 0; local 108 opnd = TCF_EM_OPND_EQ; 110 opnd = TCF_EM_OPND_GT; 112 opnd = TCF_EM_OPND_LT; 135 cmp.opnd = (__u8) opnd; 169 if (cmp->opnd == TCF_EM_OPND_EQ) 171 else if (cmp->opnd == TCF_EM_OPND_LT) 173 else if (cmp->opnd == TCF_EM_OPND_GT)
|
em_meta.c | 361 int opnd; local 383 opnd = TCF_EM_OPND_EQ; 385 opnd = TCF_EM_OPND_GT; 387 opnd = TCF_EM_OPND_LT; 391 meta_hdr.left.op = (__u8) opnd;
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_wrapper.cpp | 85 void printOperand(const EncoderBase::Operand & opnd) { 89 if(opnd.size() != OpndSize_32) { 91 getOpndSizeString(opnd.size())); 93 if(opnd.is_mem()) { 94 if(opnd.scale() != 0) { 96 "%d(%s,%s,%d)", opnd.disp(), 97 getRegNameString(opnd.base()), 98 getRegNameString(opnd.index()), opnd.scale()); 101 opnd.disp(), getRegNameString(opnd.base())) [all...] |
dec_base.cpp | 200 EncoderBase::Operand& opnd = pinst->operands[pinst->argc]; local 269 opnd = EncoderBase::Operand( getRegName(OpndKind_GPReg, opnd_size, regid) ); 279 opnd = EncoderBase::Operand(offset); 290 opnd = EncoderBase::Operand(offset); 299 opnd = EncoderBase::Operand(offset); 320 opnd = EncoderBase::Operand(ival); 328 opnd = EncoderBase::Operand(ival); 336 opnd = EncoderBase::Operand(ival); 345 opnd = EncoderBase::Operand(OpndSize_64, ival); 459 EncoderBase::Operand& opnd = pinst->operands[pinst->argc] local [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regex2.h | 118 #define OPND(n) ((int)((n)&OPDMASK)) 119 #define SOP(op, opnd) ((op)|(opnd))
|
regcomp.c | 163 static void doemit(struct parse *p, sop op, sopno opnd); 164 static void doinsert(struct parse *p, sop op, sopno opnd, sopno pos); [all...] |
/external/llvm/lib/Support/ |
regex2.h | 68 #define OPND(n) ((n)&OPDMASK) 69 #define SOP(op, opnd) ((op)|(opnd))
|
regcomp.c | 1337 doemit(struct parse *p, sop op, size_t opnd) 1344 assert(opnd < 1<<OPSHIFT); 1352 p->strip[p->slen++] = SOP(op, opnd); [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regex2.h | 68 #define OPND(n) ((n)&OPDMASK) 69 #define SOP(op, opnd) ((op)|(opnd))
|
regcomp.c | 1301 doemit(struct parse *p, sop op, size_t opnd) 1308 assert(opnd < 1<<OPSHIFT); 1316 p->strip[p->slen++] = SOP(op, opnd); 1323 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) 1334 EMIT(op, opnd); /* do checks, ensure space */ [all...] |
/external/valgrind/main/VEX/priv/ |
host_s390_isel.c | 359 s390_opnd_copy(UChar size, HReg dst, s390_opnd_RMI opnd) 361 switch (opnd.tag) { 363 return s390_insn_load(size, dst, opnd.variant.am); 366 return s390_insn_move(size, dst, opnd.variant.reg); 369 return s390_insn_load_immediate(size, dst, opnd.variant.imm); 381 s390_opnd_RMI opnd; local 383 opnd.tag = S390_OPND_REG; 384 opnd.variant.reg = reg; 386 return opnd; 394 s390_opnd_RMI opnd; local 820 s390_opnd_RMI op2, value, opnd; local 1120 s390_opnd_RMI opnd; local [all...] |
host_s390_defs.h | 484 s390_opnd_RMI opnd); 487 s390_insn *s390_insn_compare(UChar size, HReg dst, s390_opnd_RMI opnd,
|
host_s390_defs.c | 5956 s390_opnd_RMI opnd = insn->variant.unop.src; local 6130 s390_opnd_RMI opnd; local 6226 s390_opnd_RMI opnd; local [all...] |
/external/compiler-rt/lib/msandr/ |
msandr.cc | 143 bool OperandIsInteresting(opnd_t opnd) { 144 return (opnd_is_base_disp(opnd) && opnd_get_segment(opnd) != DR_SEG_FS && 145 opnd_get_segment(opnd) != DR_SEG_GS);
|
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |