/external/okhttp/okio/okio/src/test/java/okio/ |
D | TestUtil.java | 79 ByteString b3 = new ByteString(b3Bytes); in assertEquivalent() local 83 ByteString b3 = ByteString.encodeUtf8("a"); in assertEquivalent() local 116 Buffer b3 = new Buffer().write(b3Bytes); in assertEquivalent() local 120 Buffer b3 = new Buffer().writeUtf8("a"); in assertEquivalent() local
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | TestUtil.kt | 130 val b3 = ByteString(b3Bytes) in assertEquivalent() constant 134 val b3 = "a".encodeUtf8() in assertEquivalent() constant 167 val b3 = Buffer().write(b3Bytes) in assertEquivalent() constant 171 val b3 = Buffer().writeUtf8("a") in assertEquivalent() constant
|
/external/rust/crates/bytes/tests/ |
D | test_chain.rs | 56 let b3: &[u8] = &mut []; in vectored_read() localVariable 77 let b3: &[u8] = &mut []; in vectored_read() localVariable 98 let b3: &[u8] = &mut []; in vectored_read() localVariable 119 let b3: &[u8] = &mut []; in vectored_read() localVariable
|
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/ |
D | decode_buffer.cc | 27 const uint8_t b3 = DecodeUInt8(); in DecodeUInt24() local 35 const uint8_t b3 = DecodeUInt8(); in DecodeUInt31() local 44 const uint8_t b3 = DecodeUInt8(); in DecodeUInt32() local
|
/external/libgav1/src/dsp/x86/ |
D | transpose_sse4.h | 52 const __m128i b3 = _mm_unpackhi_epi16(a2, a3); in Transpose2x16_U16() local 108 const __m128i b3 = _mm_unpackhi_epi16(a2, a3); in Transpose8x8To4x16_U8() local 176 const __m128i b3 = _mm_unpackhi_epi32(a2, a3); in Transpose4x8To8x4_U16() local 278 const __m128i b3 = _mm_unpacklo_epi32(a6, a7); in Transpose8x8_U16() local
|
/external/libvpx/vpx_dsp/x86/ |
D | avg_intrin_avx2.c | 32 __m256i b3 = _mm256_sub_epi32(a2, a3); in highbd_hadamard_col8_avx2() local 157 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_16x16_avx2() local 198 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_32x32_avx2() local 234 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local 362 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2() local 420 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in vpx_hadamard_32x32_avx2() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/format/ |
D | BooleanFormatTest.java | 20 public boolean b3; field in BooleanFormatTest.BeanWithBoolean 23 public BeanWithBoolean(boolean b1, Boolean b2, boolean b3) { in BeanWithBoolean()
|
/external/libvpx/vpx_dsp/ |
D | avg.c | 46 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local 79 int32_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local 152 tran_low_t b3 = (a2 - a3) >> 1; in vpx_highbd_hadamard_16x16_c() local 184 tran_low_t b3 = (a2 - a3) >> 2; in vpx_highbd_hadamard_32x32_c() local 204 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_col8() local 277 tran_low_t b3 = (a2 - a3) >> 1; in vpx_hadamard_16x16_c() local 308 tran_low_t b3 = (a2 - a3) >> 2; in vpx_hadamard_32x32_c() local
|
/external/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 126 int32_t b3 = ReadUByte(index + 2); in ReadUInt24() local 139 int32_t b3 = ReadUByte(index + 2); in ReadULong() local 165 int32_t b3 = ReadUByte(index + 2); in ReadULongLE() local 181 int32_t b3 = ReadUByte(index + 2); in ReadLong() local 386 int32_t b3 = ReadUByte(off); in ComputeCheckSum() local
|
/external/libvpx/vpx_dsp/arm/ |
D | hadamard_neon.c | 25 const int16x8_t b3 = vsubq_s16(*a2, *a3); in hadamard8x8_one_pass() local 102 const int16x8_t b3 = vhsubq_s16(a2, a3); in vpx_hadamard_16x16_neon() local 144 const int16x8_t b3 = vhsubq_s16(a2, a3); in vpx_hadamard_32x32_neon() local
|
/external/libaom/aom_dsp/ |
D | avg.c | 115 int16_t b3 = (src_diff[2 * src_stride] - src_diff[3 * src_stride]) >> 1; in hadamard_col4() local 160 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_col8() local 275 tran_low_t b3 = (a2 - a3) >> 1; in aom_hadamard_16x16_c() local 315 int16_t b3 = (a2 - a3) >> 1; in aom_hadamard_lp_16x16_c() local 346 tran_low_t b3 = (a2 - a3) >> 2; in aom_hadamard_32x32_c() local 364 int16_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_first_pass() local 397 int32_t b3 = src_diff[2 * src_stride] - src_diff[3 * src_stride]; in hadamard_highbd_col8_second_pass() local 470 tran_low_t b3 = (a2 - a3) >> 1; in aom_highbd_hadamard_16x16_c() local 502 tran_low_t b3 = (a2 - a3) >> 2; in aom_highbd_hadamard_32x32_c() local
|
/external/ow2-asm/asm-test/src/main/resources/jdk5/ |
D | AllInstructions.class | ... v7
int v8
boolean b0
boolean b1
boolean b2
boolean b3
boolean b4
boolean b5
public static long longInstructions (long ... |
/external/dng_sdk/source/ |
D | dng_exif.cpp | 1113 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0() local 1844 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local 1960 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local 2568 uint32 b3 = stream.Get_uint8 (); in Parse_ifd0_exif() local 3583 uint32 b3 = stream.Get_uint8 (); in Parse_gps() local 4077 uint32 b3 = stream.Get_uint8 (); in Parse_interoperability() local
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WritingPrimitives.cs | 648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag() 663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath() 673 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTag() 690 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTagSlowPath() 701 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag() 718 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTagSlowPath()
|
/external/libaom/aom_dsp/arm/ |
D | transpose_neon.h | 162 const uint32x2x2_t b3 = in transpose_u8_4x8() local 368 uint16x4x2_t b3 = vtrn_u16(*a6, *a7); in transpose_u16_4x8() local 433 int16x4x2_t b3 = vtrn_s16(*a6, *a7); in transpose_s16_4x8() local 496 const uint16x8x2_t b3 = vtrnq_u16(*a6, *a7); in transpose_u16_8x8() local 564 const int16x8x2_t b3 = vtrnq_s16(*a6, *a7); in transpose_s16_8x8() local 638 const int16x8x2_t b3 = vtrnq_s16(*(a0 + 6), *(a0 + 7)); in transpose_s16_8x8q() local
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WritingPrimitives.cs | 648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag() 663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath() 673 …iteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTag() 690 …gSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4) in WriteRawTagSlowPath() 701 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag() 718 …(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTagSlowPath()
|
/external/libffi/testsuite/libffi.call/ |
D | cls_24byte.c | 21 struct cls_struct_24byte b3) in cls_struct_24byte_fn() 44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | cls_24byte.c | 21 struct cls_struct_24byte b3) 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_24byte.c | 21 struct cls_struct_24byte b3) in cls_struct_24byte_fn() 44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
|
/external/lzma/C/ |
D | Bra.c | 79 UInt32 b3; in ARMT_Convert() local 114 UInt32 b3; in ARMT_Convert() local
|
/external/ow2-asm/asm-test/src/main/resources/jdk3/ |
D | AllInstructions.class | ... v7
int v8
boolean b0
boolean b1
boolean b2
boolean b3
boolean b4
boolean b5
public static long longInstructions (long ... |
/external/libcxx/test/std/language.support/support.types/byteops/ |
D | lshift.pass.cpp | 22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
|
D | to_integer.pass.cpp | 22 constexpr std::byte b3{static_cast<std::byte>(3)}; in main() local
|
/external/rust/crates/parking_lot/src/ |
D | deadlock.rs | 70 let b3 = b.clone(); in test_mutex_deadlock() localVariable 134 let b3 = b.clone(); in test_remutex_deadlock() localVariable 182 let b3 = b.clone(); in test_rwlock_deadlock() localVariable
|
/external/libopus/silk/arm/ |
D | NSQ_neon.c | 53 int32x4_t b3 = vqdmulhq_s32(coef3, a3); in silk_noise_shape_quantizer_short_prediction_neon() local 100 int64x2_t b3 = vmlal_s32(b2, vget_high_s32(a1), vget_high_s32(coef1)); in silk_NSQ_noise_shape_feedback_loop_neon() local
|