Searched refs:equal (Results 251 - 275 of 349) sorted by relevance

<<11121314

/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class3_chroma.s581 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
683 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
840 BNE PU1_SRC_LOOP_WD_16_HT_4 @If not equal jump to PU1_SRC_LOOP_WD_16_HT_4
854 BGT WD_16_HT_4_LOOP @If not equal jump to width_loop
1004 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to PU1_SRC_LOOP
H A Dihevc_sao_edge_offset_class2_chroma.s585 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
680 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
816 BNE PU1_SRC_LOOP_WD_16_HT_4 @If not equal jump to PU1_SRC_LOOP_WD_16_HT_4
954 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to PU1_SRC_LOOP
H A Dihevc_sao_edge_offset_class3.s463 BGT PU1_SRC_LOOP @If not equal jump to PU1_SRC_LOOP
552 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
681 BNE PU1_SRC_LOOP_WD_16_HT_4 @If not equal jump to PU1_SRC_LOOP_WD_16_HT_4
694 BGT WD_16_HT_4_LOOP @If not equal jump to width_loop
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli170 | Ne (** Not equal *)
172 | Uge (** Unsigned greater or equal *)
174 | Ule (** Unsigned less or equal *)
176 | Sge (** Signed greater or equal *)
178 | Sle (** Signed less or equal *)
188 | Oeq (** Ordered and equal *)
190 | Oge (** Ordered and greater or equal *)
192 | Ole (** Ordered and less or equal *)
193 | One (** Ordered and not equal *)
196 | Ueq (** Unordered and equal *)
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp460 if (!NextToken().is(tok::equal))
468 if (!TryConsumeToken(tok::equal)) {
884 if (Tok.isNot(tok::equal)) {
885 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal; member in class:tok
1509 case tok::equal:
2132 T.is(tok::semi) || T.is(tok::comma) || T.is(tok::equal) ||
2279 case tok::equal:
3967 if (TryConsumeToken(tok::equal, EqualLoc)) {
5649 if (Tok.is(tok::equal)) {
H A DParseExprCXX.cpp746 Next.is(tok::equal) || // [=
801 } else if (Tok.is(tok::equal)) {
895 } else if (Tok.is(tok::l_brace) || Tok.is(tok::equal)) {
901 bool HadEquals = TryConsumeToken(tok::equal);
/external/clang/lib/Format/
H A DFormat.cpp645 static const tok::TokenKind JSIdentity[] = {tok::equalequal, tok::equal};
647 tok::equal};
650 static const tok::TokenKind JSRightArrow[] = {tok::equal, tok::greater};
H A DUnwrappedLineParser.cpp622 Tok.isNot(tok::equal) && Tok.isNot(tok::plusequal) &&
867 case tok::equal:
939 if (FormatTok->is(tok::equal)) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java153 return UTF16Plus.equal(str, 0, str.length(), s, start, limit);
367 public static boolean equal(CharSequence s1, CharSequence s2) { method in class:Normalizer2Impl.UTF16Plus
393 public static boolean equal(CharSequence s1, int start1, int limit1, method in class:Normalizer2Impl.UTF16Plus
/external/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp476 EXPECT_TRUE(std::equal(WhileComps.begin(), WhileComps.end(),
/external/e2fsprogs/intl/
H A Dplural.c1385 lval->op = equal;
/external/guava/guava/src/com/google/common/collect/
H A DArrayTable.java326 * rowIndex} is greater then or equal to the number of allowed row keys,
327 * or {@code columnIndex} is greater then or equal to the number of
348 * rowIndex} is greater then or equal to the number of allowed row keys,
349 * or {@code columnIndex} is greater then or equal to the number of
435 if (Objects.equal(value, element)) {
H A DLinkedHashMultimap.java63 * key-value pair equal to an existing key-value pair has no effect.
178 return smearedValueHash == smearedVHash && Objects.equal(getValue(), v);
H A DMaps.java512 return "equal";
515 StringBuilder result = new StringBuilder("not equal");
557 return Objects.equal(this.left, that.leftValue())
558 && Objects.equal(this.right, that.rightValue());
1511 * {@link Objects#equal Objects.equal}{@code (k1, k2) &&}
1512 * {@link Objects#equal}{@code (v1, v2)} implies that {@code
1513 * Objects.equal(transformer.transform(k1, v1),
2722 if (Objects.equal(o, entry.getValue())) {
2793 return Objects.equal(valu
[all...]
/external/guava/guava/src/com/google/common/io/
H A DByteStreams.java768 public static boolean equal(InputSupplier<? extends InputStream> supplier1, method in class:ByteStreams
958 * of bytes read is, at most, equal to {@code len}.
H A DFiles.java552 public static boolean equal(File file1, File file2) throws IOException { method in class:Files
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DArrayTable.java324 * rowIndex} is greater then or equal to the number of allowed row keys,
325 * or {@code columnIndex} is greater then or equal to the number of
346 * rowIndex} is greater then or equal to the number of allowed row keys,
347 * or {@code columnIndex} is greater then or equal to the number of
411 if (Objects.equal(value, element)) {
H A DIterators.java251 * Determines whether two iterators contain equal elements in the same order.
254 * of {@code iterator1} is equal to the corresponding element of
268 if (!Objects.equal(o1, o2)) {
345 * Returns the number of elements in the specified iterator that equal the
771 * greater than or equal to the number of elements remaining in
H A DMaps.java509 return "equal";
512 StringBuilder result = new StringBuilder("not equal");
554 return Objects.equal(this.left, that.leftValue())
555 && Objects.equal(this.right, that.rightValue());
1482 * {@link Objects#equal Objects.equal}{@code (k1, k2) &&}
1483 * {@link Objects#equal}{@code (v1, v2)} implies that {@code
1484 * Objects.equal(transformer.transform(k1, v1),
2693 if (Objects.equal(o, entry.getValue())) {
2764 return Objects.equal(valu
[all...]
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h118 return std::equal(Opts.get(), Opts.get() + NumOpts, Other.Opts.get());
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp298 if (std::equal(InsertLoc.rbegin(), InsertLoc.rend(),
/external/llvm/lib/TableGen/
H A DTGParser.cpp1761 if (Lex.getCode() == tgtok::equal) {
1794 if (Lex.getCode() != tgtok::equal) {
1920 if (Lex.getCode() != tgtok::equal)
2207 if (Lex.getCode() != tgtok::equal) {
/external/libvorbis/doc/
H A D06-floor0.tex182 \item if ( map element \varname{[i]} is equal to \varname{[iteration_condition]} ) continue at step 5
/external/v8/src/ia32/
H A Dassembler-ia32.h217 equal = 4,
233 zero = equal,
/external/v8/src/x64/
H A Dmacro-assembler-x64.h197 InNewSpace(object, scratch, equal, branch, distance);
533 // Jump to label if the value, which must be a tagged smi, has value equal
980 // Check if the map of an object is equal to a specified map and branch to
989 // Check if the map of an object is equal to a specified map and branch to a
990 // specified target if equal. Skip the smi check if not required (object is
1453 // If allocation info is present, condition flags are set to equal.
1464 j(equal, memento_found);

Completed in 625 milliseconds

<<11121314