HomeSort by relevance Sort by last modified time
    Searched full:op_or (Results 1 - 15 of 15) sorted by null

  /external/quake/quake/src/QW/server/
pr_comp.h 114 OP_OR,
pr_exec.c 475 case OP_OR:
  /external/quake/quake/src/WinQuake/
pr_comp.h 115 OP_OR,
pr_exec.cpp 475 case OP_OR:
  /frameworks/base/libs/ui/
Region.cpp 45 op_or = region_operator<Rect>::op_or, enumerator in enum:android::__anon8896
123 return operationSelf(r, op_or);
140 return operationSelf(rhs, op_or);
162 return operation(rhs, op_or);
179 return operation(rhs, op_or);
202 return operationSelf(rhs, dx, dy, op_or);
219 return operation(rhs, dx, dy, op_or);
413 case op_or: sk_op = SkRegion::kUnion_Op; name="OR"; break;
  /external/webkit/WebCore/xml/
XPathPredicate.h 92 enum Opcode { OP_And, OP_Or };
XPathGrammar.y 469 $$ = new LogicalOp(LogicalOp::OP_Or, $1, $3);
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
OpCodes.java 82 * [OP_OR]
91 public static final int OP_OR = 2;
Compiler.java 125 case OpCodes.OP_OR :
    [all...]
XPathParser.java 812 insertOp(opPos, 2, OpCodes.OP_OR);
    [all...]
  /frameworks/base/include/private/ui/
RegionHelper.h 45 op_or = LHS | RHS, enumerator in enum:android::region_operator::__anon8741
  /external/v8/benchmarks/
crypto.js 764 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
838 function op_or(x,y) { return x|y; } function
839 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
926 function bnSetBit(n) { return this.changeBit(n,op_or); }
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js 756 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
830 function op_or(x,y) { return x|y; } function
831 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
918 function bnSetBit(n) { return this.changeBit(n,op_or); }
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1709 milliseconds