Searched refs:COMPRESS_ID (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/lzo/src/ |
D | compr1b.h | 33 #if !defined(COMPRESS_ID) 34 #define COMPRESS_ID LZO_PP_ECONCAT2(DD_BITS,CLEVEL) macro 46 LZO_PP_ECONCAT3(lzo1b_,COMPRESS_ID,_compress) 49 LZO_PP_ECONCAT3(_lzo1b_,COMPRESS_ID,_compress_func)
|
D | compr1c.h | 33 #if !defined(COMPRESS_ID) 34 #define COMPRESS_ID LZO_PP_ECONCAT2(DD_BITS,CLEVEL) macro 46 LZO_PP_ECONCAT3(lzo1c_,COMPRESS_ID,_compress) 49 LZO_PP_ECONCAT3(_lzo1c_,COMPRESS_ID,_compress_func)
|