| /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 | 154 static inline int calc_lowcomp1(int a, int b0, int b1, int c) in calc_lowcomp1() 164 static inline int calc_lowcomp(int a, int b0, int b1, int bin) in calc_lowcomp()
|
| /third_party/libabigail/tests/data/test-read-ctf/ |
| D | test6.c | 1 struct b0 struct 22 struct b0 b0; member
|
| /third_party/libabigail/tests/data/test-read-dwarf/ |
| D | test1.cc | 1 struct b0 struct 13 struct s0 : virtual b0, virtual b1 argument
|
| /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
|
| D | biquad.h | 22 float b0, b1, b2; member
|
| /third_party/lame/mpglib/ |
| D | layer1.c | 70 unsigned char b0 = get_leq_8_bits(mp, 4); /* values 0-15 */ in I_step_one() local 87 unsigned char b0 = n0 ? get_leq_8_bits(mp, 6) : 0; /* values 0-63 */ in I_step_one() local 95 unsigned char b0 = get_leq_8_bits(mp, 4); /* values 0-15 */ in I_step_one() local 102 unsigned char b0 = n0 ? get_leq_8_bits(mp, 6) : 0; /* values 0-63 */ in I_step_one() local
|
| D | layer2.c | 146 unsigned char b0 = get_leq_8_bits(mp, step); in II_step_one() local 154 unsigned char b0 = get_leq_8_bits(mp, step); in II_step_one() local 162 unsigned char b0 = n0 ? get_leq_8_bits(mp, 2) : 0; in II_step_one() local 171 unsigned char b0 = get_leq_8_bits(mp, step); in II_step_one() local 177 unsigned char b0 = n0 ? get_leq_8_bits(mp, 2) : 0; in II_step_one() local
|
| /third_party/FreeBSD/sys/dev/usb/ |
| D | usb_endian.h | 94 #define USETW2(w,b1,b0) do { \ argument 99 #define USETW4(w,b3,b2,b1,b0) do { \ argument 106 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
|
| /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/cups-filters/cupsfilters/ |
| D | image-bmp.c | 494 unsigned char b0, b1; /* Bytes from file */ in read_word() local 510 unsigned char b0, b1, b2, b3; /* Bytes from file */ in read_dword() local 528 unsigned char b0, b1, b2, b3; /* Bytes from file */ in read_long() local
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | idctdsp_lasx.c | 29 __m256i b0, b1, b2, b3; in ff_put_pixels_clamped_lasx() local 54 __m256i b0, b1, b2, b3; in ff_put_signed_pixels_clamped_lasx() local 83 __m256i b0, b1, b2, b3; in ff_add_pixels_clamped_lasx() local
|
| /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/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/typescript/tests/baselines/reference/ |
| D | arrayLiterals2ES5.js | 27 var b0: [any, any, any] = [undefined, null, undefined]; variable 89 var b0 = [undefined, null, undefined]; variable
|
| D | narrowedImports.js | 31 var b0 = require("./b"); variable
|
| D | arrayLiterals2ES6.js | 27 var b0: [any, any, any] = [undefined, null, undefined]; variable 78 var b0 = [undefined, null, undefined]; variable
|
| D | constEnumToStringNoComments.js | 19 let b0 = Foo.B.toString(); variable
|
| D | constEnumToStringWithComments.js | 19 let b0 = Foo.B.toString(); variable
|
| /third_party/ffmpeg/libavcodec/alpha/ |
| D | simple_idct_alpha.c | 48 int a0, a1, a2, a3, b0, b1, b2, b3, t; in idct_row() local 156 int a0, a1, a2, a3, b0, b1, b2, b3; in idct_col() local
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | transitiveExportImports.ts | 19 const [a0Def, a0, a1Def, a1, b0Def, b0, c0Def, c0, c1, c2] = test.ranges(); constant
|