Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo_func.h182 #elif defined(__lzo_byte_struct)
183 __lzo_byte_struct(lzo_memops_TU2_struct,2)
197 #elif defined(__lzo_byte_struct)
198 __lzo_byte_struct(lzo_memops_TU4_struct,4)
212 #elif defined(__lzo_byte_struct)
213 __lzo_byte_struct(lzo_memops_TU8_struct,8)
/external/libvncserver/common/
Dminilzo.c1700 #if !defined(__lzo_byte_struct)
1702 # define __lzo_byte_struct(s,n) __lzo_struct_packed(s) unsigned char a[n]; __lzo_struct_pac… macro
1705 # define __lzo_byte_struct(s,n) struct s { unsigned char a[n]; } __attribute__((__packed__)… macro
1709 #if defined(__lzo_byte_struct) && !defined(__lzo_byte_struct_ma)
1710 # define __lzo_byte_struct_ma(s,n) __lzo_byte_struct(s,n)
3372 #elif defined(__lzo_byte_struct)
3373 __lzo_byte_struct(lzo_memops_TU2_struct,2)
3387 #elif defined(__lzo_byte_struct)
3388 __lzo_byte_struct(lzo_memops_TU4_struct,4)
3402 #elif defined(__lzo_byte_struct)
[all …]
Dlzodefs.h1680 #if !defined(__lzo_byte_struct)
1682 # define __lzo_byte_struct(s,n) __lzo_struct_packed(s) unsigned char a[n]; __lzo_struct_pac… macro
1685 # define __lzo_byte_struct(s,n) struct s { unsigned char a[n]; } __attribute__((__packed__)… macro
1689 #if defined(__lzo_byte_struct) && !defined(__lzo_byte_struct_ma)
1690 # define __lzo_byte_struct_ma(s,n) __lzo_byte_struct(s,n)
/external/syslinux/lzo/include/lzo/
Dlzodefs.h1680 #if !defined(__lzo_byte_struct)
1682 # define __lzo_byte_struct(s,n) __lzo_struct_packed(s) unsigned char a[n]; __lzo_struct_pac… macro
1685 # define __lzo_byte_struct(s,n) struct s { unsigned char a[n]; } __attribute__((__packed__)… macro
1689 #if defined(__lzo_byte_struct) && !defined(__lzo_byte_struct_ma)
1690 # define __lzo_byte_struct_ma(s,n) __lzo_byte_struct(s,n)