HomeSort by relevance Sort by last modified time
    Searched defs:equal (Results 51 - 75 of 522) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
128 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
130 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); }
135 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
137 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); }
142 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
151 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tabnanny.py 207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tabnanny.py 207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /prebuilts/go/darwin-x86/src/runtime/
asm_arm.s 890 // eqstring tests whether two strings are equal.
892 // to eqstring have equal length.
916 TEXT bytes·Equal(SB),NOSPLIT,$0-25
920 CMP R1, R3 // unequal lengths are not equal
929 B.EQ equal // reached the end
940 equal: label
asm_arm64.s 897 // eqstring tests whether two strings are equal.
899 // to eqstring have equal length.
909 BEQ equal // reaches the end
917 equal: label
972 TEXT bytes·Equal(SB),NOSPLIT,$0-49
975 CMP R1, R3 // unequal lengths are not equal
982 BEQ equal // reaches the end
990 equal: label
asm_ppc64x.s 1014 // eqstring tests whether two strings are equal.
1016 // to eqstring have equal length.
1043 TEXT bytes·Equal(SB),NOSPLIT,$0-49
1047 CMP R3, R4 // unequal lengths are not equal
1058 BEQ equal // reached the end
1068 equal: label
  /prebuilts/go/linux-x86/src/runtime/
asm_arm.s 890 // eqstring tests whether two strings are equal.
892 // to eqstring have equal length.
916 TEXT bytes·Equal(SB),NOSPLIT,$0-25
920 CMP R1, R3 // unequal lengths are not equal
929 B.EQ equal // reached the end
940 equal: label
asm_arm64.s 897 // eqstring tests whether two strings are equal.
899 // to eqstring have equal length.
909 BEQ equal // reaches the end
917 equal: label
972 TEXT bytes·Equal(SB),NOSPLIT,$0-49
975 CMP R1, R3 // unequal lengths are not equal
982 BEQ equal // reaches the end
990 equal: label
asm_ppc64x.s 1014 // eqstring tests whether two strings are equal.
1016 // to eqstring have equal length.
1043 TEXT bytes·Equal(SB),NOSPLIT,$0-49
1047 CMP R3, R4 // unequal lengths are not equal
1058 BEQ equal // reached the end
1068 equal: label
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
204 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
206 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2); }
211 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
213 { return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __pred); }
218 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
227 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
238 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2, function in namespace:__parallel
241 return _GLIBCXX_STD_A::equal(__begin1, __end1, __begin2, __end2);
247 equal(_IIter1 __begin1, _IIter1 __end1 function in namespace:__parallel
290 equal(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2) function in namespace:__parallel
303 equal(_IIter1 __begin1, _IIter1 __end1, function in namespace:__parallel
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h 74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { function in class:istreambuf_iterator
112 return __x.equal(__y);
120 return !__x.equal(__y);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 207 def equal(self, other): member in class:Whitespace
212 # Intended to be used after not self.equal(other) is known, in which
303 # equal to what's left at the top of the indents stack
322 if not indents[-1].equal(thisguy):
324 msg = "indent not equal e.g. " + format_witnesses(witness)
  /external/boringssl/src/crypto/
constant_time_test.c 191 unsigned int equal = constant_time_eq_int(a, b); local
192 if (a == b && equal != CONSTTIME_TRUE) {
196 a, b, CONSTTIME_TRUE, equal);
198 } else if (a != b && equal != CONSTTIME_FALSE) {
202 a, b, CONSTTIME_FALSE, equal);
209 uint8_t equal = constant_time_eq_int_8(a, b); local
210 if (a == b && equal != CONSTTIME_TRUE_8) {
214 a, b, CONSTTIME_TRUE_8, equal);
216 } else if (a != b && equal != CONSTTIME_FALSE_8) {
220 a, b, CONSTTIME_FALSE_8, equal);
    [all...]
  /external/e2fsprogs/intl/
plural-exp.h 54 equal, /* Comparison for equality. */ enumerator in enum:expression::operator
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 271 int equal; local
319 equal = ext2fs_badblocks_equal(bb1, bb2);
320 printf("bb1 and bb2 are %sequal.\n", equal ? "" : "NOT ");
321 if (equal)
324 equal = ext2fs_badblocks_equal(bb1, bb3);
325 printf("bb1 and bb3 are %sequal.\n", equal ? "" : "NOT ");
326 if (!equal)
329 equal = ext2fs_badblocks_equal(bb1, bb4);
330 printf("bb1 and bb4 are %sequal.\n", equal ? "" : "NOT ");
331 if (equal)
    [all...]
  /external/icu/icu4c/source/common/unicode/
stringtriebuilder.h 330 equal[length]=NULL;
338 equal[length]=node;
344 Node *equal[kMaxBranchLinearSubNodeLength]; // NULL means "has final value". member in class:StringTrieBuilder::ListBranchNode
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
consuming_buffers.hpp 97 return a.equal(b);
104 return !a.equal(b);
125 bool equal(const consuming_buffers_iterator& other) const function in class:asio::detail::consuming_buffers_iterator
  /external/pdfium/third_party/bigint/
BigInteger.hh 27 equal = BigUnsigned::equal , member in class:BigInteger
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 200 * Returns whether this IntegerValue and the given IntegerValue are equal:
203 public abstract int equal(IntegerValue other); method in class:IntegerValue
212 * Returns whether this IntegerValue is less than or equal to the given
227 return -equal(other);
240 * Returns whether this IntegerValue is greater than or equal to the given IntegerValue:
433 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
435 public int equal(UnknownIntegerValue other) method in class:IntegerValue
437 return equal((IntegerValue)other);
451 * Returns whether this IntegerValue is less than or equal to the given
469 return -equal(other)
679 public int equal(SpecificIntegerValue other) method in class:IntegerValue
923 public int equal(ParticularIntegerValue other) method in class:IntegerValue
    [all...]
ParticularIntegerValue.java 211 public int equal(IntegerValue other) method in class:ParticularIntegerValue
213 return other.equal(this);
339 public int equal(ParticularIntegerValue other) method in class:ParticularIntegerValue
SpecificIntegerValue.java 179 public int equal(IntegerValue other) method in class:SpecificIntegerValue
181 return other.equal(this);
317 public int equal(SpecificIntegerValue other) method in class:SpecificIntegerValue
UnknownIntegerValue.java 181 public int equal(IntegerValue other) method in class:UnknownIntegerValue
  /external/valgrind/drd/tests/
unit_bitmap.c 102 int equal; local
104 equal = DRD_(bm_equal)(bm1, bm2);
105 if (s_verbose && ! equal)
127 return equal;
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.h 61 * Virtual function prototype for methods to compare 2 objects and check if they are equal.
111 * @equal: method to check if the content of two objects are equal.
122 MixDisplayEqualFunction equal; member in struct:_MixDisplayClass

Completed in 2133 milliseconds

1 23 4 5 6 7 8 91011>>