Home
last modified time | relevance | path

Searched defs:use_rle (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/core_impl/
Dmonitor_cmd.rs21 let use_rle = ops.use_rle(); in handle_monitor_cmd() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/
Dmod.rs568 fn use_rle(&self) -> bool { in use_rle() method
/aosp_15_r20/external/brotli/c/enc/
H A Dbrotli_bit_stream.c711 BROTLI_BOOL use_rle = TO_BROTLI_BOOL(max_run_length_prefix > 0); in EncodeContextMap() local
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dbrotli_bit_stream.c715 BROTLI_BOOL use_rle = TO_BROTLI_BOOL(max_run_length_prefix > 0); in EncodeContextMap() local