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

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 301 FORCE_INLINE unsigned FSE_highbit32 (U32 val)
414 tableDecode[i].nbBits = (BYTE) (tableLog - FSE_highbit32 ((U32)nextState) );
618 bitD->bitsConsumed = 8 - FSE_highbit32(contain32);
644 bitD->bitsConsumed = 8 - FSE_highbit32(contain32);
979 maxBits = FSE_highbit32(weightTotal) + 1;
985 U32 verif = 1 << FSE_highbit32(rest);
986 U32 lastWeight = FSE_highbit32(rest) + 1;

Completed in 15 milliseconds