/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/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/llvm-project/clang/test/CodeGenObjC/ |
D | ubsan-bool.m | 17 BOOL b1 : 1; field 36 BOOL b1 : 1; field 38 @property (nonatomic) BOOL b1; property
|
/external/rust/crates/bytes/tests/ |
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/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/llvm-project/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/libaom/libaom/av1/common/arm/ |
D | transpose_neon.h | 36 const uint8x16x2_t b1 = in transpose_u8_8x8() local 84 const uint8x8x2_t b1 = vtrn_u8(*a2, *a3); in transpose_u8_8x4() local 153 const uint32x2x2_t b1 = in transpose_u8_4x8() local 214 uint16x4x2_t b1 = vtrn_u16(*a2, *a3); in transpose_u16_4x8() local 279 int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x8() local 342 const uint16x8x2_t b1 = vtrnq_u16(*a2, *a3); in transpose_u16_8x8() local 410 const int16x8x2_t b1 = vtrnq_s16(*a2, *a3); in transpose_s16_8x8() local 484 const int16x8x2_t b1 = vtrnq_s16(*(a0 + 2), *(a0 + 3)); in transpose_s16_8x8q() local 545 const int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x4d() local 585 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x4() local
|
/external/llvm-project/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/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/adhd/cras/src/dsp/ |
D | biquad.c | 36 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() 73 double b1 = 2 * 2 * alpha; in biquad_lowpass() local 109 double b1 = 2 * -2 * alpha; in biquad_highpass() local 149 double b1 = 0; in biquad_bandpass() local 185 double b1 = 2 * A * (a_minus_one - a_plus_one * k); in biquad_lowshelf() local 222 double b1 = -2 * A * (a_minus_one + a_plus_one * k); in biquad_highshelf() local 261 double b1 = -2 * k; in biquad_peaking() local 297 double b1 = -2 * k; in biquad_notch() local 334 double b1 = -2 * k; in biquad_allpass() local
|
/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 | 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 | 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 | 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/libpcap/ |
D | gencode.c | 930 merge(struct block *b0, struct block *b1) in merge() 1000 gen_and(struct block *b0, struct block *b1) in gen_and() 1011 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 3136 struct block *b0, *b1, *b2; in gen_linktype() local 3661 struct block *b0, *b1; in gen_llc_internal() local 3746 struct block *b0, *b1; in gen_llc_i() local 3777 struct block *b0, *b1; in gen_llc_s() local 3803 struct block *b0, *b1; in gen_llc_u() local [all …]
|
/external/llvm-project/libcxx/test/std/language.support/support.types/byteops/ |
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
|
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
|
/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
|
/external/llvm-project/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
|
/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/llvm-project/clang/test/SemaTemplate/ |
D | temp.cpp | 22 Base<double> b1; // expected-error {{private}} member 26 Base<double> b1; member 30 Base<double> b1; member
|
/external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/ |
D | mask_array.pass.cpp | 24 bool b1[N1] = {true, false, false, true, true, false, in main() local 57 bool b1[] = {true, false, true}; in main() local
|