HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 226 - 250 of 880) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/samples/uciter8/
uciter8.c 48 UChar32 c1, c2; local
75 c2=iter2->current(iter2);
76 if(c1!=c2) {
77 log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle);
84 c2=iter2->next(iter2);
85 if(c1!=c2) {
86 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
94 c2=iter2->previous(iter2);
95 if(c1!=c2) {
96 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT))
308 UChar32 c1, c2; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
hash.h 96 const uint32_t c2 = 0x1b873593; local
108 k1 *= c2;
126 k1 *= c2; h1 ^= k1;
151 const uint32_t c2 = 0xab0e9789; local
166 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
171 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
212 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
218 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
251 const uint64_t c2 = KQU(0x4cf5ad432745937f); local
262 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1
    [all...]
  /external/libcxx/test/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 47 test(int P, C& c1, const C& c2)
53 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end()));
55 assert(c1.size() == c1_osize + c2.size());
60 for (int j = 0; j < c2.size(); ++j, ++i)
77 C c2 = make<C>(M); local
78 test(i, c1, c2);
86 C c2 = make<C>(M); local
87 test(i, c1, c2);
95 C c2 = make<C>(M) local
104 C c2 = make<C>(M); local
113 C c2 = make<C>(M); local
122 C c2 = make<C>(M); local
160 C c2 = make<C>(M); local
169 C c2 = make<C>(M); local
178 C c2 = make<C>(M); local
187 C c2 = make<C>(M); local
196 C c2 = make<C>(M); local
    [all...]
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 86 char c1, c2, c3; local
88 ios1.pword(1) = &c2;
158 assert(ios2.pword(1) == &c2);
  /external/libvpx/libvpx/vp8/common/
idctllm.c 145 int a2, b2, c2, d2; local
176 c2 = a1 - b1;
181 op[2] = (c2 + 3) >> 3;
  /external/libvpx/libvpx/vp9/encoder/
vp9_ssim.c 53 int64_t c1, c2; local
57 c2 = (cc2 * count * count) >> 12;
60 (int64_t) 2 * sum_s * sum_r + c2);
64 (int64_t)count * sum_sq_r - (int64_t) sum_r * sum_r + c2);
  /external/lldb/test/pexpect-2.4/examples/
chess3.py 85 c2 = white.term.get_abs(17,59) variable
89 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
94 c2 = white.term.get_abs(17,59) variable
98 fout.write ('Computer:%s%s%s%s\n' %(c1,c2,c3,c4))
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 271 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
272 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
273 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
274 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
278 #define mul_add_c(a,b,c0,c1,c2) { \
283 c1 += t2; c2 += (c1<t2)?1:0;
356 BN_ULONG c1,c2,c3; local
460 BN_ULONG c1,c2,c3; local
500 BN_ULONG c1,c2,c3; local
576 BN_ULONG c1,c2,c3; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsmtrx.c 131 cmsFloat64Number det, c0, c1, c2; local
135 c2 = a -> v[1].n[0]*a -> v[2].n[1] - a -> v[1].n[1]*a -> v[2].n[0];
137 det = a -> v[0].n[0]*c0 + a -> v[0].n[1]*c1 + a -> v[0].n[2]*c2;
147 b -> v[2].n[0] = c2/det;
  /external/proguard/src/proguard/io/
ManifestRewriter.java 96 int c2 = super.read(); local
99 if ((c2 == '\n' || c2 == '\r') && c1 != c2)
101 c2 = super.read();
105 if (c2 != ' ')
108 bufferedCharacter = c2;
  /external/skia/experimental/Intersection/
SimplifyAddIntersectingTs_Test.cpp 94 SimplifyAddIntersectingTsTest::Contour& c2 = contour[1]; local
95 addIntersectTs(&c1, &c2);
98 // bool c2Intersected = c2.fSegments[0].intersected();
109 c2.dump();
  /external/skia/samplecode/
SampleAAClip.cpp 16 SkAAClip c0, c1, c2; local
19 c2.op(c0, c1, op);
21 SkDEBUGCODE(SkIRect r2 = c2.getBounds());
  /external/skia/src/sfnt/
