Searched defs:MAX_BLOCKSIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/liblzf-3.4/
H A Dlzf.c54 #define MAX_BLOCKSIZE BLOCKSIZE macro
180 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
181 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
222 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
223 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
460 if (errno || !blocksize || blocksize > MAX_BLOCKSIZE)
499 if (errno || !blocksize || blocksize > MAX_BLOCKSIZE)

Completed in 201 milliseconds