Home
last modified time | relevance | path

Searched refs:max_i (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/pulsecore/resampler/
Dpeaks.c34 int16_t max_i[PA_CHANNELS_MAX]; member
86 if (n > peaks_data->max_i[c]) in peaks_resample()
87 peaks_data->max_i[c] = n; in peaks_resample()
92 *d = peaks_data->max_i[c]; in peaks_resample()
93 peaks_data->max_i[c] = 0; in peaks_resample()
/third_party/node/src/
Dbase64-inl.h73 size_t max_i = srclen / 4 * 4; in base64_decode_fast() local
76 while (i < max_i && k < max_k) { in base64_decode_fast()
89 max_i = i + (srclen - i) / 4 * 4; // Align max_i again. in base64_decode_fast()
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-arabic-table.py225 max_i = max (len (ligas[l]) for l in ligas)
232 print (" } ligatures[%d];" % max_i)
/third_party/node/deps/cares/src/tools/
Dadig.c863 int max_i = (int)sizeof(addr.addr6) - 1; in convert_query() local
874 for (i = max_i; i >= 0; i--) in convert_query()
885 for (i = max_i; i >= 0; i--) in convert_query()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dpoisson_distribution_test.cc217 const size_t max_i = 50 * stddev() + mean(); in InitCDF() local
227 for (size_t i = 1; i < max_i; i++) { in InitCDF()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc3369 I_TYPE max_i = std::numeric_limits<I_TYPE>::max(); in RoundF2IHelper() local
3376 return max_i; in RoundF2IHelper()
3390 return max_i; in RoundF2IHelper()
3406 : static_cast<float>(static_cast<uint64_t>(max_i) + 1); in RoundF2IHelper()
3409 return max_i; in RoundF2IHelper()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c1081 unsigned max_i = 0; in decibel_fix_get_step() local
1087 max_i = db_fix->max_step - db_fix->min_step; in decibel_fix_get_step()
1090 for (i = 0; i < max_i; i++) { in decibel_fix_get_step()
1095 for (i = 0; i < max_i; i++) { in decibel_fix_get_step()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c5870 sljit_s32 i, j, max_i = 0, max_j = 0; in check_fast_forward_char_pair_simd() local
5897 max_i = i; in check_fast_forward_char_pair_simd()
5909 fast_forward_char_pair_simd(common, max_i, chars[max_i].chars[0], chars[max_i].chars[1], max_j, cha… in check_fast_forward_char_pair_simd()