HomeSort by: relevance | last modified time | path
    Searched refs:OFFBASE_IS_REPCODE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 724 #define OFFBASE_IS_REPCODE(o) ( 1 <= (o) && (o) <= ZSTD_REP_NUM)
726 #define OFFBASE_TO_REPCODE(o) (assert(OFFBASE_IS_REPCODE(o)), (o)) /* returns ID 1,2,3 */
zstd_compress.c 3470 if (OFFBASE_IS_REPCODE(inSeqs[i].offBase)) {
4041 assert(OFFBASE_IS_REPCODE(offBase));
4080 if (OFFBASE_IS_REPCODE(offBase)) {
  /src/external/bsd/zstd/dist/tests/
decodecorpus.c 791 if (OFFBASE_IS_REPCODE(offBase)) { /* expects sumtype numeric representation of ZSTD_storeSeq() */

Completed in 50 milliseconds