Searched refs:LZO1X_1_MEM_COMPRESS (Results 1 – 2 of 2) sorted by relevance
18 #define LZO1X_1_MEM_COMPRESS (8192 * sizeof(unsigned short)) macro 19 #define LZO1X_MEM_COMPRESS LZO1X_1_MEM_COMPRESS23 /* This requires 'wrkmem' of size LZO1X_1_MEM_COMPRESS */31 /* This requires 'wrkmem' of size LZO1X_1_MEM_COMPRESS */
368 BUILD_BUG_ON(D_SIZE * sizeof(lzo_dict_t) > LZO1X_1_MEM_COMPRESS); in LZO_SAFE()