/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
binder.h | 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/external/chromium_org/third_party/icu/source/common/ |
normalizer2impl.h | 77 UChar32 c2=c%JAMO_T_COUNT; local 81 if(c2==0) { 84 buffer[2]=(UChar)(JAMO_T_BASE+c2); 248 uint16_t getFCD16FromSurrogatePair(UChar c, UChar c2) const { 249 return getFCD16FromSupplementary(U16_GET_SUPPLEMENTARY(c, c2)); 589 UChar c2; local 590 if(s!=limit && U16_IS_TRAIL(c2=*s)) { 592 c=U16_GET_SUPPLEMENTARY(c, c2); 621 UChar c2; local 622 if(U16_IS_SURROGATE_TRAIL(c) && s!=start && U16_IS_LEAD(c2=*(s-1))) [all...] |
ubidi_props.c | 152 UChar32 c2; local 160 c2=UBIDI_GET_MIRROR_CODE_POINT(m); 161 if(c==c2) { 164 } else if(c<c2) {
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_mul.c | 396 int n=n2/2,c1,c2; local 432 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n); 434 switch (c1*3+c2) 554 int c1,c2,neg; local 569 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n); 571 switch (c1*3+c2) 761 int c1,c2; local 773 c2=bn_cmp_words(&(b[n]),&(b[0]),n); 774 switch (c1*3+c2) 889 c2 =(int)(bn_add_words(&(r[0]),&(r[0]),&(t[n2+n]),n)) [all...] |
/external/openssl/crypto/bn/ |
bn_mul.c | 396 int n=n2/2,c1,c2; local 432 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n); 434 switch (c1*3+c2) 554 int c1,c2,neg; local 569 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n); 571 switch (c1*3+c2) 761 int c1,c2; local 773 c2=bn_cmp_words(&(b[n]),&(b[0]),n); 774 switch (c1*3+c2) 889 c2 =(int)(bn_add_words(&(r[0]),&(r[0]),&(t[n2+n]),n)) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64Encoder.java | 265 private int decodeLastBlock(OutputStream out, char c1, char c2, char c3, char c4) 273 b2 = decodingTable[c2]; 287 b2 = decodingTable[c2]; 303 b2 = decodingTable[c2];
|
/external/chromium/base/ |
command_line_unittest.cc | 173 CommandLine c2(FilePath(FILE_PATH_LITERAL("Program2"))); 174 c2.AppendSwitch("switch2"); 176 c1.AppendArguments(c2, true); 177 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-global.js | 55 function(match, c1, c2, c3) { 56 assertTrue((c1 === undefined && c2 === undefined) || 57 (c2 === undefined && c3 === undefined) || 60 if (c2) return "+"; 107 function(match, c1, c2, c3) { 108 assertTrue((c1 === undefined && c2 === undefined) || 109 (c2 === undefined && c3 === undefined) || 112 if (c2) return "+";
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ |
p3.cpp | 40 void c2(class B<float>::Member);
|
/external/clang/test/CXX/special/class.dtor/ |
p5-0x.cpp | 82 struct C2 : InaccessibleDtor { C2(); } c2; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} variable in typeref:struct:C2
|
/external/clang/test/CodeGenCXX/ |
anonymous-union-member-initializer.cpp | 6 char c2; member in struct:rdar8818236::S
|
/external/clang/test/SemaTemplate/ |
attributes.cpp | 18 check_alignment<2>::t c2; member in namespace:attribute_aligned
|
/external/e2fsprogs/intl/ |
localealias.c | 394 unsigned char c1, c2; 404 c2 = isupper (*p2) ? tolower (*p2) : *p2; 410 while (c1 == c2); 412 return c1 - c2;
|
/external/icu4c/common/ |
ubidi_props.c | 152 UChar32 c2; local 160 c2=UBIDI_GET_MIRROR_CODE_POINT(m); 161 if(c==c2) { 164 } else if(c<c2) {
|
/external/libvpx/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);
|
/external/sfntly/cpp/src/test/ |
cmap_test.cc | 150 int32_t c2 = uchar; local 152 c2 = TestUtils::EncodeOneChar(encoder2_, (int16_t)uchar); 154 int32_t glyph_id2 = cmap2_->GlyphId(c2); 157 fprintf(stderr, "%x: g1=%x, %x: g2=%x\n", c1, glyph_id1, c2, glyph_id2);
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
SimpleCursorAdapterTest.java | 119 Cursor c2 = createCursor(mFrom, data2); local 120 ca.changeCursor(c2); 160 Cursor c2 = createCursor(swappedFrom, mData2x2); local 161 ca.changeCursor(c2);
|
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 162 << this->c2() << ", " 307 float c1, c2, c3; local 325 in >> c2; local 327 if ((c2 < 0.0) || (c2 > 1.0)) { return color; } 344 || (c2 < 0.0) || (c2 > 1.0) 350 return ColorFract(c1, c2, c3); 580 pixel |= htonl((uint32_t) round((((1 << attrib->c2Size) - 1) * color.c2())) 708 startColor.c2() + (endColor.c2() - startColor.c2() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
emplace.pass.cpp | 113 std::vector<A> c2; local 114 std::vector<A>::iterator i = c1.emplace(c2.cbegin(), 2, 3.5); 146 std::vector<A, min_allocator<A>> c2; local 147 std::vector<A, min_allocator<A>>::iterator i = c1.emplace(c2.cbegin(), 2, 3.5);
|