OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictionary_size
(Results
1 - 3
of
3
) sorted by null
/external/squashfs-tools/squashfs-tools/
xz_wrapper.h
39
(s)->
dictionary_size
= inswap_le32((s)->
dictionary_size
); \
63
int
dictionary_size
;
member in struct:xz_stream
68
int
dictionary_size
;
member in struct:comp_opts
xz_wrapper.c
45
static int
dictionary_size
= 0;
variable
120
dictionary_size
= 0;
130
dictionary_size
= (int) size;
133
dictionary_size
*= 1024;
135
dictionary_size
*= 1024 * 1024;
170
if(
dictionary_size
|| dictionary_percent) {
173
if(
dictionary_size
) {
174
if(
dictionary_size
> block_size) {
180
dictionary_size
= block_size * dictionary_percent / 100;
182
if(
dictionary_size
< 8192)
328
int
dictionary_size
, flags, printed;
local
[
all
...]
/external/v8/src/
objects.cc
15749
int
dictionary_size
= SeededNumberDictionary::ComputeCapacity(used_elements) *
local
15808
uint32_t
dictionary_size
= static_cast<uint32_t>(dictionary->Capacity()) *
local
[
all
...]
Completed in 62 milliseconds