| /external/okio/okio/src/commonMain/kotlin/okio/ |
| D | -Base64.kt | 35 val c = this[limit - 1] in decodeBase64ToArray() constant 49 val c = this[pos] in decodeBase64ToArray() constant 123 val b1 = this[i++].toInt() in encodeBase64() constant 140 val b1 = this[i].toInt() in encodeBase64() constant
|
| D | Utf8.kt | 85 val c = this[i].toInt() in <lambda>() constant 140 val c = this[index] in processUtf8Bytes() constant 403 val b1 = this[beginIndex + 1] in process2Utf8Bytes() constant 453 val b1 = this[beginIndex + 1] in process3Utf8Bytes() constant 517 val b1 = this[beginIndex + 1] in process4Utf8Bytes() constant
|
| /external/icu/icu4c/source/common/ |
| D | utf_impl.cpp | 131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) { in utf8_nextCharSafeBody() 191 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) { in utf8_appendCharSafeBody() 236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) { in utf8_prevCharSafeBody() 240 uint8_t b1=s[--i]; in utf8_prevCharSafeBody() local 306 uint8_t c=s[i]; in utf8_back1SafeBody() local 308 uint8_t b1=s[--i]; in utf8_back1SafeBody() local
|
| /external/libcxxabi/test/ |
| D | inherited_exception.pass.cpp | 40 int b1; member 48 int c; member 82 catch (const Child& c) in main() local 100 catch (const Base& c) in main() local 118 catch (const Base2& c) in main() local 136 catch (const Child& c) in main() local 158 catch (const Base* c) in main() local 166 catch (const Base2* c) in main() local
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | convert-to-bool.cpp | 38 bool b1 = !ecb; in test_conv_to_bool() local 55 bool b1(ecb); // okay in test_explicit_bool() local 75 void test_copy_init_conversions(C c) { in test_copy_init_conversions()
|
| /external/clang/test/SemaCXX/ |
| D | convert-to-bool.cpp | 38 bool b1 = !ecb; in test_conv_to_bool() local 55 bool b1(ecb); // okay in test_explicit_bool() local 75 void test_copy_init_conversions(C c) { in test_copy_init_conversions()
|
| /external/llvm-project/libcxxabi/test/ |
| D | inherited_exception.pass.cpp | 45 int b1; member 53 int c; member 87 catch (const Child& c) in main() local 105 catch (const Base& c) in main() local 123 catch (const Base2& c) in main() local 141 catch (const Child& c) in main() local 163 catch (const Base* c) in main() local 171 catch (const Base2* c) in main() local
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | ms-novtable.cpp | 19 struct __declspec(novtable) B1 : virtual A1 {} b1; variable 21 struct __declspec(novtable) C : virtual A2 {} c; variable
|
| /external/clang/test/CodeGenCXX/ |
| D | ms-novtable.cpp | 19 struct __declspec(novtable) B1 : virtual A1 {} b1; variable 21 struct __declspec(novtable) C : virtual A2 {} c; variable
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | cls_16byte.c | 14 int c; member 17 cls_struct_16byte cls_struct_16byte_fn(struct cls_struct_16byte b1, in cls_struct_16byte_fn() 35 struct cls_struct_16byte b1, b2; in cls_struct_16byte_gn() local
|
| D | cls_12byte.c | 13 int c; member 16 cls_struct_12byte cls_struct_12byte_fn(struct cls_struct_12byte b1, in cls_struct_12byte_fn() 34 struct cls_struct_12byte b1, b2; in cls_struct_12byte_gn() local
|
| /external/libffi/testsuite/libffi.call/ |
| D | cls_12byte.c | 13 int c; member 16 cls_struct_12byte cls_struct_12byte_fn(struct cls_struct_12byte b1, in cls_struct_12byte_fn() 34 struct cls_struct_12byte b1, b2; in cls_struct_12byte_gn() local
|
| D | cls_16byte.c | 14 int c; member 17 cls_struct_16byte cls_struct_16byte_fn(struct cls_struct_16byte b1, in cls_struct_16byte_fn() 35 struct cls_struct_16byte b1, b2; in cls_struct_16byte_gn() local
|
| D | cls_24byte.c | 14 int c; member 19 struct cls_struct_24byte b1, in cls_struct_24byte_fn() 44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
|
| /external/libffi/testsuite/libffi.closures/ |
| D | cls_16byte.c | 14 int c; member 17 cls_struct_16byte cls_struct_16byte_fn(struct cls_struct_16byte b1, in cls_struct_16byte_fn() 35 struct cls_struct_16byte b1, b2; in cls_struct_16byte_gn() local
|
| D | cls_12byte.c | 13 int c; member 16 cls_struct_12byte cls_struct_12byte_fn(struct cls_struct_12byte b1, in cls_struct_12byte_fn() 34 struct cls_struct_12byte b1, b2; in cls_struct_12byte_gn() local
|
| D | cls_24byte.c | 14 int c; member 19 struct cls_struct_24byte b1, in cls_struct_24byte_fn() 44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
|
| /external/okhttp/okio/okio/src/test/java/okio/ |
| D | TestUtil.java | 47 static String repeat(char c, int count) { in repeat() 53 public static void assertEquivalent(ByteString b1, ByteString b2) { in assertEquivalent() 89 public static void assertEquivalent(Buffer b1, Buffer b2) { in assertEquivalent()
|
| /external/libvpx/libvpx/vp8/common/ |
| D | idctllm.c | 33 int r, c; in vp8_short_idct4x4llm_c() local 34 int a1, b1, c1, d1; in vp8_short_idct4x4llm_c() local 109 int r, c; in vp8_dc_only_idct_add_c() local 130 int a1, b1, c1, d1; in vp8_short_inv_walsh4x4_c() local
|
| /external/libgav1/libgav1/src/dsp/arm/ |
| D | common_neon.h | 430 const uint32x2x2_t c = vtrn_u32(a_32, b_32); in Interleave32() local 480 const uint16x4x2_t c = vtrn_u16(a[2], a[3]); in Transpose4x4() local 505 const uint16x4x2_t c = in Transpose4x4() local 529 const uint8x8x2_t b1 = vtrn_u8(*a2, *a3); in Transpose8x4() local 578 const int8x16x2_t b1 = in Transpose8x8() local 615 const uint8x16x2_t b1 = in Transpose8x8() local 646 const uint16x8x2_t b1 = vtrnq_u16(vreinterpretq_u16_u8(a0.val[1]), in Transpose8x8() local 681 const int16x8x2_t b1 = vtrnq_s16(a[2], a[3]); in Transpose8x8() local 712 const uint16x8x2_t b1 = vtrnq_u16(a[2], a[3]); in Transpose8x8() local 769 const uint8x16x2_t b1 = vtrnq_u8(a[2], a[3]); in Transpose8x16() local
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| D | avg_intrin_avx2.c | 30 __m256i b1 = _mm256_sub_epi32(a0, a1); in highbd_hadamard_col8_avx2() local 155 __m256i b1 = _mm256_sub_epi32(coeff0, coeff1); in vpx_highbd_hadamard_16x16_avx2() local 196 __m256i b1 = _mm256_sub_epi32(coeff0, coeff1); in vpx_highbd_hadamard_32x32_avx2() local 232 __m256i b1 = _mm256_sub_epi16(a0, a1); in hadamard_col8x2_avx2() local 360 __m256i b1 = _mm256_sub_epi16(coeff0, coeff1); in hadamard_16x16_avx2() local 418 __m256i b1 = _mm256_sub_epi16(coeff0, coeff1); in vpx_hadamard_32x32_avx2() local 453 const __m256i c = _mm256_srli_epi64(b, 32); in vpx_satd_avx2() local 475 const __m256i c = _mm256_srli_epi64(b, 32); in vpx_highbd_satd_avx2() local
|
| /external/libaom/libaom/aom_dsp/x86/ |
| D | avg_intrin_avx2.c | 30 __m256i b1 = _mm256_sub_epi16(a0, a1); in hadamard_col8x2_avx2() local 154 __m256i b1 = _mm256_sub_epi16(coeff0, coeff1); in hadamard_16x16_avx2() local 199 __m256i b1 = _mm256_sub_epi16(coeff0, coeff1); in aom_hadamard_lp_16x16_avx2() local 240 __m256i b1 = _mm256_sub_epi16(coeff0, coeff1); in aom_hadamard_32x32_avx2() local 271 __m256i b1 = _mm256_sub_epi32(a0, a1); in highbd_hadamard_col8_avx2() local 396 __m256i b1 = _mm256_sub_epi32(coeff0, coeff1); in aom_highbd_hadamard_16x16_avx2() local 437 __m256i b1 = _mm256_sub_epi32(coeff0, coeff1); in aom_highbd_hadamard_32x32_avx2() local 475 const __m256i c = _mm256_srli_epi64(b, 32); in aom_satd_avx2() local 498 const __m256i c = _mm256_srli_epi64(b, 32); in aom_satd_lp_avx2() local
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/json/ |
| D | json_reader.cc | 130 void JsonReader::StringAddChar(uint32_t c) { in StringAddChar() 134 void JsonReader::StringAddUtf32(uint32_t c) { in StringAddUtf32() 138 uint32_t b1 = 0xc0 | ((c >> 6) & 0x1f); in StringAddUtf32() local 143 uint32_t b1 = 0xe0 | ((c >> 12) & 0x0f); in StringAddUtf32() local 150 uint32_t b1 = 0xf0 | ((c >> 18) & 0x07); in StringAddUtf32() local 272 uint32_t c; in Run() local
|
| /external/stressapptest/src/ |
| D | adler32memcpy.cc | 78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { in Set() 99 uint64 b1 = 0; in CalculateAdlerChecksum() local 137 uint64 b1 = 0; in AdlerMemcpyC() local 178 uint64 b1 = 0; in AdlerMemcpyWarmC() local 183 double c = 7.0 * static_cast<double>(srcmem64[0]); in AdlerMemcpyWarmC() local
|
| /external/apache-commons-bcel/src/test/java/org/apache/bcel/data/ |
| D | SimpleClassHasMethodIncludeGenericArgument.java | 26 public static void b(final String b1, final List b2) { in b() 29 public static void c(final String c1, final String c2) { in c() method in SimpleClassHasMethodIncludeGenericArgument
|