Home
last modified time | relevance | path

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

12345678910>>...40

/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-load-sse2.h17 #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 …]
Dblake2b-load-sse41.h17 #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/cronet/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
Dcons.move.pass.cpp33 Buf b1{nullptr, alloc}; in test() local
45 Buf b1{&w, alloc}; in test() local
66 Buf b1{nullptr, alloc}; in test() local
78 Buf b1{&w, alloc}; in test() local
99 Buf b1{nullptr, alloc}; in test() local
111 Buf b1{&w, alloc}; in test() local
/external/rust/crates/bytes/tests/
Dtest_bytes_odd_alloc.rs66 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
Dtest_bytes_vec_alloc.rs121 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
Dtest_chain.rs54 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/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/cronet/net/third_party/quiche/src/quiche/http2/decoder/
Ddecode_buffer.cc15 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/okio/okio/src/commonMain/kotlin/okio/
DUtf8.kt404 val b1 = this[beginIndex + 1] in process2Utf8Bytes() constant
454 val b1 = this[beginIndex + 1] in process3Utf8Bytes() constant
518 val b1 = this[beginIndex + 1] in process4Utf8Bytes() constant
DBase64.kt127 val b1 = this[i++].toInt() in encodeBase64() constant
144 val b1 = this[i].toInt() in encodeBase64() constant
/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()
/external/libpcap/
Dgencode.c929 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/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_smart_cast.cpp48 Base1 & b1 = static_cast<Base1 &>(d); in test_static_reference_cast_2() local
72 Base1 & b1 = static_cast<Base1 &>(d); in test_static_reference_cast_1() local
154 VBase1 &b1 = dynamic_cast<VBase1 &>(d); in test_dynamic_reference_cast_2() local
178 VBase1 &b1 = dynamic_cast<VBase1 &>(d); in test_dynamic_reference_cast_1() local
/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
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
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
/external/cronet/base/memory/
Dvalues_equivalent_unittest.cc16 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/third_party/libc++/src/test/std/language.support/support.types/byteops/
Dand.assign.pass.cpp17 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
Dor.assign.pass.cpp17 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
Dxor.assign.pass.cpp17 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/apache-commons-math/src/main/java/org/apache/commons/math3/
DRealFieldElement.java316 T linearCombination(T a1, T b1, T a2, T b2); in linearCombination()
330 T linearCombination(double a1, T b1, double a2, T b2); in linearCombination()
346 T linearCombination(T a1, T b1, T a2, T b2, T a3, T b3); in linearCombination()
362 T linearCombination(double a1, T b1, double a2, T b2, double a3, T b3); in linearCombination()
381 T linearCombination(T a1, T b1, T a2, T b2, T a3, T b3, T a4, T b4); in linearCombination()
400 T linearCombination(double a1, T b1, double a2, T b2, double a3, T b3, double a4, T b4); in linearCombination()
/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/protobuf/csharp/src/Google.Protobuf/
DWritingPrimitives.cs617 … 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/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DWritingPrimitives.cs617 … 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/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

12345678910>>...40