Searched refs:LZO_SIZEOF_LONG (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/common/
H A Dlzodefs.h1973 #ifndef LZO_SIZEOF_LONG
1975 # define LZO_SIZEOF_LONG (SIZEOF_LONG) macro
1977 # define LZO_SIZEOF_LONG (__SIZEOF_LONG__)
2066 #if !defined(LZO_SIZEOF_LONG)
2068 # define LZO_SIZEOF_LONG 4 macro
2070 # define LZO_SIZEOF_LONG 1
2072 # define LZO_SIZEOF_LONG 2
2074 # define LZO_SIZEOF_LONG 4
2076 # define LZO_SIZEOF_LONG 5
2078 # define LZO_SIZEOF_LONG
[all...]
H A Dminilzo.c1993 #ifndef LZO_SIZEOF_LONG
1995 # define LZO_SIZEOF_LONG (SIZEOF_LONG) macro
1997 # define LZO_SIZEOF_LONG (__SIZEOF_LONG__)
2086 #if !defined(LZO_SIZEOF_LONG)
2088 # define LZO_SIZEOF_LONG 4 macro
2090 # define LZO_SIZEOF_LONG 1
2092 # define LZO_SIZEOF_LONG 2
2094 # define LZO_SIZEOF_LONG 4
2096 # define LZO_SIZEOF_LONG 5
2098 # define LZO_SIZEOF_LONG
[all...]
H A Dlzoconf.h115 # define LZO_SIZEOF_LZO_UINT LZO_SIZEOF_LONG
/external/valgrind/coregrind/m_debuginfo/
H A Dlzodefs.h1020 # define LZO_SIZEOF_LONG (SIZEOF_LONG) macro
1084 #if !defined(LZO_SIZEOF_LONG)
1086 # define LZO_SIZEOF_LONG 4 macro
1088 # define LZO_SIZEOF_LONG 1 macro
1090 # define LZO_SIZEOF_LONG 2 macro
1092 # define LZO_SIZEOF_LONG 4 macro
1094 # define LZO_SIZEOF_LONG 8 macro
1096 # define LZO_SIZEOF_LONG 16 macro
1098 # error "LZO_SIZEOF_LONG"
1102 #if (LZO_SIZEOF_LONG >
[all...]
H A Dminilzo-inl.c1044 # define LZO_SIZEOF_LONG (SIZEOF_LONG) macro
1108 #if !defined(LZO_SIZEOF_LONG)
1110 # define LZO_SIZEOF_LONG 4 macro
1112 # define LZO_SIZEOF_LONG 1 macro
1114 # define LZO_SIZEOF_LONG 2 macro
1116 # define LZO_SIZEOF_LONG 4 macro
1118 # define LZO_SIZEOF_LONG 8 macro
1120 # define LZO_SIZEOF_LONG 16 macro
1122 # error "LZO_SIZEOF_LONG"
1126 #if (LZO_SIZEOF_LONG >
[all...]

Completed in 543 milliseconds