HomeSort by: relevance | last modified time | path
    Searched defs:filters_count (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/src/xz/
coder.c 61 static uint32_t filters_count = 0; variable
104 if (filters_count > 0) {
106 filters_count = 0;
136 if (filters_count == LZMA_FILTERS_MAX)
142 chains[0][filters_count].id = id;
143 chains[0][filters_count].options = options;
147 chains[0][++filters_count].id = LZMA_VLI_UNKNOWN;
195 // Set the filters_count to be the number of filters converted from
197 for (filters_count = 0; chains[0][filters_count].i
    [all...]

Completed in 22 milliseconds