HomeSort by relevance Sort by last modified time
    Searched refs:Or (Results 151 - 175 of 224) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump 3 4??Wx-%?a=n}?6??.??f???8r'B? ??P~@)!?a=?n}?6??.??f???r(??????a=?n}?6??.??f???or%?J??b?K??????????1|]^??~???w?{???????
213 ?O??_???#7??^?????????b??????&Fea?;X| n\?og???s`)???+W66?? ZE=?Z:???{?\/?????A??z???PV???x??I?u?6.?`?8??o?|^???y?K??????????x?? &?????{??~?_U?~?~???}?Cff ????Ts&NZ????_?n?/??????E?3YU7?} ?u???6R????zf??%???r????~????=?????????????:?Q?({?g_e?M?t~???? t9Rw?U??>?\??u?A|h{?,??a????? ?fqg}3????O-?????=`'?f?ak???}znm? z??/Y8?Lo??A??c>???l5i???Tps4?II?<???Y\????[P?~?>??_Z?j_?N?w????v~??N?6? ?5???Y?{ sp%U?=m???*v?}?????$k@:??? ?)??`?[???????o ????? 5=?z??or?7?y{??~p? ??c??[5
401 ?W ??-q"?T>???????? O????k????yY? ??'b?w??r??e????k???/?????9L??G?7?^?*?'??~2u??`~???????[??t8?] ?8l??"?x??}???{????? ?,??O????=???L??z?(r ?\??????!?\???:???8?s????3??A??3B????????c?q\P????p?KA??*0??????7?K?F???b??/???'?????X'n:?ww?u4??!??|H??@?(??G +8 ?o8e?%???O%??m1v%??#V??5??????˜?U?vW???n??q?o?"p???&)?f?Ul??}S???'??w???.???C.7:??????y+_co?i?,??ww?OR?O-?D???????? ?N?N?????v'_?n??{???"??x?@,??????U{??g?????
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 833 void HGraphBuilder::IfBuilder::Or() {
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 462 // Return true or false if LHS is less than, or at least RHS, respectively.
467 // Return negative, zero, or positive, if LHS is less than, equal to, or
725 // width or the input iteration count's width; if the subtraction overflows,
845 // trunc(sext(x)) --> sext(x) if widening or trunc(x) if narrowing
849 // trunc(zext(x)) --> zext(x) if widening or trunc(x) if narrowing
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /art/compiler/dex/quick/x86/
assemble_x86.cc 10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
103 ENCODING_MAP(Or, IS_LOAD | IS_STORE, REG_DEF0, 0,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 124 (** The attribute kind of a function parameter, result or the function itself.
163 | Uge (* Unsigned greater or equal *)
165 | Ule (* Unsigned less or equal *)
167 | Sge (* Signed greater or equal *)
169 | Sle (* Signed less or equal *)
181 | Oge (* Ordered and greater or equal *)
183 | Ole (* Ordered and less or equal *)
189 | Uge (* Unordered and greater or equal *)
191 | Ule (* Unordered and less or equal *)
226 | Or
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 150 /// SubclassData field in Value to store whether or not the load is volatile.
189 /// setVolatile - Specify whether this is a volatile load or not.
209 /// Set the ordering constraint on this load. May not be Release or
221 /// concurrently executing threads, or only with respect to signal handlers
306 /// setVolatile - Specify whether this is a volatile store or not.
329 /// Set the ordering constraint on this store. May not be Acquire or
341 /// concurrently executing threads, or only with respect to signal handlers
410 // Ordering may only be Acquire, Release, AcquireRelease, or
425 /// AcquireRelease, or SequentiallyConsistent.
436 /// concurrently executing threads, or only with respect to signal handler
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 102 STATISTIC(NumFastIselFailOr,"Fast isel fails on Or");
514 // Otherwise this is another use or second copy use.
636 // Ignore non-scalar or non-integer values.
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
Instructions.cpp 77 return "select condition must be i1 or <n x i1>";
377 "createMalloc needs either InsertBefore or InsertAtEnd");
484 "createFree needs either InsertBefore or InsertAtEnd");
779 assert(BI.getNumOperands() == 3 && "BR can have 1 or 3 operands!");
    [all...]
Verifier.cpp 23 // or to return one. [except constant arrays!]
380 "Global is external, but doesn't have external or weak linkage!",
537 "weak_odr, or external linkage!",
545 "Aliasee should be either GlobalValue or ConstantExpr", &GA);
584 // If this was an instruction, bb, or argument, verify that it is in the
731 "module flag identifiers must be unique (or of 'require' type)",
798 // VerifyParameterAttrs - Check the given attributes for an argument or return
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 239 /// \brief Parse an identifier or string (as a quoted identifier)
263 /// \brief Control a flag in the parser that enables or disables macros.
319 /// will be either the EndOfStatement or EOF.
322 /// \brief Parse until the end of a statement or a comma is encountered,
323 /// return the contents from the current token up to the end or comma.
428 /// accepts a single symbol (which should be a label or an external).
437 // ".if", ".ifeq", ".ifge", ".ifgt" , ".ifle", ".iflt" or ".ifne"
439 // ".ifb" or ".ifnb", depending on ExpectBlank.
441 // ".ifc" or ".ifnc", depending on ExpectEqual.
445 // ".ifdef" or ".ifndef", depending on expect_define
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 234 // Look to see if our OptionalDef is defining CPSR or CCR.
247 // If we're a thumb2 or not NEON function we'll be handled via isPredicable.
268 // Do we use a predicate? or...
744 // If this is a type than can be sign or zero-extended to a basic operation
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 114 /// or AVX-512 VEXTRACTF32x4 / VEXTRACTI32x4
115 /// instructions or a simple subregister reference. Idx is an index in the
157 /// sets things up to match to an AVX VINSERTF128/VINSERTI128 or
158 /// AVX-512 VINSERTF32x4/VINSERTI32x4 instructions or a
245 // X86-SSE is even stranger. It uses -1 or 0 for vector masks.
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 532 // Give a load or store half of the required depth so that load/store
574 case Instruction::Or:
600 // This determines the relative offset of two loads or stores, returning
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 196 case bitc::BINOP_OR: return Instruction::Or;
609 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
867 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree.js 463 // TODO (sorge) Reclassify wrongly tagged numbers or identifiers.
782 * become prefix operation (or postfix in case they come after last operand).
936 * that are only fenced left or right.
998 // Or we have a neutral fence that does not have a counter part.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/eigen/blas/testing/
cblat2.f 55 * Or
154 IF( NIDIM.LT.1.OR.NIDIM.GT.NIDMAX )THEN
160 IF( IDIM( I ).LT.0.OR.IDIM( I ).GT.NMAX )THEN
167 IF( NKB.LT.1.OR.NKB.GT.NKBMAX )THEN
180 IF( NINC.LT.1.OR.NINC.GT.NINMAX )THEN
186 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
193 IF( NALF.LT.1.OR.NALF.GT.NALMAX )THEN
200 IF( NBET.LT.1.OR.NBET.GT.NBEMAX )THEN
272 IF( .NOT.SAME.OR.ERR.NE.RZERO )THEN
280 IF( .NOT.SAME.OR.ERR.NE.RZERO )THE
    [all...]
dblat2.f 54 * Or
149 IF( NIDIM.LT.1.OR.NIDIM.GT.NIDMAX )THEN
155 IF( IDIM( I ).LT.0.OR.IDIM( I ).GT.NMAX )THEN
162 IF( NKB.LT.1.OR.NKB.GT.NKBMAX )THEN
175 IF( NINC.LT.1.OR.NINC.GT.NINMAX )THEN
181 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
188 IF( NALF.LT.1.OR.NALF.GT.NALMAX )THEN
195 IF( NBET.LT.1.OR.NBET.GT.NBEMAX )THEN
267 IF( .NOT.SAME.OR.ERR.NE.ZERO )THEN
275 IF( .NOT.SAME.OR.ERR.NE.ZERO )THE
    [all...]
sblat2.f 54 * Or
149 IF( NIDIM.LT.1.OR.NIDIM.GT.NIDMAX )THEN
155 IF( IDIM( I ).LT.0.OR.IDIM( I ).GT.NMAX )THEN
162 IF( NKB.LT.1.OR.NKB.GT.NKBMAX )THEN
175 IF( NINC.LT.1.OR.NINC.GT.NINMAX )THEN
181 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
188 IF( NALF.LT.1.OR.NALF.GT.NALMAX )THEN
195 IF( NBET.LT.1.OR.NBET.GT.NBEMAX )THEN
267 IF( .NOT.SAME.OR.ERR.NE.ZERO )THEN
275 IF( .NOT.SAME.OR.ERR.NE.ZERO )THE
    [all...]
zblat2.f 55 * Or
155 IF( NIDIM.LT.1.OR.NIDIM.GT.NIDMAX )THEN
161 IF( IDIM( I ).LT.0.OR.IDIM( I ).GT.NMAX )THEN
168 IF( NKB.LT.1.OR.NKB.GT.NKBMAX )THEN
181 IF( NINC.LT.1.OR.NINC.GT.NINMAX )THEN
187 IF( INC( I ).EQ.0.OR.ABS( INC( I ) ).GT.INCMAX )THEN
194 IF( NALF.LT.1.OR.NALF.GT.NALMAX )THEN
201 IF( NBET.LT.1.OR.NBET.GT.NBEMAX )THEN
273 IF( .NOT.SAME.OR.ERR.NE.RZERO )THEN
281 IF( .NOT.SAME.OR.ERR.NE.RZERO )THE
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /external/llvm/lib/AsmParser/
LLParser.cpp 446 return TokError("expected 'global' or 'constant'");
760 // a redefinition or a definition of a forward reference.
    [all...]

Completed in 2641 milliseconds

1 2 3 4 5 67 8 9