HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 51 - 75 of 1110) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
s390x.S 330 #define c2 %r5 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
337 alcgr c2,%r6; \
348 lghi c2,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
358 stg c2,1*8(%r2)
359 lghi c2,0
361 mul_add_c(2,0,c3,c1,c2);
    [all...]
  /external/openssl/crypto/bn/asm/
s390x.S 330 #define c2 %r5 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
337 alcgr c2,%r6; \
348 lghi c2,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
358 stg c2,1*8(%r2)
359 lghi c2,0
361 mul_add_c(2,0,c3,c1,c2);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
52 C c1, c2; local
53 static_assert(noexcept(swap(c1, c2)), "");
58 C c1, c2; local
59 static_assert(noexcept(swap(c1, c2)), "");
63 C c1, c2; local
64 static_assert(!noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(!noexcept(swap(c1, c2)), "");
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_asm.c 436 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
437 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
438 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
439 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
442 #define mul_add_c(a,b,c0,c1,c2) \
447 c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2++
565 BN_ULONG c1,c2,c3; local
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 436 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
437 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
438 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
439 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
442 #define mul_add_c(a,b,c0,c1,c2) \
447 c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2++
565 BN_ULONG c1,c2,c3; local
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
relational.pass.cpp 42 C c2; local
44 c2.push_front(i);
46 assert(c1 < c2);
48 assert(c1 <= c2);
50 assert(c1 >= c2);
52 assert(c1 > c2);
  /external/chromium_org/third_party/sqlite/src/test/
wal_common.tcl 29 upvar $ckv2 c2
31 set c1 [expr {($c1 + $v1 + $c2)&0xFFFFFFFF}]
32 set c2 [expr {($c2 + $v2 + $c1)&0xFFFFFFFF}]
44 upvar $ckv2 c2
53 wal_cksum_intlist c1 c2 $values
62 set c2 0
63 wal_cksum $endian c1 c2 $blob
64 append blob [binary format II $c1 $c2]
87 set c2
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
parameters.cpp 13 // CHECK: {c = 97 'a', c2 = "01"}
24 char c2[2]; member in struct:char_struct
41 s.c2[0] = '0';
42 s.c2[1] = '1';
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
divide_equal_complex.pass.cpp 22 const std::complex<T> c2(1.5, 2.5);
25 c /= c2;
28 c /= c2;
minus_equal_complex.pass.cpp 22 const std::complex<T> c2(1.5, 2.5);
25 c -= c2;
28 c -= c2;
plus_equal_complex.pass.cpp 22 const std::complex<T> c2(1.5, 2.5);
25 c += c2;
28 c += c2;
times_equal_complex.pass.cpp 22 const std::complex<T> c2(1.5, 2.5);
25 c *= c2;
28 c *= c2;
  /external/clang/test/Parser/
c1x-alignas.c 5 unsigned _Alignas(long) char c2; variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
db_iterators_1.pass.cpp 32 C c2; local
33 bool b = c1.begin() != c2.begin();
41 C c2; local
42 bool b = c1.begin() != c2.begin();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_iterators_1.pass.cpp 32 C c2; local
33 bool b = c1.begin() != c2.begin();
41 C c2; local
42 bool b = c1.begin() != c2.begin();
db_iterators_2.pass.cpp 32 C c2; local
33 bool b = c1.begin() < c2.begin();
41 C c2;
42 bool b = c1.begin() < c2.begin();
db_iterators_3.pass.cpp 32 C c2; local
33 int i = c1.begin() - c2.begin();
41 C c2; local
42 int i = c1.begin() - c2.begin();
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractCollectionTest.java 133 Collection<String> c2 = create(); local
134 c2.add("b");
136 assertFalse(c.equals(c2));
144 Collection<String> c2 = create(); local
145 c2.add("a");
146 c2.add("b");
147 c2.add("b");
149 assertEquals(c, c2);
164 Collection<String> c2 = create(); local
165 c2.add("a")
179 Collection<String> c2 = create(); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 29 typename C::value_type x3, const C& c2)
35 assert(c1 == c2);
65 C c2; local
67 c2.push_back(Ptr(x+i));
68 insert3at(c2, c2.begin(), Ptr(x+3), Ptr(x+4), Ptr(x+5));
69 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2);
73 c2.clear();
75 c2.push_back(Ptr(x+i));
76 insert3at(c2, c2.begin()+1, Ptr(x+3), Ptr(x+4), Ptr(x+5))
    [all...]
  /external/libsepol/include/sepol/policydb/
context.h 52 static inline int mls_context_cmp(context_struct_t * c1, context_struct_t * c2)
54 return (mls_level_eq(&c1->range.level[0], &c2->range.level[0]) &&
55 mls_level_eq(&c1->range.level[1], &c2->range.level[1]));
90 static inline int context_cmp(context_struct_t * c1, context_struct_t * c2)
92 return ((c1->user == c2->user) &&
93 (c1->role == c2->role) &&
94 (c1->type == c2->type) && mls_context_cmp(c1, c2));
  /external/valgrind/main/massif/tests/
new-cpp.cpp 22 char* c2 = new (std::nothrow) char[2000]; local
26 delete [] c2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
db_swap_1.pass.cpp 32 std::list<int> c2(a2, a2+sizeof(a2)/sizeof(a2[0]));
34 std::list<int>::iterator i2 = c2.begin();
35 swap(c1, c2);
37 c2.erase(i1);
47 std::list<int, min_allocator<int>> c2(a2, a2+sizeof(a2)/sizeof(a2[0]));
49 std::list<int, min_allocator<int>>::iterator i2 = c2.begin();
50 swap(c1, c2);
52 c2.erase(i1);

Completed in 427 milliseconds

1 23 4 5 6 7 8 91011>>