Home
last modified time | relevance | path

Searched defs:last_word (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/zlib/contrib/bench/
H A Dzlib_bench.cc219 uint32_t prev_word, last_word; in check_file() local
226 uint32_t last_word; in check_file() local
/aosp_15_r20/external/leveldb/table/
H A Dfilter_block.cc83 uint32_t last_word = DecodeFixed32(contents.data() + n - 5); in FilterBlockReader() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbitmap.cc154 int last_word = (end - 1) / kIntBits; in TestRange() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs416 let last_word = unsafe { (start.add(len - USIZE_SIZE) as *const usize).read_unaligned() }; in is_ascii() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs421 let last_word = unsafe { (start.add(len - USIZE_SIZE) as *const usize).read_unaligned() }; in is_ascii() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs416 let last_word = unsafe { (start.add(len - USIZE_SIZE) as *const usize).read_unaligned() }; in is_ascii() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs421 let last_word = unsafe { (start.add(len - USIZE_SIZE) as *const usize).read_unaligned() }; in is_ascii() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Dascii.rs421 let last_word = unsafe { (start.add(len - USIZE_SIZE) as *const usize).read_unaligned() }; in is_ascii() localVariable
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dbitset.rs117 let last_word = (bits.end - 1) / 32; in set_words() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/
Dlib.rs1054 let last_word = match words.last() { in wrap_single_line_slow_path() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dcanvas.rs1427 let last_word = if is_half_codeword_at_end { in draw_codewords() localVariable