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

  /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
  /bionic/libc/regex/
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...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 162 enum OP { EQ, GE, LE, GT, LT };
163 void assertNotify(int32_t msgType, OP op, int count);
164 void assertData(int32_t msgType, OP op, int count);
165 void waitNotify(int32_t msgType, OP op, int count);
166 void waitData(int32_t msgType, OP op, int count);
167 void assertDataSize(int32_t msgType, OP op, int dataSize)
    [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...]
  /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 213 milliseconds