Searched refs:MAX_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
54 #define MAX_BLOCKSIZE BLOCKSIZE macro180 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; in compress_fd()181 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; in compress_fd()222 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; in uncompress_fd()223 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16]; in uncompress_fd()460 if (errno || !blocksize || blocksize > MAX_BLOCKSIZE) in main()499 if (errno || !blocksize || blocksize > MAX_BLOCKSIZE) in main()