Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/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/okio/okio/src/commonMain/kotlin/okio/
DUtf8.kt214 val b0 = this[index] in processUtf8CodePoints() constant
261 val b0 = this[index] in processUtf16Chars() constant
402 val b0 = this[beginIndex] in process2Utf8Bytes() constant
452 val b0 = this[beginIndex] in process3Utf8Bytes() constant
516 val b0 = this[beginIndex] in process4Utf8Bytes() constant
D-Base64.kt122 val b0 = this[i++].toInt() in encodeBase64() constant
132 val b0 = this[i].toInt() in encodeBase64() constant
139 val b0 = this[i++].toInt() in encodeBase64() constant
/external/llvm-project/clang/test/Analysis/
Ddebug-iterator-modeling.cpp31 auto b0 = v0.begin(), e0 = v0.end(); in iterator_position() local
45 auto b0 = v0.begin(); in iterator_container() local
52 auto b0 = v0.begin(); in iterator_validity() local
/external/libaom/libaom/av1/common/arm/
Dtranspose_neon.h34 const uint8x16x2_t b0 = in transpose_u8_8x8() local
83 const uint8x8x2_t b0 = vtrn_u8(*a0, *a1); in transpose_u8_8x4() local
111 const uint16x4x2_t b0 = in transpose_u8_4x4() local
151 const uint32x2x2_t b0 = in transpose_u8_4x8() local
213 uint16x4x2_t b0 = vtrn_u16(*a0, *a1); in transpose_u16_4x8() local
278 int16x4x2_t b0 = vtrn_s16(*a0, *a1); in transpose_s16_4x8() local
341 const uint16x8x2_t b0 = vtrnq_u16(*a0, *a1); in transpose_u16_8x8() local
409 const int16x8x2_t b0 = vtrnq_s16(*a0, *a1); in transpose_s16_8x8() local
455 int16x8x2_t b0; in aom_vtrnq_s64_to_s16() local
483 const int16x8x2_t b0 = vtrnq_s16(*a0, *(a0 + 1)); in transpose_s16_8x8q() local
[all …]
/external/libcxx/test/std/atomics/atomics.types.generic/
Dbool.pass.cpp71 bool b0 = obj.is_lock_free(); in main() local
126 bool b0 = obj.is_lock_free(); in main() local
181 bool b0 = obj.is_lock_free(); in main() local
/external/llvm-project/libcxx/test/std/atomics/atomics.types.generic/
Dbool.pass.cpp70 bool b0 = obj.is_lock_free(); in main() local
125 bool b0 = obj.is_lock_free(); in main() local
180 bool b0 = obj.is_lock_free(); in main() local
/external/libhevc/common/arm/
Dihevc_cmn_utils_neon.h83 static INLINE void store_unaligned_u8q(uint8_t *buf, int stride, uint8x16_t b0) in store_unaligned_u8q()
99 int16x8x2_t b0; in vtrnq_s64_to_s16() local
121 const int16x4x2_t b0 = vtrn_s16(*a0, *a1); in transpose_s16_4x4d() local
154 const int16x8x2_t b0 = vtrnq_s16(*a0, *a1); in transpose_s16_4x4q() local
202 int16x8x2_t b0, b1, b2, b3, d0, d1, d2, d3; in transpose_s16_8x8() local
252 int32x4x2_t b0; in vtrnq_s64_to_s32() local
271 const int32x4x2_t b0 = vtrnq_s32(*a0, *a1); in transpose_s32_4x4() local
318 const int32x4x2_t b0 = vtrnq_s32(a0->val[0], a1->val[0]); in transpose_s32_8x8() local
/external/libpcap/
Dgencode.c930 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
3090 struct block *b0; in gen_prevlinkhdr_check() 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
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dtranspose_neon.h25 int16x8x2_t b0; in vpx_vtrnq_s64_to_s16() local
34 int32x4x2_t b0; in vpx_vtrnq_s64_to_s32() local
41 int64x2x2_t b0; in vpx_vtrnq_s64() local
50 uint8x16x2_t b0; in vpx_vtrnq_u64_to_u8() local
59 uint16x8x2_t b0; in vpx_vtrnq_u64_to_u16() local
75 const uint16x4x2_t b0 = in transpose_u8_4x4() local
109 const int16x4x2_t b0 = vtrn_s16(*a0, *a1); in transpose_s16_4x4d() local
137 const int32x4x2_t b0 = in transpose_s16_4x4q() local
168 const uint32x4x2_t b0 = in transpose_u16_4x4q() local
210 const uint32x2x2_t b0 = in transpose_u8_4x8() local
[all …]
Didct32x32_1_add_neon.c21 const uint8x16_t b0 = vqaddq_u8(a0, res); in idct32x32_1_add_pos_kernel() local
32 const uint8x16_t b0 = vqsubq_u8(a0, res); in idct32x32_1_add_neg_kernel() local
/external/adhd/cras/src/dsp/
Dbiquad.c36 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient()
72 double b0 = 2 * alpha; in biquad_lowpass() local
108 double b0 = 2 * alpha; in biquad_highpass() local
148 double b0 = alpha; in biquad_bandpass() local
184 double b0 = A * (a_plus_one - a_minus_one * k + k2); in biquad_lowshelf() local
221 double b0 = A * (a_plus_one + a_minus_one * k + k2); in biquad_highshelf() local
260 double b0 = 1 + alpha * A; in biquad_peaking() local
296 double b0 = 1; in biquad_notch() local
333 double b0 = 1 - alpha; in biquad_allpass() local
/external/libabigail/tests/data/test-read-dwarf/
Dtest1.cc1 struct b0 struct
13 struct s0 : virtual b0, virtual b1 argument
/external/libgav1/libgav1/src/dsp/x86/
Dtranspose_sse4.h49 const __m128i b0 = _mm_unpacklo_epi16(a0, a1); in Transpose2x16_U16() local
105 const __m128i b0 = _mm_unpacklo_epi16(a0, a1); in Transpose8x8To4x16_U8() local
173 const __m128i b0 = _mm_unpacklo_epi32(a0, a1); in Transpose4x8To8x4_U16() local
212 const __m128i b0 = _mm_unpacklo_epi32(a0, a1); in Transpose8x4To4x8_U16() local
275 const __m128i b0 = _mm_unpacklo_epi32(a0, a1); in Transpose8x8_U16() local
/external/clang/test/CXX/special/class.inhctor/
Dp4.cpp25 B b0{X<0>{}}; variable
35 B b0{X<0>{}}; member
72 constexpr B b0(0, 0.0f); // ok, constexpr variable
/external/llvm-project/clang/test/CXX/special/class.inhctor/
Dp4.cpp25 B b0{X<0>{}}; variable
35 B b0{X<0>{}}; member
72 constexpr B b0(0, 0.0f); // ok, constexpr variable
/external/libgav1/libgav1/src/dsp/arm/
Dcommon_neon.h450 int16x8x2_t b0; in VtrnqS64() local
459 uint16x8x2_t b0; in VtrnqU64() local
528 const uint8x8x2_t b0 = vtrn_u8(*a0, *a1); in Transpose8x4() local
576 const int8x16x2_t b0 = in Transpose8x8() local
613 const uint8x16x2_t b0 = in Transpose8x8() local
644 const uint16x8x2_t b0 = vtrnq_u16(vreinterpretq_u16_u8(a0.val[0]), in Transpose8x8() local
680 const int16x8x2_t b0 = vtrnq_s16(a[0], a[1]); in Transpose8x8() local
711 const uint16x8x2_t b0 = vtrnq_u16(a[0], a[1]); in Transpose8x8() local
768 const uint8x16x2_t b0 = vtrnq_u8(a[0], a[1]); in Transpose8x16() local
/external/lzma/CPP/7zip/Compress/
DByteSwap.cpp45 Byte b0 = data[0]; in STDMETHODIMP_() local
68 Byte b0 = data[0]; in STDMETHODIMP_() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvariance_vsx.c24 const int16x8_t b0 = unpack_to_s16_h(read4x2(ref_ptr, ref_stride)); in vpx_get4x4sse_cs_vsx() local
113 const int16x8_t b0 = unpack_to_s16_h(vb0); in variance_inner_32() local
149 const int16x8_t b0 = unpack_to_s16_h(read4x2(ref_ptr, ref_stride)); in variance() local
160 const int16x8_t b0 = unpack_to_s16_h(vec_vsx_ld(0, ref_ptr)); in variance() local
174 const int16x8_t b0 = unpack_to_s16_h(vb); in variance() local
/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c29 __m256i b0 = _mm256_add_epi16(a0, a1); in hadamard_col8x2_avx2() local
153 __m256i b0 = _mm256_add_epi16(coeff0, coeff1); in hadamard_16x16_avx2() local
198 __m256i b0 = _mm256_add_epi16(coeff0, coeff1); in aom_hadamard_lp_16x16_avx2() local
239 __m256i b0 = _mm256_add_epi16(coeff0, coeff1); in aom_hadamard_32x32_avx2() local
270 __m256i b0 = _mm256_add_epi32(a0, a1); in highbd_hadamard_col8_avx2() local
395 __m256i b0 = _mm256_add_epi32(coeff0, coeff1); in aom_highbd_hadamard_16x16_avx2() local
436 __m256i b0 = _mm256_add_epi32(coeff0, coeff1); in aom_highbd_hadamard_32x32_avx2() local
/external/okio/okio/src/commonMain/kotlin/okio/internal/
D-Utf8.kt47 val b0 = this[index] in commonAsUtf8ToByteArray() constant
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c29 __m256i b0 = _mm256_add_epi32(a0, a1); in highbd_hadamard_col8_avx2() local
154 __m256i b0 = _mm256_add_epi32(coeff0, coeff1); in vpx_highbd_hadamard_16x16_avx2() local
195 __m256i b0 = _mm256_add_epi32(coeff0, coeff1); in vpx_highbd_hadamard_32x32_avx2() local
231 __m256i b0 = _mm256_add_epi16(a0, a1); in hadamard_col8x2_avx2() local
359 __m256i b0 = _mm256_add_epi16(coeff0, coeff1); in hadamard_16x16_avx2() local
417 __m256i b0 = _mm256_add_epi16(coeff0, coeff1); in vpx_hadamard_32x32_avx2() local
/external/dng_sdk/source/
Ddng_exif.cpp741 uint32 b0 = (fExifVersion >> 24) & 0xff; in AtLeastVersion0230() local
1110 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0() local
1841 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0_exif() local
1957 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0_exif() local
2565 uint32 b0 = stream.Get_uint8 (); in Parse_ifd0_exif() local
3580 uint32 b0 = stream.Get_uint8 (); in Parse_gps() local
4074 uint32 b0 = stream.Get_uint8 (); in Parse_interoperability() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_nohw.c48 uint64_t b0 = b & UINT64_C(0x1111111111111111); in gcm_mul64_nohw() local
133 uint32_t b0 = b & 0xffffffff; in gcm_mul64_nohw() local
159 uint32_t b0 = b & 0x11111111; in gcm_mul32_nohw() local
183 uint32_t b0 = b & 0xffffffff; in gcm_mul64_nohw() local

12345678910>>...15