Searched refs:i_end (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/resampler/ |
D | peaks.c | 39 unsigned i, i_end = 0; in peaks_resample() local 55 while (i_end < in_n_frames) { in peaks_resample() 56 i_end = ((uint64_t) (peaks_data->o_counter + 1) * r->i_ss.rate) / r->o_ss.rate; in peaks_resample() 57 i_end = i_end > peaks_data->i_counter ? i_end - peaks_data->i_counter : 0; in peaks_resample() 66 for (; i < i_end && i < in_n_frames; i++) { in peaks_resample() 73 if (i == i_end) { in peaks_resample() 82 for (; i < i_end && i < in_n_frames; i++) in peaks_resample() 90 if (i == i_end) { in peaks_resample() 101 for (; i < i_end && i < in_n_frames; i++) in peaks_resample() 109 if (i == i_end) { in peaks_resample()
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_to_binary_tree_inc.h | 307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local 309 for (i = i_start; i < i_end; ++i) { in FN()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_to_binary_tree_inc.h | 307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local 309 for (i = i_start; i < i_end; ++i) { in FN()
|
/third_party/glib/patch/ |
D | backport-CVE-2023-24593_CVE-2023-25180-1.patch | 1117 + gsize i_start, i_end; 1119 + gvs_tuple_get_member_bounds (value, i, offset_size, &i_start, &i_end); 1121 + if (i_start > i_end || i_start < prev_i_end || i_end > value.size) 1124 + prev_i_end = i_end; 1701 gsize i_start, i_end;
|