Home
last modified time | relevance | path

Searched defs:start_ix (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dsbix.rs8 let start_ix = glyph_id.to_u16() as usize; in glyph_data() localVariable
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dcomfort_noise.cc110 size_t start_ix = sync_buffer_->Size() - overlap_length_; in Generate() local
H A Dexpand.cc173 size_t start_ix = sync_buffer_->Size() - overlap_length_; in Process() local
/aosp_15_r20/external/webrtc/test/fuzzers/
H A Dneteq_rtp_fuzzer.cc106 const size_t start_ix = data_ix_; in FuzzHeader() local
/aosp_15_r20/system/extras/ioshark/
H A Dioshark_bench.c532 get_start_end(int *start_ix) in get_start_end()