OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumTopBits
(Results
1 - 4
of
4
) sorted by null
/external/lzma/C/
Bcj2.c
17
#define
kNumTopBits
24
18
#define kTopValue ((UInt32)1 <<
kNumTopBits
)
LzmaDec.c
10
#define
kNumTopBits
24
11
#define kTopValue ((UInt32)1 <<
kNumTopBits
)
LzmaEnc.c
35
#define
kNumTopBits
24
36
#define kTopValue ((UInt32)1 <<
kNumTopBits
)
[
all
...]
/external/lzma/CPP/7zip/Compress/
RangeCoder.h
13
const unsigned
kNumTopBits
= 24;
14
const UInt32 kTopValue = (1 <<
kNumTopBits
);
Completed in 1609 milliseconds