Home
last modified time | relevance | path

Searched refs:UNALIGNED_OK (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/libpcap/
HDextract.h53 #define UNALIGNED_OK __attribute__((no_sanitize_undefined)) macro
55 #define UNALIGNED_OK __attribute__((no_sanitize("undefined"))) macro
57 #define UNALIGNED_OK macro
76 UNALIGNED_OK static inline uint16_t
82 UNALIGNED_OK static inline int16_t
88 UNALIGNED_OK static inline uint32_t
94 UNALIGNED_OK static inline int32_t
100 UNALIGNED_OK static inline uint64_t
108 UNALIGNED_OK static inline int64_t
186 UNALIGNED_OK static inline uint16_t
[all …]
/freebsd-head/contrib/tcpdump/
HDextract.h65 #define UNALIGNED_OK __attribute__((no_sanitize_undefined)) macro
67 #define UNALIGNED_OK __attribute__((no_sanitize("undefined"))) macro
69 #define UNALIGNED_OK macro
88 UNALIGNED_OK static inline uint16_t
94 UNALIGNED_OK static inline int16_t
100 UNALIGNED_OK static inline uint32_t
106 UNALIGNED_OK static inline int32_t
112 UNALIGNED_OK static inline uint64_t
120 UNALIGNED_OK static inline int64_t
132 UNALIGNED_OK static inline uint32_t
[all …]
/freebsd-head/sys/contrib/zlib/
HDzconf.h212 # define UNALIGNED_OK macro
HDdeflate.c1363 #ifdef UNALIGNED_OK in longest_match()
1405 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258) in longest_match()
1477 #ifdef UNALIGNED_OK in longest_match()
HDzconf.h.in201 # define UNALIGNED_OK macro