Searched defs:LZO_SIZEOF_LONG (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzodefs.h1020 # define LZO_SIZEOF_LONG (SIZEOF_LONG) macro
1084 #if !defined(LZO_SIZEOF_LONG)
1086 # define LZO_SIZEOF_LONG 4 macro
1088 # define LZO_SIZEOF_LONG 1 macro
1090 # define LZO_SIZEOF_LONG 2 macro
1092 # define LZO_SIZEOF_LONG 4 macro
1094 # define LZO_SIZEOF_LONG 8 macro
1096 # define LZO_SIZEOF_LONG 16 macro
1098 # error "LZO_SIZEOF_LONG"
1102 #if (LZO_SIZEOF_LONG >
[all...]
H A Dminilzo-inl.c1044 # define LZO_SIZEOF_LONG (SIZEOF_LONG) macro
1108 #if !defined(LZO_SIZEOF_LONG)
1110 # define LZO_SIZEOF_LONG 4 macro
1112 # define LZO_SIZEOF_LONG 1 macro
1114 # define LZO_SIZEOF_LONG 2 macro
1116 # define LZO_SIZEOF_LONG 4 macro
1118 # define LZO_SIZEOF_LONG 8 macro
1120 # define LZO_SIZEOF_LONG 16 macro
1122 # error "LZO_SIZEOF_LONG"
1126 #if (LZO_SIZEOF_LONG >
[all...]

Completed in 181 milliseconds