Home | History | Annotate | Download | only in common

Lines Matching refs:LZO_SIZEOF_SIZE_T

2029 #ifndef LZO_SIZEOF_SIZE_T
2031 # define LZO_SIZEOF_SIZE_T (SIZEOF_SIZE_T)
2033 # define LZO_SIZEOF_SIZE_T (__SIZEOF_SIZE_T__)
2233 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_INT
2259 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG
2263 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG
2268 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_LONG
2276 #if !defined(LZO_SIZEOF_SIZE_T)
2278 # define LZO_SIZEOF_SIZE_T 2
2281 #if !defined(LZO_SIZEOF_SIZE_T)
2282 # define LZO_SIZEOF_SIZE_T LZO_SIZEOF_VOID_P
2285 LZO_COMPILE_TIME_ASSERT_HEADER(LZO_SIZEOF_SIZE_T == sizeof(size_t))
2303 # define LZO_SIZEOF_PTRDIFF_T LZO_SIZEOF_SIZE_T
2378 #elif (LZO_SIZEOF_INT == 4 && LZO_SIZEOF_LONG == 4 && LZO_SIZEOF_VOID_P == 8 && LZO_SIZEOF_SIZE_T == 8)
2644 #if (!(LZO_SIZEOF_PTRDIFF_T+0 > 0 && LZO_SIZEOF_SIZE_T+0 > 0 && LZO_SIZEOF_VOID_P+0 > 0))
2797 #if (LZO_SIZEOF_SIZE_T >= 8)