OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc_encode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder.c
325
// LZMA2,
rc_encode
() calls in this function will always return false.
326
if (
rc_encode
(&coder->rc, out, out_pos, out_size)) {
334
// bytes would have now been encoded by the above
rc_encode
() call
403
if (
rc_encode
(&coder->rc, out, out_pos, out_size)) {
427
if (
rc_encode
(&coder->rc, out, out_pos, out_size)) {
/src/external/public-domain/xz/dist/src/liblzma/rangecoder/
range_encoder.h
32
/// Number of bytes written out by
rc_encode
() -> rc_shift_low()
38
///
rc_encode
()'s position in the tables
72
// This must not be called when
rc_encode
() is partially done.
191
rc_encode
(lzma_range_encoder *rc,
function
Completed in 17 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026