Home
last modified time | relevance | path

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

12345678910

/external/python/cpython3/Modules/_blake2/impl/
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 …]
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 …]
/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/libpcap/
Dgencode.c825 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
2940 struct block *b0; in gen_prevlinkhdr_check() 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
[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.c30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient()
61 double b0 = 2 * alpha; in biquad_lowpass() local
96 double b0 = 2 * alpha; in biquad_highpass() local
127 double b0 = alpha; in biquad_bandpass() local
173 double b0 = A * (a_plus_one - a_minus_one * k + k2); in biquad_lowshelf() local
208 double b0 = A * (a_plus_one + a_minus_one * k + k2); in biquad_highshelf() local
239 double b0 = 1 + alpha * A; in biquad_peaking() local
274 double b0 = 1; in biquad_notch() local
309 double b0 = 1 - alpha; in biquad_allpass() 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/lzma/CPP/7zip/Compress/
DByteSwap.cpp45 Byte b0 = data[0]; in STDMETHODIMP_() local
68 Byte b0 = data[0]; in STDMETHODIMP_() 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/python/cpython3/Modules/_decimal/libmpdec/
Dumodarith.h268 x64_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in x64_mulmod2()
315 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2()
341 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2()
471 ppro_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in ppro_mulmod2()
585 ppro_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in ppro_mulmod2()
/external/valgrind/drd/
Ddrd_bitmap.c154 UWord b0; in DRD_() local
251 UWord b0; in DRD_() local
353 UWord b0; in DRD_() local
387 UWord b0; in DRD_() local
440 UWord b0; in DRD_() local
495 UWord b0; in DRD_() local
828 UWord b0; in DRD_() local
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct2.c22 B B_fn(struct A b0, struct B b1) in B_fn()
40 struct A b0; in B_gn() local
Dnested_struct3.c22 B B_fn(struct A b0, struct B b1) in B_fn()
41 struct A b0; in B_gn() local
Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
/external/clang/test/Sema/
Dtentative-decls.c64 static int b0; variable
67 static int b0 = 5; variable
/external/libffi/testsuite/libffi.call/
Dnested_struct2.c22 B B_fn(struct A b0, struct B b1) in B_fn()
40 struct A b0; in B_gn() local
Dnested_struct3.c22 B B_fn(struct A b0, struct B b1) in B_fn()
41 struct A b0; in B_gn() local
Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct2.c22 B B_fn(struct A b0, struct B b1) in B_fn()
40 struct A b0; in B_gn() local
Dnested_struct3.c22 B B_fn(struct A b0, struct B b1) in B_fn()
41 struct A b0; in B_gn() local
Dcls_24byte.c18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0, in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
/external/libyuv/files/unit_test/
Dcolor_test.cc351 int r0, g0, b0, r1, g1, b1; in TEST_F() local
397 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
489 int r0, g0, b0, r1, g1, b1; in TEST_F() local
520 int r0, g0, b0, r1, g1, b1; in TEST_F() local
537 int r0, g0, b0, r1, g1, b1, r2, g2, b2; in TEST_F() local
/external/clang/test/SemaCXX/
Dwarn-string-conversion.cpp7 …bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const ch… in test0() local
/external/libopus/silk/arm/
DNSQ_neon.c50 int32x4_t b0 = vqdmulhq_s32(coef0, a0); in silk_noise_shape_quantizer_short_prediction_neon() local
97 int64x2_t b0 = vmull_s32(vget_low_s32(a0), vget_low_s32(coef0)); in silk_NSQ_noise_shape_feedback_loop_neon() local

12345678910