HomeSort by relevance Sort by last modified time
    Searched full:op_and (Results 1 - 25 of 27) sorted by null

1 2

  /external/quake/quake/src/QW/server/
pr_comp.h 113 OP_AND,
pr_exec.c 472 case OP_AND:
  /external/quake/quake/src/WinQuake/
pr_comp.h 114 OP_AND,
pr_exec.cpp 472 case OP_AND:
  /sdk/emulator/qtools/
opcode.cpp 13 kCatAlu, // OP_AND
opcode.h 15 OP_AND,
armdis.cpp 55 case OP_AND:
863 return OP_AND;
  /external/linux-tools-perf/util/
strfilter.c 6 static const char *OP_and = "&"; /* Logical AND */
94 cur = strfilter_node__alloc(OP_and, last_op->r, NULL);
  /frameworks/native/libs/ui/
Region.cpp 45 op_and = region_operator<Rect>::op_and, enumerator in enum:android::__anon20159
264 return operationSelf(r, op_and);
284 return operationSelf(rhs, op_and);
309 return operation(rhs, op_and);
329 return operation(rhs, op_and);
355 return operationSelf(rhs, dx, dy, op_and);
375 return operation(rhs, dx, dy, op_and);
598 case op_and: sk_op = SkRegion::kIntersect_Op; name="AND"; break;
  /external/webkit/Source/WebCore/xml/
XPathPredicate.h 92 enum Opcode { OP_And, OP_Or };
XPathPredicate.cpp 213 if (m_opcode == OP_And)
XPathGrammar.y 481 $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 94 * [OP_AND]
103 public static final int OP_AND = 3;
Compiler.java 127 case OpCodes.OP_AND :
    [all...]
XPathParser.java 839 insertOp(opPos, 2, OpCodes.OP_AND);
    [all...]
  /external/clang/include/clang/Basic/
arm_neon.td 53 def OP_AND : Op;
377 def VAND : Inst<"vand", "ddd", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl", OP_AND>;
  /frameworks/native/include/private/ui/
RegionHelper.h 44 op_and = LHS & RHS, enumerator in enum:android::region_operator::__anon20082
  /system/core/libpixelflinger/codeflinger/
mips_opcode.h 229 #define OP_AND 044
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 343 static int op_and(int a, int b) { return a & b; } function
369 { '&', AND, op_and },
    [all...]
  /external/v8/benchmarks/
crypto.js 834 function op_and(x,y) { return x&y; } function
835 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 826 function op_and(x,y) { return x&y; } function
827 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 826 function op_and(x,y) { return x&y; } function
827 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 826 function op_and(x,y) { return x&y; } function
827 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 184 OpMap["OP_AND"] = OpAnd;
    [all...]
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 

Completed in 2577 milliseconds

1 2