OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DL_BITS
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/lzo/src/
lzo_dict.h
73
#if !defined(
DL_BITS
)
74
# define
DL_BITS
(D_BITS - DD_BITS)
76
#if (
DL_BITS
< 16)
77
# define DL_SIZE LZO_SIZE(
DL_BITS
)
78
# define DL_MASK LZO_MASK(
DL_BITS
)
80
# define DL_SIZE LZO_USIZE(
DL_BITS
)
81
# define DL_MASK LZO_UMASK(
DL_BITS
)
85
#if (D_BITS !=
DL_BITS
+ DD_BITS)
91
#if (
DL_BITS
< 6 ||
DL_BITS
> 20
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
minilzo-inl.c
[
all
...]
/external/libvncserver/common/
minilzo.c
[
all
...]
Completed in 299 milliseconds