Home
last modified time | relevance | path

Searched refs:LZO_SIZEOF_SHORT (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/lzo/include/lzo/
Dlzodefs.h1959 #ifndef LZO_SIZEOF_SHORT
1961 # define LZO_SIZEOF_SHORT (SIZEOF_SHORT) macro
1963 # define LZO_SIZEOF_SHORT (__SIZEOF_SHORT__)
2024 #if !defined(LZO_SIZEOF_SHORT)
2026 # define LZO_SIZEOF_SHORT 8 macro
2028 # define LZO_SIZEOF_SHORT 2
2030 # define LZO_SIZEOF_SHORT 1
2032 # define LZO_SIZEOF_SHORT 2
2034 # define LZO_SIZEOF_SHORT 4
2036 # define LZO_SIZEOF_SHORT 8
[all …]
/external/libvncserver/common/
Dlzodefs.h1959 #ifndef LZO_SIZEOF_SHORT
1961 # define LZO_SIZEOF_SHORT (SIZEOF_SHORT) macro
1963 # define LZO_SIZEOF_SHORT (__SIZEOF_SHORT__)
2024 #if !defined(LZO_SIZEOF_SHORT)
2026 # define LZO_SIZEOF_SHORT 8 macro
2028 # define LZO_SIZEOF_SHORT 2
2030 # define LZO_SIZEOF_SHORT 1
2032 # define LZO_SIZEOF_SHORT 2
2034 # define LZO_SIZEOF_SHORT 4
2036 # define LZO_SIZEOF_SHORT 8
[all …]
Dminilzo.c1979 #ifndef LZO_SIZEOF_SHORT
1981 # define LZO_SIZEOF_SHORT (SIZEOF_SHORT) macro
1983 # define LZO_SIZEOF_SHORT (__SIZEOF_SHORT__)
2044 #if !defined(LZO_SIZEOF_SHORT)
2046 # define LZO_SIZEOF_SHORT 8 macro
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
[all …]
/external/valgrind/coregrind/m_debuginfo/
Dlzodefs.h1014 # define LZO_SIZEOF_SHORT (SIZEOF_SHORT) macro
1044 #if !defined(LZO_SIZEOF_SHORT)
1046 # define LZO_SIZEOF_SHORT 8 macro
1048 # define LZO_SIZEOF_SHORT 2 macro
1050 # define LZO_SIZEOF_SHORT 1 macro
1052 # define LZO_SIZEOF_SHORT 2 macro
1054 # define LZO_SIZEOF_SHORT 4 macro
1056 # define LZO_SIZEOF_SHORT 8 macro
1058 # define LZO_SIZEOF_SHORT 16 macro
Dminilzo-inl.c1038 # define LZO_SIZEOF_SHORT (SIZEOF_SHORT) macro
1068 #if !defined(LZO_SIZEOF_SHORT)
1070 # define LZO_SIZEOF_SHORT 8 macro
1072 # define LZO_SIZEOF_SHORT 2 macro
1074 # define LZO_SIZEOF_SHORT 1 macro
1076 # define LZO_SIZEOF_SHORT 2 macro
1078 # define LZO_SIZEOF_SHORT 4 macro
1080 # define LZO_SIZEOF_SHORT 8 macro
1082 # define LZO_SIZEOF_SHORT 16 macro
2120 # if (LZO_SIZEOF_SHORT == 2)
/external/syslinux/lzo/src/
Dlzo_supp.h615 #if !defined(SIZEOF_SHORT) && defined(LZO_SIZEOF_SHORT)
616 # define SIZEOF_SHORT LZO_SIZEOF_SHORT