Home
last modified time | relevance | path

Searched defs:next_range (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/e2fsprogs/contrib/android/
H A Dblock_range.c31 struct block_range *next_range = list->head->next; in remove_head() local
/aosp_15_r20/external/libchrome/base/i18n/
H A Dbuild_utf8_validator_tables.cc406 uint8_t next_range = 0; in PrintStates() local
/aosp_15_r20/external/cronet/base/i18n/
H A Dbuild_utf8_validator_tables.cc401 uint8_t next_range = 0; in PrintStates() local
/aosp_15_r20/art/runtime/
H A Dfault_handler.cc192 GeneratedCodeRange* next_range = range->next.load(std::memory_order_relaxed); in Shutdown() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-set.hh141 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
H A Dhb-bit-set-invertible.hh299 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
H A Dhb-bit-set.hh700 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparser.rs778 fn next_range(&mut self) -> anyhow::Result<FieldNumberRange> { in next_range() method
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_app.c300 struct trusty_app_dma_allowed_range* next_range; in trusty_app_destroy_dma_range() local
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-bidi/src/
Dlib.rs979 fn next_range(levels: &[level::Level], mut start_index: usize, max: Level) -> Range<usize> { in reorder_visual() function