HomeSort by: relevance | last modified time | path
    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