SkOTTable_name.cpp 24 unsigned c2 = SkEndian_SwapBE16(*src++); local
25 SkASSERT(SkUTF16_IsLowSurrogate(c2));
27 c = (c << 10) + c2 + (0x10000 - (0xD800 << 10) - 0xDC00);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
58 float c2(void) const { return _c2; } function in class:ColorFract
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
idctllm.c 145 int a2, b2, c2, d2; local
176 c2 = a1 - b1;
181 op[2] = (c2 + 3) >> 3;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ssim.c 52 int64_t c1, c2; local
56 c2 = (cc2 * count * count) >> 12;
59 (int64_t) 2 * sum_s * sum_r + c2);
63 (int64_t)count * sum_sq_r - (int64_t) sum_r * sum_r + c2);
  /libcore/benchmarks/src/benchmarks/regression/
EqualsHashCodeBenchmark.java 49 Object c2; field in class:EqualsHashCodeBenchmark
59 c2 = type.newInstance("http://developer.android.com/query?q=" + QUERY.substring(0, QUERY.length() - 3) + "%AF");
79 c1.equals(c2);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
CollatorTest.java 28 Collator c2 = (Collator) c.clone(); local
29 assertTrue("Clones answered false to equals", c.equals(c2));
30 assertTrue("Clones were equivalent", c != c2);
118 Collator c2 = (Collator) c.clone(); local
119 assertTrue("Cloned collators not equal", c.equals(c2));
120 c2.setStrength(Collator.SECONDARY);
121 assertTrue("Collators with different strengths equal", !c.equals(c2));
200 Collator c2 = Collator.getInstance(Locale.getDefault()); local
201 assertTrue("Wrong locale", c1.equals(c2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
insert_iter_iter.pass.cpp 47 test(int P, C& c1, const C& c2)
53 CI i = c1.insert(c1.begin() + P, BCI(c2.begin()), BCI(c2.end()));
55 assert(c1.size() == c1_osize + c2.size());
60 for (int j = 0; j < c2.size(); ++j, ++i)
77 C c2 = make<C>(M); local
78 test(i, c1, c2);
86 C c2 = make<C>(M); local
87 test(i, c1, c2);
95 C c2 = make<C>(M) local
104 C c2 = make<C>(M); local
113 C c2 = make<C>(M); local
122 C c2 = make<C>(M); local
160 C c2 = make<C>(M); local
169 C c2 = make<C>(M); local
178 C c2 = make<C>(M); local
187 C c2 = make<C>(M); local
196 C c2 = make<C>(M); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 86 char c1, c2, c3; local
88 ios1.pword(1) = &c2;
158 assert(ios2.pword(1) == &c2);
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 48 volatile char c2 = CHAR_MAX; local
  /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...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
MethodProxy.java 48 public static MethodProxy create(Class c1, Class c2, String desc, String name1, String name2) {
52 proxy.createInfo = new CreateInfo(c1, c2);
76 fci.f2 = helper(ci, ci.c2);
96 Class c2; field in class:MethodProxy.CreateInfo
101 public CreateInfo(Class c1, Class c2)
104 this.c2 = c2;
117 g.setClassLoader(ci.c2.getClassLoader());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CurrencyTest.java 64 Currency c2 = Currency.getInstance(new Locale("fr", "CA")); local
67 c2 == c0);
78 c2 = Currency.getInstance(new Locale("", "JP"));
81 c2 == c0);
317 Currency c2 = Currency.getInstance("EUR"); local
318 c2.getDefaultFractionDigits();
319 assertEquals(" Currency.getInstance(\"" + c2
320 + "\") returned incorrect number of digits. ", 2, c2
  /cts/tests/tests/graphics/src/android/graphics/cts/
CameraTest.java 134 Canvas c2 = new Canvas(); local
137 c2.concat(m);
139 assertTrue(c1.getMatrix().equals(c2.getMatrix()));

Completed in 1037 milliseconds

1 2 3 4 5 6 7 8 91011>>