Home
last modified time | relevance | path

Searched refs:lzo_word_t (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/common/
Dlzodefs.h2841 #if !defined(lzo_word_t)
2844 # define lzo_word_t lzo_uintptr_t macro
2848 # define lzo_word_t unsigned long
2852 # define lzo_word_t unsigned int
2856 # define lzo_word_t unsigned short
2860 # define lzo_word_t unsigned char
2864 # define lzo_word_t lzo_uint64l_t
2869 typedef unsigned lzo_word_t __attribute__((__mode__(__V16QI__)));
2871 # define lzo_word_t lzo_word_t
2880 #if 1 && defined(lzo_word_t)
[all …]
Dminilzo.c2861 #if !defined(lzo_word_t)
2864 # define lzo_word_t lzo_uintptr_t macro
2868 # define lzo_word_t unsigned long
2872 # define lzo_word_t unsigned int
2876 # define lzo_word_t unsigned short
2880 # define lzo_word_t unsigned char
2884 # define lzo_word_t lzo_uint64l_t
2889 typedef unsigned lzo_word_t __attribute__((__mode__(__V16QI__)));
2891 # define lzo_word_t lzo_word_t
2900 #if 1 && defined(lzo_word_t)
[all …]