| /external/python/cpython3/Modules/_blake2/impl/ |
| D | blake2b-load-sse2.h | 17 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4) argument 18 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5) argument 19 #define LOAD_MSG_0_3(b0, b1) b0 = _mm_set_epi64x(m10, m8); b1 = _mm_set_epi64x(m14, m12) argument 20 #define LOAD_MSG_0_4(b0, b1) b0 = _mm_set_epi64x(m11, m9); b1 = _mm_set_epi64x(m15, m13) argument 21 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1 = _mm_set_epi64x(m13, m9) argument 22 #define LOAD_MSG_1_2(b0, b1) b0 = _mm_set_epi64x(m8, m10); b1 = _mm_set_epi64x(m6, m15) argument 23 #define LOAD_MSG_1_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11) argument 24 #define LOAD_MSG_1_4(b0, b1) b0 = _mm_set_epi64x(m2, m12); b1 = _mm_set_epi64x(m3, m7) argument 25 #define LOAD_MSG_2_1(b0, b1) b0 = _mm_set_epi64x(m12, m11); b1 = _mm_set_epi64x(m15, m5) argument 26 #define LOAD_MSG_2_2(b0, b1) b0 = _mm_set_epi64x(m0, m8); b1 = _mm_set_epi64x(m13, m2) argument [all …]
|
| D | blake2b-load-sse41.h | 17 #define LOAD_MSG_0_1(b0, b1) \ argument 25 #define LOAD_MSG_0_2(b0, b1) \ argument 33 #define LOAD_MSG_0_3(b0, b1) \ argument 41 #define LOAD_MSG_0_4(b0, b1) \ argument 49 #define LOAD_MSG_1_1(b0, b1) \ argument 57 #define LOAD_MSG_1_2(b0, b1) \ argument 65 #define LOAD_MSG_1_3(b0, b1) \ argument 73 #define LOAD_MSG_1_4(b0, b1) \ argument 81 #define LOAD_MSG_2_1(b0, b1) \ argument 89 #define LOAD_MSG_2_2(b0, b1) \ argument [all …]
|
| /external/rust/crates/bytes/tests/ |
| D | test_bytes_odd_alloc.rs | 66 let b1 = Bytes::from(vec); in test_bytes_clone_drop() localVariable 75 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 79 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 84 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 92 let mut b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable
|
| D | test_bytes_vec_alloc.rs | 121 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 125 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 130 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 138 let mut b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable
|
| D | test_chain.rs | 54 let b1: &[u8] = &mut []; in vectored_read() localVariable 75 let b1: &[u8] = &mut []; in vectored_read() localVariable 96 let b1: &[u8] = &mut []; in vectored_read() localVariable 117 let b1: &[u8] = &mut []; in vectored_read() localVariable
|
| /external/libabigail/tests/data/test-read-ctf/ |
| D | test6.c | 7 struct b1 struct 23 struct b1 b1; argument
|
| /external/clang/test/CodeGen/ |
| D | ppc64-inline-asm.c | 3 _Bool test_wc_i1(_Bool b1, _Bool b2) { in test_wc_i1() 11 int test_wc_i32(int b1, int b2) { in test_wc_i32() 19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { in test_wc_i8()
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/decoder/ |
| D | decode_buffer.cc | 15 const uint8_t b1 = DecodeUInt8(); in DecodeUInt16() local 25 const uint8_t b1 = DecodeUInt8(); in DecodeUInt24() local 33 const uint8_t b1 = DecodeUInt8() & 0x7f; // Mask out the high order bit. in DecodeUInt31() local 42 const uint8_t b1 = DecodeUInt8(); in DecodeUInt32() local
|
| /external/libaom/aom_dsp/arm/ |
| D | transpose_neon.h | 41 const uint8x16x2_t b1 = in transpose_u8_8x8() local 89 const uint8x8x2_t b1 = vtrn_u8(*a2, *a3); in transpose_u8_8x4() local 158 const uint32x2x2_t b1 = in transpose_u8_4x8() local 244 const uint16x8x2_t b1 = vtrnq_u16(a[2], a[3]); in transpose_u16_4x8q() local 302 const uint16x8x2_t b1 = vtrnq_u16(a[2], a[3]); in loop_filter_transpose_u16_4x8q() local 366 uint16x4x2_t b1 = vtrn_u16(*a2, *a3); in transpose_u16_4x8() local 431 int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x8() local 494 const uint16x8x2_t b1 = vtrnq_u16(*a2, *a3); in transpose_u16_8x8() local 562 const int16x8x2_t b1 = vtrnq_s16(*a2, *a3); in transpose_s16_8x8() local 636 const int16x8x2_t b1 = vtrnq_s16(*(a0 + 2), *(a0 + 3)); in transpose_s16_8x8q() local [all …]
|
| /external/okio/okio/src/commonMain/kotlin/okio/ |
| D | Utf8.kt | 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
|
| D | -Base64.kt | 123 val b1 = this[i++].toInt() in encodeBase64() constant 140 val b1 = this[i].toInt() in encodeBase64() constant
|
| /external/clang/test/SemaCXX/ |
| D | warn-redundant-move.cpp | 20 A test1(B b1) { in test1() 33 C test2(A a1, B b1) { in test2() 49 A test3(B& b1) { in test3() 57 C test4(A& a1, B& b1) { in test4()
|
| /external/libpcap/ |
| D | gencode.c | 929 merge(struct block *b0, struct block *b1) in merge() 999 gen_and(struct block *b0, struct block *b1) in gen_and() 1010 gen_or(struct block *b0, struct block *b1) in gen_or() 1963 struct block *b0, *b1; in gen_ether_linktype() local 2198 struct block *b0, *b1; in gen_linux_sll_linktype() local 3193 struct block *b0, *b1, *b2; in gen_linktype() local 3717 struct block *b0, *b1; in gen_llc_internal() local 3802 struct block *b0, *b1; in gen_llc_i() local 3833 struct block *b0, *b1; in gen_llc_s() local 3859 struct block *b0, *b1; in gen_llc_u() local [all …]
|
| /external/libabigail/tests/data/test-read-dwarf/ |
| D | test1.cc | 7 struct b1 struct 13 struct s0 : virtual b0, virtual b1 argument
|
| /external/libcxx/test/std/language.support/support.types/byteops/ |
| D | and.assign.pass.cpp | 18 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 26 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
| D | xor.assign.pass.cpp | 18 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 26 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
| D | or.assign.pass.cpp | 18 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 26 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
| /external/cronet/base/memory/ |
| D | values_equivalent_unittest.cc | 16 int b1 = 5678; in TEST() local 29 auto b1 = std::make_unique<int>(5678); in TEST() local 52 auto b1 = MakeRefCounted<Wrapper>(5678); in TEST() local 75 auto b1 = 5678; in TEST() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.types/byteops/ |
| D | or.assign.pass.cpp | 17 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 25 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
| D | xor.assign.pass.cpp | 17 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 25 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
| D | and.assign.pass.cpp | 17 constexpr std::byte test(std::byte b1, std::byte b2) { in test() 25 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | WritingPrimitives.cs | 617 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag() 625 …lic static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTag() 639 …ic void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTagSlowPath() 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 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 690 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath() 701 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 718 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath()
|
| /external/protobuf/csharp/src/Google.Protobuf/ |
| D | WritingPrimitives.cs | 617 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag() 625 …lic static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTag() 639 …ic void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTagSlowPath() 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 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 690 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath() 701 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 718 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath()
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | readable_font_data.cc | 98 int32_t b1 = ReadUByte(index); in ReadUShort() local 108 int32_t b1 = ReadByte(index); in ReadShort() local 120 int32_t b1 = ReadUByte(index); in ReadUInt24() local 133 int32_t b1 = ReadUByte(index); in ReadULong() local 159 int32_t b1 = ReadUByte(index); in ReadULongLE() local 175 int32_t b1 = ReadByte(index); in ReadLong() local 388 int32_t b1 = (off + 2 < high_bound) ? ReadUByte(off + 2) : 0; in ComputeCheckSum() local
|
| /external/clang/test/CXX/special/class.inhctor/ |
| D | p4.cpp | 26 B b1{X<1>{}}; // expected-error {{calling a protected constructor}} variable 36 B b1{X<1>{}}; member 73 B b1(0, 1); // expected-error {{call to constructor of 'DRnnnn::B' is ambiguous}} variable
|