Searched refs:__lzo_byte_struct (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo_func.h | 182 #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/ |
D | minilzo.c | 1700 #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 …]
|
D | lzodefs.h | 1680 #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/ |
D | lzodefs.h | 1680 #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)
|