Home
last modified time | relevance | path

Searched refs:LZO_SIZEOF_LZO_INT64L_T (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/lzo/include/lzo/
Dlzodefs.h2768 # define LZO_SIZEOF_LZO_INT64L_T LZO_SIZEOF_LZO_INT64E_T macro
2774 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_int64l_t) == LZO_SIZEOF_LZO_INT64L_T)
2780 # define LZO_SIZEOF_LZO_INT32F_T LZO_SIZEOF_LZO_INT64L_T
2795 # define LZO_SIZEOF_LZO_INT64F_T LZO_SIZEOF_LZO_INT64L_T
2829 #elif (LZO_SIZEOF_LZO_INT64L_T >= LZO_SIZEOF_VOID_P)
2832 # define LZO_SIZEOF_LZO_INTPTR_T LZO_SIZEOF_LZO_INT64L_T
2863 #elif (LZO_WORDSIZE == LZO_SIZEOF_LZO_INT64L_T)
2866 # define LZO_SIZEOF_LZO_WORD_T LZO_SIZEOF_LZO_INT64L_T
2922 #define LZO_SIZEOF_LZO_INT_LEAST64_T LZO_SIZEOF_LZO_INT64L_T
/external/libvncserver/common/
Dlzodefs.h2768 # define LZO_SIZEOF_LZO_INT64L_T LZO_SIZEOF_LZO_INT64E_T macro
2774 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_int64l_t) == LZO_SIZEOF_LZO_INT64L_T)
2780 # define LZO_SIZEOF_LZO_INT32F_T LZO_SIZEOF_LZO_INT64L_T
2795 # define LZO_SIZEOF_LZO_INT64F_T LZO_SIZEOF_LZO_INT64L_T
2829 #elif (LZO_SIZEOF_LZO_INT64L_T >= LZO_SIZEOF_VOID_P)
2832 # define LZO_SIZEOF_LZO_INTPTR_T LZO_SIZEOF_LZO_INT64L_T
2863 #elif (LZO_WORDSIZE == LZO_SIZEOF_LZO_INT64L_T)
2866 # define LZO_SIZEOF_LZO_WORD_T LZO_SIZEOF_LZO_INT64L_T
2922 #define LZO_SIZEOF_LZO_INT_LEAST64_T LZO_SIZEOF_LZO_INT64L_T
Dminilzo.c2788 # define LZO_SIZEOF_LZO_INT64L_T LZO_SIZEOF_LZO_INT64E_T macro
2794 LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_int64l_t) == LZO_SIZEOF_LZO_INT64L_T)
2800 # define LZO_SIZEOF_LZO_INT32F_T LZO_SIZEOF_LZO_INT64L_T
2815 # define LZO_SIZEOF_LZO_INT64F_T LZO_SIZEOF_LZO_INT64L_T
2849 #elif (LZO_SIZEOF_LZO_INT64L_T >= LZO_SIZEOF_VOID_P)
2852 # define LZO_SIZEOF_LZO_INTPTR_T LZO_SIZEOF_LZO_INT64L_T
2883 #elif (LZO_WORDSIZE == LZO_SIZEOF_LZO_INT64L_T)
2886 # define LZO_SIZEOF_LZO_WORD_T LZO_SIZEOF_LZO_INT64L_T
2942 #define LZO_SIZEOF_LZO_INT_LEAST64_T LZO_SIZEOF_LZO_INT64L_T
/external/syslinux/lzo/src/
Dlzo_supp.h1776 LZOCHK_ASSERT(sizeof(lzo_int64l_t) == LZO_SIZEOF_LZO_INT64L_T)
2162 #if (LZO_SIZEOF_LZO_INT64L_T > 8) in LZOLIB_PUBLIC()
2172 #if (LZO_SIZEOF_LZO_INT64L_T > 8) in LZOLIB_PUBLIC()