Home
last modified time | relevance | path

Searched refs:MAX_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance

/external/liblzf/
Dlzf.c54 #define MAX_BLOCKSIZE BLOCKSIZE macro
180 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()