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

  /src/external/bsd/zstd/dist/lib/common/
zstd_internal.h 100 #define LONGNBSEQ 0x7F00
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.c 433 #define LONGNBSEQ 0x7F00
3179 nbSeq = MEM_readLE16(ip) + LONGNBSEQ, ip+=2;
zstd_v07.c 2668 #define LONGNBSEQ 0x7F00
3410 nbSeq = MEM_readLE16(ip) + LONGNBSEQ, ip+=2;

Completed in 20 milliseconds