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

  /src/usr.bin/vndcompress/
common.h 107 #define MAX_BLOCKSIZE \
  /src/external/bsd/liblzf/dist/
lzf.c 53 #define MAX_BLOCKSIZE BLOCKSIZE
177 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
178 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
219 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
220 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
457 if (errno || !blocksize || blocksize > MAX_BLOCKSIZE)
496 if (errno || !blocksize || blocksize > MAX_BLOCKSIZE)

Completed in 33 milliseconds