HomeSort by relevance Sort by last modified time
    Searched defs:OP (Results 1 - 17 of 17) sorted by null

  /external/clang/test/SemaCXX/
warn-self-assign.cpp 17 #define OP =
22 a OP a;
25 LHS OP RHS;
26 #undef OP
  /external/freetype/src/psaux/
psconv.c 46 #define OP >=
67 #define OP <
99 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
180 if ( IS_PS_SPACE( *p ) || *p OP 0x80 )
362 if ( c OP 0x80 )
394 if ( *p OP 0x80 )
  /external/qemu/audio/
rate_template.h 54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
111 #undef OP
mixeng.c 320 #define OP(a, b) a += b
324 #define OP(a, b) a = b
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 65 Value *OP = MD->getOperand(i);
66 if (OP == 0 || MapValue(OP, VM, Flags, TypeMapper) == OP) continue;
72 Value *Op = MD->getOperand(i);
73 Elts.push_back(Op ? MapValue(Op, VM, Flags, TypeMapper) : 0);
108 Value *Op = C->getOperand(OpNo);
109 Mapped = MapValue(Op, VM, Flags, TypeMapper);
163 for (User::op_iterator op = I->op_begin(), E = I->op_end(); op != E; ++op)
    [all...]
  /bionic/libc/regex/
regex2.h 67 #define OP(n) ((n)&OPRMASK)
69 #define SOP(op, opnd) ((op)|(opnd))
  /external/clang/include/clang/Sema/
Ownership.h 53 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
83 UnionOpaquePtr OP = { P.getAsOpaquePtr() };
84 return OP;
  /external/llvm/lib/Support/
regex2.h 67 #define OP(n) ((n)&OPRMASK)
69 #define SOP(op, opnd) ((op)|(opnd))
  /external/tcpdump/
print-arp.c 91 #define OP(ap) EXTRACT_16BITS(&(ap)->ar_op)
180 u_short pro, hrd, op; local
187 op = ATMOP(ap);
198 op, pro, ATMSPLN(ap), ATMTPLN(ap), hrd));
203 switch (op) {
245 ND_PRINT((ndo, "atmarp-#%d", op));
259 u_short pro, hrd, op; local
269 op = OP(ap);
280 op, pro, PLN(ap), hrd, HLN(ap)))
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 67 #define OP(n) ((n)&OPRMASK)
69 #define SOP(op, opnd) ((op)|(opnd))
  /external/valgrind/tsan/
ts_util.cc 259 const char *OP[] = {">>=", "<<=",
266 for (size_t i = 0; i < sizeof(OP)/sizeof(*OP); i++) {
267 size_t op_offset = ((string)OP[i]).find(fname[next_brace]);
272 OP[i] == fname.substr(next_brace - op_offset, strlen(OP[i]))) {
274 ret += OP[i] + op_offset;
275 next_brace += strlen(OP[i] + op_offset);
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 177 enum OP { EQ, GE, LE, GT, LT };
178 void assertNotify(int32_t msgType, OP op, int count);
179 void assertData(int32_t msgType, OP op, int count);
180 void waitNotify(int32_t msgType, OP op, int count);
181 void waitData(int32_t msgType, OP op, int count);
182 void assertDataSize(int32_t msgType, OP op, int dataSize)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 544 const MachineOperand &Op = MI->getOperand(i);
545 assert(Op.isReg() && "KILL instruction must have only register operands");
547 Str += AP.TM.getRegisterInfo()->getName(Op.getReg());
548 Str += (Op.isDef() ? "<def>" : "<kill>");
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AND, "&") /* bit ops */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AND, "&") /* bit ops */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AND, "&") /* bit ops */
    [all...]
  /external/qemu/
ppc-dis.c 189 i |= (op & o->bitm) << o->shift;
191 this structure, and op is the operand value).
201 (unsigned long instruction, long op, int dialect, const char **errmsg);
207 op = (i >> o->shift) & o->bitm;
209 sign_extend (op);
210 (i is the instruction, o is a pointer to this structure, and op
245 insert function with any op value. The disassembler should call
5252 unsigned long op; local
    [all...]

Completed in 2370 milliseconds