OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sons_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder.c
341
const uint32_t old_sons_count = mf->
sons_count
;
343
mf->
sons_count
= mf->cyclic_size;
345
mf->
sons_count
*= 2;
350
|| old_sons_count != mf->
sons_count
) {
406
|| mf->
sons_count
> SIZE_MAX / sizeof(uint32_t))
423
mf->son = lzma_alloc(mf->
sons_count
* sizeof(uint32_t),
473
.
sons_count
= 0,
481
return ((uint64_t)(mf.hash_count) + mf.
sons_count
) * sizeof(uint32_t)
580
coder->mf.
sons_count
= 0;
lz_encoder.h
132
uint32_t
sons_count
;
member in struct:lzma_mf_s
lz_encoder_mf.c
126
for (uint32_t i = 0; i < mf->
sons_count
; ++i) {
Completed in 82 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026