OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fastpos
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/lzma/
fastpos_tablegen.c
17
#include "
fastpos
.h"
23
uint8_t
fastpos
[1 << FASTPOS_BITS];
local
28
fastpos
[0] = 0;
29
fastpos
[1] = 1;
34
fastpos
[c] = slot_fast;
42
"#include \"
fastpos
.h\"\n\n"
49
printf("%3u", (unsigned int)(
fastpos
[i]));
Completed in 49 milliseconds
Indexes created Thu May 07 00:24:58 UTC 2026