OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slotFast
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c
109
int c = 2,
slotFast
;
113
for (
slotFast
= 2;
slotFast
< kNumLogBits * 2;
slotFast
++)
115
UInt32 k = (1 << ((
slotFast
>> 1) - 1));
118
g_FastPos[c] = (Byte)
slotFast
;
[
all
...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c
110
int c = 2,
slotFast
;
114
for (
slotFast
= 2;
slotFast
< kNumLogBits * 2;
slotFast
++)
116
UInt32 k = (1 << ((
slotFast
>> 1) - 1));
119
g_FastPos[c] = (Byte)
slotFast
;
[
all
...]
/external/lzma/C/
LzmaEnc.c
109
int c = 2,
slotFast
;
113
for (
slotFast
= 2;
slotFast
< kNumLogBits * 2;
slotFast
++)
115
UInt32 k = (1 << ((
slotFast
>> 1) - 1));
118
g_FastPos[c] = (Byte)
slotFast
;
[
all
...]
Completed in 318 milliseconds