HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 101 - 125 of 629) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/hash/
Murmur3_128HashFunction.java 50 long c2 = 0x4cf5ad432745937fL; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
69 k1 *= c2;
76 k2 *= c2;
105 k2 *= c2;
128 k1 *= c2;
  /external/regex-re2/util/
rune.cc 51 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/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 108 static bool cursorDataEquivalent(const CursorList* c1, const CursorList* c2)
110 if (c1 == c2)
112 if ((!c1 && c2) || (c1 && !c2))
114 return (*c1 == *c2);
  /external/icu4c/common/
ustrcase.c 128 UChar32 c, c2 = 0; local
142 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
144 dest[destIndex++]=(UChar)c2;
424 UChar32 c, c2 = 0; local
431 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0xffff : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0xffff)) {
433 dest[destIndex++]=(UChar)c2;
672 UChar32 c1, c2, cp1, cp2; local
701 c1=c2=-1
    [all...]
uinvchar.c 453 UChar32 c1, c2; local
477 c2=*localString++;
478 if(!UCHAR_IS_INVARIANT(c2)) {
479 c2=-2;
482 if((c1-=c2)!=0) {
498 UChar32 c1, c2; local
524 c2=*localString++;
525 if(!UCHAR_IS_INVARIANT(c2)) {
526 c2=-2;
529 if((c1-=c2)!=0)
542 int32_t c1, c2; local
    [all...]
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 303 unsigned c2 = *s2; local
304 if (c1 != c2) return (c1 < c2) ? -1 : 1;
427 static inline int CharCmp(unsigned char c1, unsigned char c2) {
428 return (c1 == c2) ? 0 : (c1 < c2) ? -1 : 1;
431 static inline int CharCaseCmp(unsigned char c1, unsigned char c2) {
433 int c2_low = ToLower(c2);
439 unsigned char c1 = 0, c2 = 0; local
445 c2 = s2[i]
512 unsigned char c1, c2; local
543 unsigned char c1, c2; local
596 unsigned char c1 = 0, c2 = 0; local
614 unsigned char c1 = 0, c2 = 0; local
    [all...]
  /external/clang/test/CodeGenCXX/
x86_64-arguments.cpp 55 struct c2 : public s2 {}; struct in namespace:PR7742
57 // CHECK: define <2 x float> @_ZN6PR77423fooEPNS_2c2E(%"struct.PR7742::c2"* %P)
58 c2 foo(c2 *P) {
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 211 UChar32 c, c2; local
221 for(c2=0xdc00; c2<=0xdfff; ++c2) {
222 utf16[1]=(UChar)c2;
224 set.add(U16_GET_SUPPLEMENTARY(c, c2));
262 UChar32 c, c2; local
272 for(c2=0xdc00; c2<=0xdfff; ++c2) {
    [all...]
  /external/skia/samplecode/
SampleAAClip.cpp 16 SkAAClip c0, c1, c2; local
19 c2.op(c0, c1, op);
21 SkIRect r2 = c2.getBounds();
  /external/v8/test/mjsunit/bugs/
618.js 44 function C2() {
47 var c2 = new C2();
48 assertEquals(23, c2.x);
49 assertEquals("undefined", typeof c2.y);
53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
54 var c2 = new C2();
55 assertEquals("undefined", typeof c2.x);
56 assertEquals(23, c2.y)
    [all...]
  /external/clang/test/Misc/
diag-aka-types.cpp 10 char c2 = ref; // expected-error{{'const foo_t' (aka 'const X')}} variable
  /external/clang/test/Sema/
attr-aligned.c 29 char c2[__alignof__(c.member) == 4 ?: -1] = {0}; variable
  /external/clang/test/SemaCXX/
constexpr-value-init.cpp 27 constexpr C c2 = C(); // ok variable
warn-sign-conversion.cpp 26 int c2 = 1 ? Foo<bool>::C : i; local
68 int c2 = 1 ? Foo<bool>::C : i; local
  /external/clang/test/SemaTemplate/
attributes.cpp 18 check_alignment<2>::t c2; member in namespace:attribute_aligned
class-template-id.cpp 38 typedef N::C<float> c2; typedef
instantiate-member-class.cpp 38 X<float>::C *c2; variable
44 c1 = c2; // expected-error{{assigning to 'X<int>::C *' from incompatible type 'X<float>::C *'}}
  /external/grub/stage2/
iso9660.h 199 #define RRMAGIC(c1, c2) ((c1)|(c2) << 8)
201 #define CHECK2(ptr, c1, c2) \
202 (*(unsigned short *)(ptr) == (((c1) | (c2) << 8) & 0xFFFF))
  /external/icu4c/test/cintltst/
trietest.c 151 UChar c2; local
169 c=c2=0x33;
171 UTRIE_NEXT32(trie, p, limit, c, c2, value);
173 UTRIE_NEXT16(trie, p, limit, c, c2, value);
177 testName, c, c2, value, values[i]);
180 c2==0 ?
182 !UTF_IS_LEAD(c) || !UTF_IS_TRAIL(c2) || c!=*(p-2) || c2!=*(p-1)
184 log_err("error: wrong (c, c2) from UTRIE_NEXT(%s): (U+%04lx, U+%04lx)\n",
185 testName, c, c2);
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
iwalsh_v6.asm 61 qaddsubx r2, r10, r11 ; [b2|c2] [c1+d1 | a1-b1]
64 qaddsubx r4, r12, lr ; [b2|c2] [c1+d1 | a1-b1]
67 qadd16 r2, r2, r10 ; [b2+3|c2+3]
69 qadd16 r4, r4, r10 ; [b2+3|c2+3]
96 qaddsubx r6, r2, r3 ; [b2|c2] [c1+d1 | a1-b1]
98 qaddsubx r8, r4, r5 ; [b2|c2] [c1+d1 | a1-b1]
101 qadd16 r6, r6, r10 ; [b2+3|c2+3]
103 qadd16 r8, r8, r10 ; [b2+3|c2+3]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.h 59 // and (a2, b2, c2) overlap. The definition of this function is that
67 const FloatPoint& c2);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 513 * @param c2 code unit to write
516 short c2) {
519 out.writeShort(c2);
528 * @param c2 code unit to write
532 short c2, short c3) {
535 out.writeShort(c2);
545 * @param c2 code unit to write
550 short c2, short c3, short c4) {
553 out.writeShort(c2);
564 * @param c2 code unit to writ
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CurrencyTest.java 47 Currency c2 = Currency.getInstance(new Locale("fr", "CA")); local
50 c2 == c0);
61 c2 = Currency.getInstance(new Locale("", "JP"));
64 c2 == c0);
309 Currency c2 = Currency.getInstance("JPY"); local
310 c2.getDefaultFractionDigits();
311 assertEquals(" Currency.getInstance(\"" + c2
312 + "\") returned incorrect number of digits. ", 0, c2
  /external/icu4c/test/intltest/
aliastst.cpp 67 Calendar* c2 = Calendar::createInstance(newLoc, status); local
71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
83 delete c2;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
134 Collator* c2 = Collator::createInstance(newLoc, status); local
137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
FileBlockHeader.java 194 char c2 = (char) ((code & 0xFF0000) >> 16); local
197 return String.valueOf(c1) + c2 + c3 + c4;

Completed in 1248 milliseconds

1 2 3 45 6 7 8 91011>>