Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-load-sse41.h19 #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 …]
Dblake2b-load-sse2.h19 #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/
Dppc64-inline-asm.c3 _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/
Dor.assign.pass.cpp18 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
Dand.assign.pass.cpp18 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
Dxor.assign.pass.cpp18 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/clang/test/SemaCXX/
Dwarn-redundant-move.cpp20 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()
Dconvert-to-bool.cpp38 bool b1 = !ecb; in test_conv_to_bool() local
55 bool b1(ecb); // okay in test_explicit_bool() local
/external/adhd/cras/src/dsp/
Dbiquad.c30 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/libaom/libaom/av1/common/arm/
Dtranspose_neon.h36 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
277 const uint16x8x2_t b1 = vtrnq_u16(*a2, *a3); in transpose_u16_8x8() local
345 const int16x8x2_t b1 = vtrnq_s16(*a2, *a3); in transpose_s16_8x8() local
419 const int16x8x2_t b1 = vtrnq_s16(*(a0 + 2), *(a0 + 3)); in transpose_s16_8x8q() local
480 const int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x4d() local
520 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x4() local
/external/libpcap/
Dgencode.c842 merge(struct block *b0, struct block *b1) in merge()
904 gen_and(struct block *b0, struct block *b1) in gen_and()
915 gen_or(struct block *b0, struct block *b1) in gen_or()
1849 struct block *b0, *b1; in gen_ether_linktype() local
2087 struct block *b0, *b1; in gen_linux_sll_linktype() local
3026 struct block *b0, *b1, *b2; in gen_linktype() local
3587 struct block *b0, *b1; in gen_llc() local
3658 struct block *b0, *b1; in gen_llc_i() local
3682 struct block *b0, *b1; in gen_llc_s() local
3701 struct block *b0, *b1; in gen_llc_u() local
[all …]
/external/clang/test/CXX/special/class.inhctor/
Dp4.cpp26 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/
Dmask_array.pass.cpp24 bool b1[N1] = {true, false, false, true, true, false, in main() local
57 bool b1[] = {true, false, true}; in main() local
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc98 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/
Dadler32memcpy.cc78 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/libhevc/common/arm/
Dihevc_cmn_utils_neon.h122 const int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x4d() local
155 const int16x8x2_t b1 = vtrnq_s16(*a2, *a3); in transpose_s16_4x4q() local
202 int16x8x2_t b0, b1, b2, b3, d0, d1, d2, d3; in transpose_s16_8x8() local
272 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x4() local
319 const int32x4x2_t b1 = vtrnq_s32(a2->val[0], a3->val[0]); in transpose_s32_8x8() local
/external/clang/test/Modules/Inputs/normal-module-map/
Db1.h1 int b1; variable
/external/clang/test/Modules/Inputs/merge-template-members/
Db1.h6 N::A<int> b1; variable
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java49 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/sfntly/cpp/src/test/
Dfile_io_test.cc39 ByteVector b1; in TestFileInputStream() local
100 ByteVector b1; in TestFontInputStreamBasic() local
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_1_add_neon.c22 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/guava/guava/src/com/google/common/io/
DLittleEndianDataInputStream.java81 int b1 = in.read(); in readUnsignedByte() local
223 int b1 = in.read(); in readAndCheckByte() local
/external/libffi/testsuite/libffi.call/
Dcls_9byte2.c18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local
Dcls_9byte1.c18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_9byte2.c18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, in cls_struct_9byte_fn()
35 struct cls_struct_9byte b1, b2; in cls_struct_9byte_gn() local

12345678910>>...23