Searched refs:BIT_addBitsFast (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | bitstream.h | 126 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, size_t value, unsigned nbBits); 216 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, in BIT_addBitsFast() function 261 BIT_addBitsFast(bitC, 1, 1); /* endMark */ in BIT_closeCStream()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | huf_compress.c | 549 BIT_addBitsFast(bitCPtr, CTable[symbol].val, CTable[symbol].nbBits); in HUF_encodeSymbol()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 1421 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, size_t value, unsigned nbBits); 1507 MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, in BIT_addBitsFast() function 1552 BIT_addBitsFast(bitC, 1, 1); /* endMark */ in BIT_closeCStream() 8810 BIT_addBitsFast(bitCPtr, CTable[symbol].val, CTable[symbol].nbBits); in HUF_encodeSymbol()
|