Home | History | Annotate | Download | only in src

Lines Matching defs:SIZEOF_SIZE_T

636 #if !defined(SIZEOF_SIZE_T) && defined(LZO_SIZEOF_SIZE_T)
637 # define SIZEOF_SIZE_T LZO_SIZEOF_SIZE_T
1661 #if (SIZEOF_SIZE_T > 0)
1662 LZOCHK_ASSERT(sizeof(size_t) == SIZEOF_SIZE_T)