Searched refs:fastpos (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dfastpos_tablegen.c17 #include "fastpos.h"
23 uint8_t fastpos[1 << FASTPOS_BITS]; local
28 fastpos[0] = 0;
29 fastpos[1] = 1;
34 fastpos[c] = slot_fast;
40 "#include \"fastpos.h\"\n\n"
47 printf("%3u", (unsigned int)(fastpos[i]));

Completed in 94 milliseconds