/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2b-load-sse41.h | 19 #define LOAD_MSG_0_1(b0, b1) \ argument 27 #define LOAD_MSG_0_2(b0, b1) \ argument 35 #define LOAD_MSG_0_3(b0, b1) \ argument 43 #define LOAD_MSG_0_4(b0, b1) \ argument 51 #define LOAD_MSG_1_1(b0, b1) \ argument 59 #define LOAD_MSG_1_2(b0, b1) \ argument 67 #define LOAD_MSG_1_3(b0, b1) \ argument 75 #define LOAD_MSG_1_4(b0, b1) \ argument 83 #define LOAD_MSG_2_1(b0, b1) \ argument 91 #define LOAD_MSG_2_2(b0, b1) \ argument [all …]
|
D | blake2b-load-sse2.h | 19 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4) argument 20 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5) argument 21 #define LOAD_MSG_0_3(b0, b1) b0 = _mm_set_epi64x(m10, m8); b1 = _mm_set_epi64x(m14, m12) argument 22 #define LOAD_MSG_0_4(b0, b1) b0 = _mm_set_epi64x(m11, m9); b1 = _mm_set_epi64x(m15, m13) argument 23 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1 = _mm_set_epi64x(m13, m9) argument 24 #define LOAD_MSG_1_2(b0, b1) b0 = _mm_set_epi64x(m8, m10); b1 = _mm_set_epi64x(m6, m15) argument 25 #define LOAD_MSG_1_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11) argument 26 #define LOAD_MSG_1_4(b0, b1) b0 = _mm_set_epi64x(m2, m12); b1 = _mm_set_epi64x(m3, m7) argument 27 #define LOAD_MSG_2_1(b0, b1) b0 = _mm_set_epi64x(m12, m11); b1 = _mm_set_epi64x(m15, m5) argument 28 #define LOAD_MSG_2_2(b0, b1) b0 = _mm_set_epi64x(m0, m8); b1 = _mm_set_epi64x(m13, m2) 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/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 | 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
|
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 | to_integer.pass.cpp | 21 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
D | to_integer.fail.cpp | 21 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
D | lshift.fail.cpp | 21 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
D | lshift.pass.cpp | 21 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
D | rshift.fail.cpp | 21 constexpr std::byte b1{static_cast<std::byte>(1)}; in main() local
|
/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 | 30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() 62 double b1 = 2 * 2 * alpha; in biquad_lowpass() local 97 double b1 = 2 * -2 * alpha; in biquad_highpass() local 128 double b1 = 0; in biquad_bandpass() local 174 double b1 = 2 * A * (a_minus_one - a_plus_one * k); in biquad_lowshelf() local 209 double b1 = -2 * A * (a_minus_one + a_plus_one * k); in biquad_highshelf() local 240 double b1 = -2 * k; in biquad_peaking() local 275 double b1 = -2 * k; in biquad_notch() local 310 double b1 = -2 * k; in biquad_allpass() local
|
/external/libpcap/ |
D | gencode.c | 825 merge(b0, b1) in merge() argument 888 gen_and(b0, b1) in gen_and() argument 900 gen_or(b0, b1) in gen_or() argument 1830 struct block *b0, *b1; in gen_ether_linktype() local 2068 struct block *b0, *b1; in gen_linux_sll_linktype() local 2986 struct block *b0, *b1, *b2; in gen_linktype() local 3547 struct block *b0, *b1; in gen_llc() local 3618 struct block *b0, *b1; in gen_llc_i() local 3642 struct block *b0, *b1; in gen_llc_s() local 3661 struct block *b0, *b1; in gen_llc_u() local [all …]
|
/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/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
|
/external/clang/test/Modules/Inputs/merge-template-members/ |
D | b1.h | 6 N::A<int> b1; variable
|
/external/clang/test/Modules/Inputs/normal-module-map/ |
D | b1.h | 1 int b1; 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/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
|
/external/sfntly/cpp/src/test/ |
D | file_io_test.cc | 39 ByteVector b1; in TestFileInputStream() local 100 ByteVector b1; in TestFontInputStreamBasic() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_1_add_neon.c | 22 const uint8x16_t b1 = vqaddq_u8(a1, res); in idct32x32_1_add_pos_kernel() local 33 const uint8x16_t b1 = vqsubq_u8(a1, res); in idct32x32_1_add_neg_kernel() local
|
/external/emma/core/java12/com/vladium/util/ |
D | ByteArrayOStream.java | 49 public final void write2 (final int b1, final int b2) in write2() 73 public final void write3 (final int b1, final int b2, final int b3) in write3() 98 public final void write4 (final int b1, final int b2, final int b3, final int b4) in write4()
|
/external/clang/test/Modules/Inputs/ |
D | def-include.h | 12 int b1; member
|
/external/guava/guava/src/com/google/common/io/ |
D | LittleEndianDataInputStream.java | 81 int b1 = in.read(); in readUnsignedByte() local 223 int b1 = in.read(); in readAndCheckByte() local
|