Home
last modified time | relevance | path

Searched refs:next_i (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/fuzz/
H A Ddecode_fuzzer.c35 size_t next_i = i + addend; in LLVMFuzzerTestOneInput() local
36 if (next_i > size) in LLVMFuzzerTestOneInput()
37 next_i = size; in LLVMFuzzerTestOneInput()
38 size_t avail_in = next_i - i; in LLVMFuzzerTestOneInput()
39 i = next_i; in LLVMFuzzerTestOneInput()
/third_party/rust/crates/heck/src/
H A Dlib.rs124 if let Some(&(next_i, next)) = char_indices.peek() { in transform()
141 with_word(&word[init..next_i], f)?; in transform()
143 init = next_i; in transform()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java959 int next_i = i + inc; in compactWholeDataBlocks()
960 for (int j = i + 1; j < next_i; ++j) { in compactWholeDataBlocks()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java951 int next_i = i + inc; in compactWholeDataBlocks()
952 for (int j = i + 1; j < next_i; ++j) { in compactWholeDataBlocks()
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c4323 int next_i= i + run2 + 1; in dct_quantize_refine() local
4324 int next_level= block[ perm_scantable[next_i] ] + 64; in dct_quantize_refine()
4329 if(next_i < last_non_zero) in dct_quantize_refine()
4350 int next_i= i + run2 + 1; in dct_quantize_refine() local
4351 int next_level= block[ perm_scantable[next_i] ] + 64; in dct_quantize_refine()
4356 if(next_i < last_non_zero) in dct_quantize_refine()
/third_party/icu/icu4c/source/common/
H A Dumutablecptrie.cpp966 int32_t next_i = i + inc; in compactWholeDataBlocks() local
967 for (int32_t j = i + 1; j < next_i; ++j) { in compactWholeDataBlocks()
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp966 int32_t next_i = i + inc; in compactWholeDataBlocks() local
967 for (int32_t j = i + 1; j < next_i; ++j) { in compactWholeDataBlocks()
/third_party/skia/third_party/externals/icu/source/common/
H A Dumutablecptrie.cpp966 int32_t next_i = i + inc; in compactWholeDataBlocks() local
967 for (int32_t j = i + 1; j < next_i; ++j) { in compactWholeDataBlocks()

Completed in 30 milliseconds