Home
last modified time | relevance | path

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

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