HomeSort by relevance Sort by last modified time
    Searched refs:o2 (Results 126 - 150 of 1709) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
gss_asn1.h 34 #define g_OID_equal(o1,o2) (((o1)->len == (o2)->len) && (memcmp((o1)->data,(o2)->data,(int) (o1)->len) == 0))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.nullops/
eqaul.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( !(nullopt == o2), "" );
35 static_assert ( !(o2 == nullopt), "" );
less_than.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( nullopt < o2 , "" );
35 static_assert ( !(o2 < nullopt), "" );
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store curren
    [all...]
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
17 cmp %o2, %o3 ! Check whether successful
22 mov %o2, %o0 ! Set the new value
33 ldx [%o0], %o2 ! set the current
34 addx %o2, 0x1, %o3 ! Increment and store current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
36 cmp %o3, %o2 ! Check whether successful
53 ldx [%o0], %o2 ! set the current
54 subx %o2, 0x1, %o3 ! decrement and store curren
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.nullops/
equal.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( !(nullopt == o2), "" );
35 static_assert ( !(o2 == nullopt), "" );
greater.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( !(nullopt > o2), "" );
35 static_assert ( (o2 > nullopt), "" );
greater_equal.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( !(nullopt >= o2), "" );
35 static_assert ( (o2 >= nullopt), "" );
less_equal.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( (nullopt <= o2), "" );
35 static_assert ( !(o2 <= nullopt), "" );
less_than.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( (nullopt < o2), "" );
35 static_assert ( !(o2 < nullopt), "" );
not_equal.pass.cpp 30 constexpr O o2{1}; // engaged
33 static_assert ( (nullopt != o2), "" );
35 static_assert ( (o2 != nullopt), "" );
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
36 add %o2, 0x1, %o3 ! Increment and store current
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
57 ld [%o0], %o2 ! set the current
58 sub %o2, 0x1, %o3 ! decrement and store curren
    [all...]
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
17 cmp %o2, %o3 ! Check whether successful
22 mov %o2, %o0 ! Set the new value
33 ldx [%o0], %o2 ! set the current
34 addx %o2, 0x1, %o3 ! Increment and store current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
36 cmp %o3, %o2 ! Check whether successful
53 ldx [%o0], %o2 ! set the current
54 subx %o2, 0x1, %o3 ! decrement and store curren
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/stubbing/
StubbingComparator.java 19 public int compare(Stubbing o1, Stubbing o2) {
20 return invocationComparator.compare(o1.getInvocation(), o2.getInvocation());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
SuggestionResults.java 78 public int compare(final SuggestedWordInfo o1, final SuggestedWordInfo o2) {
79 if (o1.mScore > o2.mScore) return -1;
80 if (o1.mScore < o2.mScore) return 1;
81 if (o1.mCodePointCount < o2.mCodePointCount) return -1;
82 if (o1.mCodePointCount > o2.mCodePointCount) return 1;
83 return o1.mWord.compareTo(o2.mWord);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunnopic64.s 29 ldx [%l1 + %o3], %o2, %tie_ldx(sg1)
30 add %g7, %o2, %o4, %tie_add(sg1)
50 ldx [%l1 + %o1], %o2, %tie_ldx(sh2)
51 stb %o3, [%g7 + %o2], %tie_add(sh2)
64 ldx [%l1 + %o1], %o2, %tie_ldx(bl2)
65 stb %o3, [%g7 + %o2], %tie_add(bl2)
69 sethi %tle_hix22(bl3+1), %o2
70 xor %o2, %tle_lox10(bl3+1), %o4
75 sethi %tle_hix22(sh3), %o2
76 xor %o2, %tle_lox10(sh3), %o
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.h 20 #define equalobj(L,o1,o2) (ttisequal(o1, o2) && luaV_equalobj_(L, o1, o2))
22 #define luaV_rawequalobj(o1,o2) equalobj(NULL,o1,o2)

Completed in 572 milliseconds

1 2 3 4 56 7 8 91011>>