Home
last modified time | relevance | path

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

12

/netbsd/src/external/bsd/libpcap/dist/
Dextract.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 …]
/netbsd/src/external/bsd/tcpdump/dist/
Dextract.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 …]
Dprint-ospf6.c390 UNALIGNED_OK
461 UNALIGNED_OK
742 UNALIGNED_OK
933 UNALIGNED_OK
961 UNALIGNED_OK
Dprint-msnlb.c53 UNALIGNED_OK
Dprint-tipc.c217 UNALIGNED_OK
320 UNALIGNED_OK
Dprint-timed.c114 UNALIGNED_OK
Dprint-nfs.c360 UNALIGNED_OK
425 UNALIGNED_OK
566 UNALIGNED_OK
958 UNALIGNED_OK
1008 UNALIGNED_OK
1073 UNALIGNED_OK
Dprint-ripng.c111 UNALIGNED_OK
Dprint-igmp.c113 UNALIGNED_OK
Dprint-m3ua.c304 UNALIGNED_OK
Dprint-rip.c230 UNALIGNED_OK
Dprint-icmp6.c954 UNALIGNED_OK
1542 UNALIGNED_OK
1559 UNALIGNED_OK
1610 UNALIGNED_OK
Dprint-wb.c390 UNALIGNED_OK
Dprint-icmp.c316 UNALIGNED_OK
Dprint-pgm.c148 UNALIGNED_OK
Dprint-udp.c370 UNALIGNED_OK
Dprint-tcp.c159 UNALIGNED_OK
/netbsd/src/common/dist/zlib/
Dzconf.h205 # define UNALIGNED_OK macro
Ddeflate.c1365 #ifdef UNALIGNED_OK in longest_match()
1407 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258) in longest_match()
1479 #ifdef UNALIGNED_OK in longest_match()
Dzconf.h.cmakein203 # define UNALIGNED_OK
Dzconf.h.in201 # define UNALIGNED_OK macro
/netbsd/src/sys/net/
Dzlib.h115 # define UNALIGNED_OK
Dzlib.c1367 #ifdef UNALIGNED_OK in longest_match()
1403 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258) in longest_match()
1473 #ifdef UNALIGNED_OK in longest_match()
/netbsd/src/external/cddl/osnet/dist/uts/common/zmod/
Ddeflate.c1051 #ifdef UNALIGNED_OK
1092 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1162 #ifdef UNALIGNED_OK
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dzlib.h136 # define UNALIGNED_OK macro

12