/third_party/python/Modules/_blake2/impl/ |
D | blake2b-load-sse41.h | 17 #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 …]
|
D | blake2b-load-sse2.h | 17 #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 …]
|
/third_party/ffmpeg/libavcodec/ |
D | dirac_dwt.h | 95 #define COMPOSE_53iL0(b0, b1, b2)\ argument 98 #define COMPOSE_DIRAC53iH0(b0, b1, b2)\ argument 101 #define COMPOSE_DD97iH0(b0, b1, b2, b3, b4)\ argument 104 #define COMPOSE_DD137iL0(b0, b1, b2, b3, b4)\ argument 107 #define COMPOSE_HAARiL0(b0, b1)\ argument 110 #define COMPOSE_HAARiH0(b0, b1)\ argument 113 #define COMPOSE_FIDELITYiL0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\ argument 116 #define COMPOSE_FIDELITYiH0(b0, b1, b2, b3, b4, b5, b6, b7, b8)\ argument 119 #define COMPOSE_DAUB97iL1(b0, b1, b2)\ argument 122 #define COMPOSE_DAUB97iH1(b0, b1, b2)\ argument [all …]
|
D | dirac_dwt_template.c | 48 TYPE *b0 = (TYPE *)_b0; in RENAME() local 180 int x, b0, b1, b2; in RENAME() local 208 TYPE *b0 = (TYPE *)_b0; in RENAME() local 220 TYPE *b0 = (TYPE *)_b0; in RENAME() local 234 TYPE *b0 = (TYPE *)_b0; in RENAME() local 247 TYPE *b0 = (TYPE *)_b0; in RENAME() local 260 TYPE *b0 = (TYPE *)_b[0]; in RENAME() local 277 TYPE *b0 = (TYPE *)_b[0]; in RENAME() local 294 TYPE *b0 = (TYPE *)_b0; in RENAME() local 306 TYPE *b0 = (TYPE *)_b0; in RENAME() local [all …]
|
D | snow_dwt.c | 194 static void vertical_decompose53iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, in vertical_decompose53iH0() 203 static void vertical_decompose53iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, in vertical_decompose53iL0() 216 DWTELEM *b0 = buffer + avpriv_mirror(-2 - 1, height - 1) * stride; in spatial_decompose53i() local 248 static void vertical_decompose97iH0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, in vertical_decompose97iH0() 257 static void vertical_decompose97iH1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, in vertical_decompose97iH1() 266 static void vertical_decompose97iL0(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, in vertical_decompose97iL0() 276 static void vertical_decompose97iL1(DWTELEM *b0, DWTELEM *b1, DWTELEM *b2, in vertical_decompose97iL1() 289 DWTELEM *b0 = buffer + avpriv_mirror(-4 - 1, height - 1) * stride; in spatial_decompose97i() local 365 static void vertical_compose53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, in vertical_compose53iH0() 374 static void vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, in vertical_compose53iL0() [all …]
|
D | ac3.c | 71 static inline int calc_lowcomp1(int a, int b0, int b1, int c) in calc_lowcomp1() 81 static inline int calc_lowcomp(int a, int b0, int b1, int bin) in calc_lowcomp()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
D | biquad.c | 29 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() 57 double b0 = 2 * alpha; in biquad_lowpass() local 89 double b0 = 2 * alpha; in biquad_highpass() local
|
/third_party/node/benchmark/buffers/ |
D | buffer-compare-offset.js | 10 function compareUsingSlice(b0, b1, len, iter) { argument 15 function compareUsingOffset(b0, b1, len, iter) { argument
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_endian.h | 95 #define USETW2(w,b1,b0) do { \ argument 100 #define USETW4(w,b3,b2,b1,b0) do { \ argument 107 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_exif.cpp | 741 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
|
/third_party/boost/libs/dynamic_bitset/example/ |
D | example2.cpp | 19 const boost::dynamic_bitset<> b0(2, 0ul); in main() local
|
/third_party/libffi/testsuite/libffi.closures/ |
D | nested_struct2.c | 22 B B_fn(struct A b0, struct B b1) in B_fn() 40 struct A b0; in B_gn() local
|
D | nested_struct3.c | 22 B B_fn(struct A b0, struct B b1) in B_fn() 41 struct A b0; in B_gn() local
|
D | cls_24byte.c | 18 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
|
D | cls_64byte.c | 23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0, in cls_struct_64byte_fn() 49 struct cls_struct_64byte b0, b1, b2, b3; in cls_struct_64byte_gn() local
|
D | stret_medium.c | 25 struct_72byte b0, in cls_struct_72byte_fn() 51 struct_72byte b0, b1, b2, b3; in cls_struct_72byte_gn() local
|
D | stret_medium2.c | 26 struct_72byte b0, in cls_struct_72byte_fn() 52 struct_72byte b0, b1, b2, b3; in cls_struct_72byte_gn() local
|
/third_party/typescript/tests/baselines/reference/ |
D | narrowedImports.js | 31 var b0 = require("./b"); variable
|
D | arrayLiterals2ES5.js | 27 var b0: [any, any, any] = [undefined, null, undefined]; variable 85 var b0 = [undefined, null, undefined]; variable
|
D | arrayLiterals2ES6.js | 27 var b0: [any, any, any] = [undefined, null, undefined]; variable 78 var b0 = [undefined, null, undefined]; variable
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | umodarith.h | 269 x64_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in x64_mulmod2() 316 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2() 342 std_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in std_mulmod2() 472 ppro_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in ppro_mulmod2() 586 ppro_mulmod2(mpd_uint_t *a0, mpd_uint_t b0, mpd_uint_t *a1, mpd_uint_t b1, in ppro_mulmod2()
|
/third_party/boost/libs/histogram/examples/ |
D | guide_indexed_access.cpp | 34 const auto b0 = x.bin(0); // current bin interval along first axis in main() local
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_biquad_cascade_df1_32x64_q31.c | 191 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cas_df1_32x64_q31_scalar() local 296 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cas_df1_32x64_q31() local 536 q31_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cas_df1_32x64_q31() local
|
D | arm_biquad_cascade_stereo_df2T_f32.c | 61 float32_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_stereo_df2T_f32() local 194 float32_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_stereo_df2T_f32() local
|
D | arm_biquad_cascade_stereo_df2T_f16.c | 65 float16_t b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_stereo_df2T_f16() local 207 _Float16 b0, b1, b2, a1, a2; /* Filter coefficients */ in arm_biquad_cascade_stereo_df2T_f16() local
|