HomeSort by: relevance | last modified time | path
    Searched refs:UNALIGNED_OK (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/tcpdump/dist/
print-msnlb.c 53 UNALIGNED_OK
extract.h 65 #define UNALIGNED_OK __attribute__((no_sanitize_undefined))
67 #define UNALIGNED_OK __attribute__((no_sanitize("undefined")))
69 #define UNALIGNED_OK
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_
    [all...]
print-timed.c 114 UNALIGNED_OK
print-ripng.c 111 UNALIGNED_OK
print-tipc.c 217 UNALIGNED_OK
320 UNALIGNED_OK
print-ospf6.c 390 UNALIGNED_OK
461 UNALIGNED_OK
742 UNALIGNED_OK
933 UNALIGNED_OK
961 UNALIGNED_OK
print-igmp.c 113 UNALIGNED_OK
print-m3ua.c 304 UNALIGNED_OK
print-rip.c 230 UNALIGNED_OK
print-nfs.c 360 UNALIGNED_OK
425 UNALIGNED_OK
566 UNALIGNED_OK
958 UNALIGNED_OK
1008 UNALIGNED_OK
1073 UNALIGNED_OK
print-wb.c 390 UNALIGNED_OK
print-icmp6.c 954 UNALIGNED_OK
1542 UNALIGNED_OK
1559 UNALIGNED_OK
1610 UNALIGNED_OK
print-icmp.c 316 UNALIGNED_OK
print-pgm.c 148 UNALIGNED_OK
  /src/external/bsd/libpcap/dist/
extract.h 53 #define UNALIGNED_OK __attribute__((no_sanitize_undefined))
55 #define UNALIGNED_OK __attribute__((no_sanitize("undefined")))
57 #define UNALIGNED_OK
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_
    [all...]
  /src/common/dist/zlib/
zconf.h 205 # define UNALIGNED_OK
zconf.h.cmakein 203 # define UNALIGNED_OK
zconf.h.in 201 # define UNALIGNED_OK
  /src/sys/net/
zlib.h 115 # define UNALIGNED_OK
  /src/external/gpl3/binutils/dist/zlib/
zconf.h 201 # define UNALIGNED_OK
zconf.h.cmakein 203 # define UNALIGNED_OK
zconf.h.in 201 # define UNALIGNED_OK
  /src/external/gpl3/binutils.old/dist/zlib/
zconf.h 198 # define UNALIGNED_OK
zconf.h.cmakein 200 # define UNALIGNED_OK
  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 1051 #ifdef UNALIGNED_OK
1092 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1094 * UNALIGNED_OK if your compiler uses a different size.
1125 #else /* UNALIGNED_OK */
1156 #endif /* UNALIGNED_OK */
1162 #ifdef UNALIGNED_OK

Completed in 47 milliseconds

1 2