Home
last modified time | relevance | path

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

12345678910>>...45

/external/python/cpython3/Modules/_blake2/impl/
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 …]
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 …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/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
104 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_vec() localVariable
114 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_1() localVariable
125 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_2() localVariable
140 let mut b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_offset() 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/rust/android-crates-io/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
104 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_vec() localVariable
114 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_1() localVariable
125 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_2() localVariable
140 let mut b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_offset() localVariable
Dtest_bytes_vec_alloc.rs124 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable
128 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable
133 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable
141 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/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/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
104 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_vec() localVariable
114 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_1() localVariable
125 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_2() localVariable
140 let mut b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_offset() 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
/external/cronet/stable/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/cronet/tot/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/pytorch/test/inductor/
Dtest_foreach.py109 def fn(a0, a1, b0, b1): argument
175 def fn(a0, a1, b0, b1): argument
206 def fn(a0, a1, b0, b1): argument
251 def fn(a0, a1, b0, b1): argument
314 def fn(a0, a1, b0, b1): argument
343 def fn(a0, a1, b0, b1): argument
383 def fn(a0, a1, b0, b1): argument
397 def fn(a0, a1, b0, b1): argument
429 def fn(a0, a1, b0, b1): argument
449 def fn(a0, a1, b0, b1): argument
[all …]
/external/pytorch/aten/src/ATen/native/nested/
DNestedTensorBinaryOps.cpp187 self, other, "add", true /* supports_striding*/, [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_add_Tensor()
197 self, other, "sub", true /* supports_striding*/, [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_sub_Tensor()
204 self, other, "mul", false /* supports_striding*/, [](const Tensor& b1, const Tensor& b2) { in NestedTensor_mul_Tensor()
216 self, other, "div", false /* supports_striding*/, [](const Tensor& b1, const Tensor& b2) { in NestedTensor_div_Tensor()
230 …self, mask, "masked_fill", false /* supports_striding*/, [value](const Tensor& b1, const Tensor& b… in NestedTensor_masked_fill()
269 self, other, "add_", [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_add__Tensor()
276 self, other, "mul_", [](const Tensor& b1, const Tensor& b2) { in NestedTensor_mul__Tensor()
301 [](const Tensor& b1, const Tensor& b2) { in ge_scalar_nested()
309 [](const Tensor& b1, const Tensor& b2) { in gt_scalar_nested()
317 [](const Tensor& b1, const Tensor& b2) { in eq_scalar_nested()
[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/cronet/stable/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/cronet/tot/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.kt124 val b1 = this[i++].toInt() in encodeBase64() constant
141 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.c931 merge(struct block *b0, struct block *b1) in merge()
1001 gen_and(struct block *b0, struct block *b1) in gen_and()
1012 gen_or(struct block *b0, struct block *b1) in gen_or()
1965 struct block *b0, *b1; in gen_ether_linktype() local
2200 struct block *b0, *b1; in gen_linux_sll_linktype() local
3195 struct block *b0, *b1, *b2; in gen_linktype() local
3719 struct block *b0, *b1; in gen_llc_internal() local
3804 struct block *b0, *b1; in gen_llc_i() local
3835 struct block *b0, *b1; in gen_llc_s() local
3861 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/
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
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

12345678910>>...45