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

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 556 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue)
1582 FSE_buildDTable_rle(DTableLL, *ip++); break;
1600 FSE_buildDTable_rle(DTableOffb, *ip++); break;
1618 FSE_buildDTable_rle(DTableML, *ip++); break;
zstd_v03.c 605 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
1233 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue)
2547 FSE_buildDTable_rle(DTableLL, *ip++); break;
2565 FSE_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */
2584 FSE_buildDTable_rle(DTableML, *ip++); break;
zstd_v04.c 784 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
1216 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue)
2679 FSE_buildDTable_rle(DTableLL, *ip++); break;
2697 FSE_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */
2716 FSE_buildDTable_rle(DTableML, *ip++); break;
zstd_v02.c 604 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
1233 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue)
2907 FSE_buildDTable_rle(DTableLL, *ip++); break;
2925 FSE_buildDTable_rle(DTableOffb, *ip++ & MaxOff); /* if *ip > MaxOff, data is corrupted */
2944 FSE_buildDTable_rle(DTableML, *ip++); break;

Completed in 22 milliseconds