HomeSort by relevance Sort by last modified time
    Searched refs:o2 (Results 26 - 50 of 1395) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Sparc/
sparcv9-atomic-instructions.s 6 ! CHECK: cas [%i0], %l6, %o2 ! encoding: [0xd5,0xe6,0x10,0x16]
7 cas [%i0], %l6, %o2
9 ! CHECK: casx [%i0], %l6, %o2 ! encoding: [0xd5,0xf6,0x10,0x16]
10 casx [%i0], %l6, %o2
sparc-atomic-instructions.s 7 ! CHECK: swap [%i0+%l6], %o2 ! encoding: [0xd4,0x7e,0x00,0x16]
8 swap [%i0+%l6], %o2
10 ! CHECK: swap [%i0+32], %o2 ! encoding: [0xd4,0x7e,0x20,0x20]
11 swap [%i0+32], %o2
13 ! CHECK: swapa [%i0+%l6] 131, %o2 ! encoding: [0xd4,0xfe,0x10,0x76]
14 swapa [%i0+%l6] 131, %o2
  /external/strace/tests/
sigaction.awk 41 o1[1] = o2[1] = "SIG_DFL, \\[\\], 0"
45 o2[i] = n2[i - 1]
55 "\\{" n2[i] "\\}, \\{" o2[i] "\\}, " a2 "|" \
56 "\\{" n2[i] "\\}, \\{" o2[i] "\\}, " a3 ")\\) = 0$"
  /external/libcxx/test/std/experimental/optional/optional.comp_with_t/
greater.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( !(o2 > T(1)), "" ); // equal
49 static_assert ( !(o2 > val), "" );
54 static_assert ( !(T(1) > o2), "" ); // equal
56 static_assert ( (val > o2), "" );
greater_equal.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( (o2 >= T(1)), "" ); // equal
49 static_assert ( !(o2 >= val), "" );
54 static_assert ( (T(1) >= o2), "" ); // equal
56 static_assert ( (val >= o2), "" );
less_equal.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( (o2 <= T(1)), "" ); // equal
49 static_assert ( (o2 <= val), "" );
54 static_assert ( (T(1) <= o2), "" ); // equal
56 static_assert ( !(val <= o2), "" );
less_than.pass.cpp 43 constexpr O o2{1}; // engaged
47 static_assert ( !(o2 < T(1)), "" ); // equal
49 static_assert ( (o2 < val), "" );
54 static_assert ( !(T(1) < o2), "" ); // equal
56 static_assert ( !(val < o2), "" );
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
tlssunnopic32.s 25 ld [%l1 + %o3], %o2, %tie_ld(sg1)
26 add %g7, %o2, %o4, %tie_add(sg1)
46 ld [%l1 + %o1], %o2, %tie_ld(sh2)
47 stb %o3, [%g7 + %o2], %tie_add(sh2)
60 ld [%l1 + %o1], %o2, %tie_ld(bl2)
61 stb %o3, [%g7 + %o2], %tie_add(bl2)
65 sethi %tle_hix22(bl3+1), %o2
66 xor %o2, %tle_lox10(bl3+1), %o4
71 sethi %tle_hix22(sh3), %o2
72 xor %o2, %tle_lox10(sh3), %o
    [all...]
  /development/ndk/platforms/android-3/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))
  /external/clang/test/SemaCXX/
derived-to-base-ambig.cpp 21 Object2* o2; local
22 o2 = e2;
23 o2 = f2; // expected-error{{ambiguous conversion from derived class 'F2' to base class 'Object2':}} expected-error{{assigning to 'Object2 *' from incompatible type 'F2 *'}}
  /external/junit/src/org/junit/runner/manipulation/
Sorter.java 18 public int compare(Description o1, Description o2) {
43 public int compare(Description o1, Description o2) {
44 return fComparator.compare(o1, o2);
  /external/libcxx/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), "" );
  /ndk/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), "" );
  /ndk/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/current/platforms/android-12/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/current/platforms/android-12/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/current/platforms/android-12/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/current/platforms/android-13/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))

Completed in 570 milliseconds

12 3 4 5 6 7 8 91011>>