Searched defs:c2 (Results 176 - 200 of 621) sorted by relevance

1234567891011>>

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h96 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; h
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.c51 int8_t c1, c2; local
59 c2 = *s2;
61 if (c2 >=97)
62 c2 = (c2 - 32);
65 while ( (c1 == c2) && (c1 != '\0') && (c2 != '\0') && (count > 0) );
67 if ( (count == 0) || (c1 == c2) )
70 else if ( (c1 > c2) )
/external/libutf/
H A Drune.c68 int c, c1, c2, c3; local
117 c2 = *(uchar*)(str+2) ^ Tx;
118 if(c2 & Testx)
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
169 int c, c1, c2, c3; local
203 c2 = *(uchar*)(str+2) ^ Tx;
204 if(c2 & Testx)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bit
[all...]
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
176 c2 = a1 - b1;
181 op[2] = (c2 + 3) >> 3;
/external/llvm/unittests/IR/
H A DMetadataTest.cpp93 Value *const c2 = n2; local
97 MDNode *n6 = MDNode::getIfExists(Context, c2);
/external/lzma/C/
H A DCpuArch.c57 UInt32 a2, b2, c2, d2; local
65 __asm mov c2, ECX; local
70 *c = c2;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DMethodProxy.java48 public static MethodProxy create(Class c1, Class c2, String desc, String name1, String name2) { argument
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) argument
104 this.c2 = c2;
117 g.setClassLoader(ci.c2.getClassLoader());
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.cpp177 int c2 = tolower(descr[i+1]); local
179 if( c1 != c2 )
/external/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c271 /* 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
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/
H A Dcmsmtrx.c131 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/regex-re2/util/
H A Drune.cc51 int c, c1, c2, c3; local
85 c2 = *(unsigned char*)(str+2) ^ Tx;
86 if(c2 & Testx)
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
/external/skia/experimental/Intersection/
H A DCubicConvexHull.cpp19 CubicIntersections(const Cubic& c1, const Cubic& c2, Intersections& i) argument
21 , cubic2(c2)
162 bool intersect(const Cubic& c1, const Cubic& c2, Intersections& i) { argument
163 CubicIntersections c(c1, c2, i);
H A DCubicIntersection.cpp82 Cubic c1, c2; local
84 sub_divide(cubic2, t2s, t2e, c2);
86 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
89 cubic_to_quadratics(c2, calcPrecision(c2) * precisionScale, ts2);
408 bool intersect3(const Cubic& c1, const Cubic& c2, Intersections& i) {
409 bool result = intersect3(c1, 0, 1, c2, 0, 1, 1, i);
413 c2Bounds.setBounds(c2);
414 result |= intersectEnd(c1, false, c2, c2Bounds, i);
415 result |= intersectEnd(c1, true, c2, c2Bound
[all...]
/external/skia/src/pathops/
H A DSkDCubicIntersection.cpp80 SkDCubic c2 = cubic2.subDivide(t2s, t2e); local
82 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection)
85 c2.toQuadraticTs(c2.calcPrecision() * precisionScale, &ts2);
257 bool SkIntersections::cubicCheckCoincidence(const SkDCubic& c1, const SkDCubic& c2) {
268 SkDPoint testPt2 = c2.ptAtT(testT2);
432 static bool only_end_pts_in_common(const SkDCubic& c1, const SkDCubic& c2) {
460 double test = (c2[n].fY - origY) * adj - (c2[n].fX - origX) * opp;
473 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) {
[all...]
/external/skia/tests/
H A DGpuColorFilterTest.cpp62 const SkColor c2 = SkColorSetARGB(60, 60, 60, 60); local
64 const GrColor gr_c2 = SkColor2GrColor(c2);
/external/android-clat/
H A Dconfig.c209 uint32_t c2 = ip_checksum_add(0, plat_subnet, sizeof(*plat_subnet)) + local
212 uint16_t delta = ip_checksum_adjust(middlebytes, c1, c2);
/external/chromium_org/base/
H A Dcallback_list_unittest.cc112 CallbackList<void(int, int)> c2; local
114 c2.Add(Bind(&Summer::AddTwoParam, Unretained(&s)));
116 c2.Notify(1, 2);
/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator_unittest.cc282 base::StringPiece c2 = *it2; local
284 EXPECT_EQ(expected, validator.AddBytes(c2.data(), c2.size()))
285 << "Failed for \"" << c1 << c2 << "\""; local
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp104 Complex c2(realP2[i], imagP2[i]);
107 double mag2 = abs(c2);
135 double phase2 = arg(c2);
245 Complex c2 = complexFromMagnitudePhase(mag, phase); local
247 realP[i] = static_cast<float>(c2.real());
248 imagP[i] = static_cast<float>(c2.imag());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp81 CubicBezier(const FloatPoint& s, const FloatPoint& c1, const FloatPoint& c2, const FloatPoint& e) argument
84 , control2(c2)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncodingRegistry.cpp56 char c2; local
62 c2 = toASCIILower(*s2++);
63 if (c1 != c2)
67 c2 = *s2++;
68 if (toASCIILower(c1) != toASCIILower(c2))
71 } while (c1 && c2);
72 return !c1 && !c2;
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dmul.c316 int n = n2 / 2, c1, c2; local
339 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
341 switch (c1 * 3 + c2) {
448 int c1, c2, neg; local
458 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
460 switch (c1 * 3 + c2) {
/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.cpp189 UChar c, c2; local
230 } else if(U16_IS_LEAD(c) && U16_IS_TRAIL(c2=src[j+1])) {
232 n|=(int32_t)U16_GET_SUPPLEMENTARY(c, c2);
263 } else if(U16_IS_LEAD(c) && (j+1)<srcLength && U16_IS_TRAIL(c2=src[j+1])) {
265 n|=(int32_t)U16_GET_SUPPLEMENTARY(c, c2);
H A Dubidi_props.c153 UChar32 c2; local
161 c2=UBIDI_GET_MIRROR_CODE_POINT(m);
162 if(c==c2) {
165 } else if(c<c2) {
H A Ducasemap.cpp220 UChar32 c, c2 = 0; local
241 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
243 dest[destIndex++]=(uint8_t)c2;
428 UChar32 c, c2; local
443 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
445 dest[destIndex++]=(uint8_t)c2;

Completed in 1252 milliseconds

1234567891011>>