HomeSort by relevance Sort by last modified time
    Searched refs:op (Results 251 - 275 of 1743) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 77 static IRExpr* unop ( IROp op, IRExpr* a )
79 return IRExpr_Unop(op, a);
82 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
84 return IRExpr_Binop(op, a1, a2);
391 && e->Iex.Unop.op == Iop_32Uto64
864 /* --------- BINARY OP --------- */
871 if ((e->Iex.Binop.op == Iop_Sub64 && isZeroU64(e->Iex.Binop.arg1))
872 || (e->Iex.Binop.op == Iop_Sub32 && isZeroU32(e->Iex.Binop.arg1))) {
880 /* Is it an addition or logical style op? */
881 switch (e->Iex.Binop.op) {
2571 AMD64SseOp op = Asse_INVALID; local
2829 AMD64SseOp op = Asse_INVALID; local
3411 AMD64SseOp op = Asse_INVALID; local
    [all...]
  /external/webkit/Source/WebCore/css/
MediaQueryEvaluator.cpp 197 bool compareValue(T a, T b, MediaFeaturePrefix op)
199 switch (op) {
220 static bool colorMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op)
225 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op);
230 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op)
235 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op);
240 return colorMediaFeatureEval(value, style, frame, op);
257 static bool aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op)
266 return v != 0 && compareValue(width * v, height * h, op);
275 static bool device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op)
    [all...]
WebKitCSSTransformValue.cpp 35 WebKitCSSTransformValue::WebKitCSSTransformValue(TransformOperationType op)
37 , m_type(op)
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 463 const Operand& op = opnds[idx]; local
464 assert(op.is_mem());
476 RegName base = op.base();
478 if (base == RegName_Null && op.index() == RegName_Null) {
479 assert(op.scale() == 0); // 'scale!=0' has no meaning without index
496 *(unsigned*)stream = (unsigned)op.disp();
505 const bool disp_fits8 = CHAR_MIN <= op.disp() && op.disp() <= CHAR_MAX;
506 /*&& op.base() != RegName_Null - just checked above*/
507 if (op.index() == RegName_Null && getHWRegIndex(op.base()) != getHWRegIndex(REG_STACK))
    [all...]
  /bionic/libc/kernel/common/linux/
futex.h 64 #define FUTEX_OP(op, oparg, cmp, cmparg) (((op & 0xf) << 28) | ((cmp & 0xf) << 24) | ((oparg & 0xfff) << 12) | (cmparg & 0xfff))
  /development/ndk/platforms/android-3/include/linux/
futex.h 60 #define FUTEX_OP(op, oparg, cmp, cmparg) (((op & 0xf) << 28) | ((cmp & 0xf) << 24) | ((oparg & 0xfff) << 12) | (cmparg & 0xfff))
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntry.java 58 * @param op the connection operator
63 public BasicPoolEntry(ClientConnectionOperator op,
66 super(op, route);
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.h 27 void set_drag_cursor(WebKit::WebDragOperation op) {
28 drag_cursor_ = op;
  /external/kernel-headers/original/asm-generic/
futex.h 13 int op = (encoded_op >> 28) & 7; local
26 switch (op) {
  /external/kernel-headers/original/linux/
genlock.h 16 int genlock_lock(struct genlock_handle *handle, int op, int flags,
29 int op; member in struct:genlock_lock
  /external/llvm/utils/lit/lit/
ShCommands.py 66 def __init__(self, lhs, op, rhs):
67 assert op in (';', '&', '||', '&&')
68 self.op = op
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
79 return cmp((self.lhs, self.op, self.rhs),
80 (other.lhs, other.op, other.rhs))
84 print >>file, ' %s\n' % self.op
  /external/mksh/src/
syn.c 43 static struct op *pipeline(int);
44 static struct op *andor(void);
45 static struct op *c_list(bool);
47 static struct op *nested(int, int, int);
48 static struct op *get_command(int);
49 static struct op *dogroup(void);
50 static struct op *thenpart(void);
51 static struct op *elsepart(void);
52 static struct op *caselist(void);
53 static struct op *casepart(int)
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 381 int check_single_arithmetic_op(flt_op_t op)
392 #define BINOP(op) \
394 op" %0, %1, %2\n\t" \
396 #define UNOP(op) \
398 op" %0, %1\n\t" \
417 switch(op) {
435 assert("check_single_arithmetic_op: unexpected op",
461 switch(op) {
483 assert("check_single_arithmetic_op: unexpected op",
504 round_mode_name[mode], result, flt_op_names[op], fA)
1160 flt_op_t op; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 381 int check_single_arithmetic_op(flt_op_t op)
392 #define BINOP(op) \
394 op" %0, %1, %2\n\t" \
396 #define UNOP(op) \
398 op" %0, %1\n\t" \
417 switch(op) {
435 assert("check_single_arithmetic_op: unexpected op",
461 switch(op) {
483 assert("check_single_arithmetic_op: unexpected op",
504 round_mode_name[mode], result, flt_op_names[op], fA)
1160 flt_op_t op; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
  /external/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.h 45 cairo_operator_t toCairoOperator(CompositeOperator op);
47 const AffineTransform& patternTransform, const FloatPoint& phase, cairo_operator_t op, const FloatRect& destRect);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_private.h 32 #define OOM(op, size) CRITICAL("could not %s %zd bytes: %s", op, size, strerror(errno))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_fm.h 58 fm_operator_t op[4]; member in struct:__anon26075
106 fm_xoperator_t op[4]; /* fm operators */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipc.h 78 #define IPCCALL(version,op) ((version)<<16 | (op))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 58 fm_operator_t op[4]; member in struct:__anon27665
106 fm_xoperator_t op[4]; /* fm operators */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 78 #define IPCCALL(version,op) ((version)<<16 | (op))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_fm.h 61 struct fm_operator op[4]; member in struct:fm_instrument
109 struct fm_xoperator op[4]; /* fm operators */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_fm.h 58 fm_operator_t op[4]; member in struct:__anon29180
106 fm_xoperator_t op[4]; /* fm operators */ member in struct:fm_xinstrument
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipc.h 78 #define IPCCALL(version,op) ((version)<<16 | (op))

Completed in 539 milliseconds

<<11121314151617181920>>