Home | History | Annotate | Download | only in common

Lines Matching refs:LZO_SIZEOF_SHORT

1979 #ifndef LZO_SIZEOF_SHORT
1981 # define LZO_SIZEOF_SHORT (SIZEOF_SHORT)
1983 # define LZO_SIZEOF_SHORT (__SIZEOF_SHORT__)
2044 #if !defined(LZO_SIZEOF_SHORT)
2046 # define LZO_SIZEOF_SHORT 8
2048 # define LZO_SIZEOF_SHORT 2
2050 # define LZO_SIZEOF_SHORT 1
2052 # define LZO_SIZEOF_SHORT 2
2054 # define LZO_SIZEOF_SHORT 4
2056 # define LZO_SIZEOF_SHORT 8
2058 # define LZO_SIZEOF_SHORT 16
2060 # error "LZO_SIZEOF_SHORT"
2063 LZO_COMPILE_TIME_ASSERT_HEADER(LZO_SIZEOF_SHORT == sizeof(short))
2641 #if (!(LZO_SIZEOF_SHORT+0 > 0 && LZO_SIZEOF_INT+0 > 0 && LZO_SIZEOF_LONG+0 > 0))
2662 #elif (LZO_SIZEOF_SHORT == 2)
2688 #elif (LZO_SIZEOF_SHORT == 4)
2837 #elif (LZO_SIZEOF_SHORT == LZO_SIZEOF_VOID_P) && (LZO_SIZEOF_INT > LZO_SIZEOF_VOID_P)
2840 # define LZO_SIZEOF_LZO_INTPTR_T LZO_SIZEOF_SHORT
2875 #elif (LZO_WORDSIZE == LZO_SIZEOF_SHORT)
2878 # define LZO_SIZEOF_LZO_WORD_T LZO_SIZEOF_SHORT