Searched refs:LZO_SIZEOF_SIZE_T (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzodefs.h1038 # define LZO_SIZEOF_SIZE_T (SIZEOF_SIZE_T) macro
1188 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_INT macro
1206 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG macro
1211 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG macro
1215 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG macro
1233 #if !defined(LZO_SIZEOF_SIZE_T)
1235 # define LZO_SIZEOF_SIZE_T 2 macro
1237 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_VOID_P macro
1254 # define LZO_SIZEOF_PTRDIFF_T LZO_SIZEOF_SIZE_T
1308 #elif (LZO_SIZEOF_INT == 4 && LZO_SIZEOF_LONG == 4 && LZO_SIZEOF_VOID_P == 8 && LZO_SIZEOF_SIZE_T
[all...]
H A Dminilzo-inl.c1062 # define LZO_SIZEOF_SIZE_T (SIZEOF_SIZE_T) macro
1212 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_INT macro
1230 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG macro
1235 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG macro
1239 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG macro
1257 #if !defined(LZO_SIZEOF_SIZE_T)
1259 # define LZO_SIZEOF_SIZE_T 2 macro
1261 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_VOID_P macro
1278 # define LZO_SIZEOF_PTRDIFF_T LZO_SIZEOF_SIZE_T
1332 #elif (LZO_SIZEOF_INT == 4 && LZO_SIZEOF_LONG == 4 && LZO_SIZEOF_VOID_P == 8 && LZO_SIZEOF_SIZE_T
[all...]

Completed in 41 milliseconds