Home
last modified time | relevance | path

Searched defs:b0 (Results 1 - 25 of 141) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DnarrowedImports.js31 var b0 = require("./b"); variable
H A DconstEnumToStringNoComments.js34 var b0 = -1.5.toString(); variable
H A DconstEnumToStringWithComments.js34 var b0 = -1.5 /* Foo.B */.toString(); variable
H A DarrayLiterals2ES5.js89 var b0 = [undefined, null, undefined]; variable
H A DarrayLiterals2ES6.js78 var b0 = [undefined, null, undefined]; variable
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest6.c1 struct b0 struct
22 struct b0 b0; member
/third_party/pulseaudio/src/pulsecore/filter/
H A Dbiquad.h22 float b0, b1, b2; member
H A Dbiquad.c29 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2, in set_coefficient() argument
57 double b0 = 2 * alpha; in biquad_lowpass() local
89 double b0 = 2 * alpha; in biquad_highpass() local
/third_party/ffmpeg/tests/checkasm/
H A Dsynth_filter.c103 union av_intfloat32 o0, o1, b0, b1; in checkasm_check_synth_filter() local
/third_party/libabigail/tests/data/test-read-dwarf/
H A Dtest1.cc1 struct b0 struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DEdgeBundles.cpp61 unsigned b0 = getBundle(i, false); in runOnMachineFunction() local
/third_party/skia/third_party/externals/tint/src/ast/
H A Dtraverse_expressions_test.cc78 auto* b0 = Bitcast<i32>(e); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution_test.cc133 constexpr double b0 = 1.0 / 13.0 / 0.2; in TEST() local
H A Dbernoulli_distribution_test.cc194 constexpr double b0 = 1.0 / 13.0 / 0.2; in TEST() local
/third_party/libunwind/libunwind/src/x86_64/
H A DGos-freebsd.c41 unw_word_t w0, w1, w2, b0, ip; in unw_is_signal_frame() local
/third_party/skia/tests/
H A DPolyUtilsTest.cpp271 const SkPoint b0[] = { {0, 0}, {10, 0}, {0, 10}, {10, 10} }; in DEF_TEST() local
/third_party/ffmpeg/libavcodec/loongarch/
H A Didctdsp_lasx.c29 __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; ff_add_pixels_clamped_lasx() local
[all...]
/third_party/ffmpeg/libavcodec/alpha/
H A Dsimple_idct_alpha.c48 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
[all...]
/third_party/ffmpeg/libavcodec/
H A Dac3.c154 static inline int calc_lowcomp1(int a, int b0, int b1, int c) in calc_lowcomp1() argument
164 static inline int calc_lowcomp(int a, int b0, int b1, int bin) in calc_lowcomp() argument
H A Dsimple_idct_template.c119 SUINT a0, a1, a2, a3, b0, b1, b2, b3; local
315 unsigned a0, a1, a2, a3, b0, b1, b2, b3; global() local
[all...]
H A Dsnow_dwt.h35 IDWTELEM *b0; member
/third_party/ffmpeg/libavutil/
H A Dmathematics.c96 uint64_t b0 = b & 0xFFFFFFFF; in av_rescale_rnd() local
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c494 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/lame/mpglib/
H A Dlayer1.c70 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
[all...]
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dsmult_curve25519_ref.c134 unsigned int b0[64]; in mainloop() local

Completed in 12 milliseconds

123456