OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPRESS_ID
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/lzo/src/
compr1b.h
33
#if !defined(
COMPRESS_ID
)
34
#define
COMPRESS_ID
LZO_PP_ECONCAT2(DD_BITS,CLEVEL)
46
LZO_PP_ECONCAT3(lzo1b_,
COMPRESS_ID
,_compress)
49
LZO_PP_ECONCAT3(_lzo1b_,
COMPRESS_ID
,_compress_func)
compr1c.h
33
#if !defined(
COMPRESS_ID
)
34
#define
COMPRESS_ID
LZO_PP_ECONCAT2(DD_BITS,CLEVEL)
46
LZO_PP_ECONCAT3(lzo1c_,
COMPRESS_ID
,_compress)
49
LZO_PP_ECONCAT3(_lzo1c_,
COMPRESS_ID
,_compress_func)
Completed in 75 milliseconds