Home
last modified time | relevance | path

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

12

/external/libpcap/
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 …]
/external/tcpdump/
Dextract.h58 #define UNALIGNED_OK __attribute__((no_sanitize_undefined)) macro
60 #define UNALIGNED_OK __attribute__((no_sanitize("undefined"))) macro
62 #define UNALIGNED_OK macro
131 UNALIGNED_OK static inline uint16_t
137 UNALIGNED_OK static inline uint32_t
143 UNALIGNED_OK static inline uint64_t
181 static inline uint16_t UNALIGNED_OK
187 static inline uint32_t UNALIGNED_OK
193 static inline uint64_t UNALIGNED_OK
/external/rust/crates/libz-sys/src/zlib-ng/
Dmatch_tpl.h9 #ifdef UNALIGNED_OK
43 #ifndef UNALIGNED_OK in LONGEST_MATCH()
63 #ifdef UNALIGNED_OK in LONGEST_MATCH()
74 #ifndef UNALIGNED_OK in LONGEST_MATCH()
104 #ifdef UNALIGNED_OK in LONGEST_MATCH()
150 #ifdef UNALIGNED_OK in LONGEST_MATCH()
160 #ifndef UNALIGNED_OK in LONGEST_MATCH()
Dchunkset.c11 #elif defined(UNALIGNED_OK)
24 #elif defined(UNALIGNED_OK) in chunkmemset_1()
37 #elif defined(UNALIGNED_OK) in chunkmemset_4()
50 #elif defined(UNALIGNED_OK) in chunkmemset_8()
66 #elif defined(UNALIGNED_OK) in storechunk()
Dzutil.c107 #ifndef UNALIGNED_OK
121 #ifndef UNALIGNED_OK in zng_calloc()
131 #ifndef UNALIGNED_OK in zng_cfree()
Ddeflate.h290 #if defined(UNALIGNED_OK) in put_short()
313 #if defined(UNALIGNED_OK) in put_uint32()
329 #if defined(UNALIGNED_OK) in put_uint32_msb()
348 #elif defined(UNALIGNED_OK) in put_uint64()
Dinsert_string_tpl.h35 #ifdef UNALIGNED_OK in QUICK_INSERT_STRING()
70 #ifdef UNALIGNED_OK in INSERT_STRING()
Dfunctable.c99 #ifdef UNALIGNED_OK
115 #ifdef UNALIGNED_OK
372 #ifdef UNALIGNED_OK in compare258_stub()
397 #ifdef UNALIGNED_OK in longest_match_stub()
Dcompare258.c66 #ifdef UNALIGNED_OK
DCMakeLists.txt270 if(NOT DEFINED UNALIGNED_OK)
271 set(UNALIGNED_OK TRUE) variable
274 if(UNALIGNED_OK)
DREADME.md194 | UNALIGNED_OK | | Allow unaligned reads …
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Ddetect-sanitizer.cmake76 if(NOT UNALIGNED_OK)
88 if(UNALIGNED_OK)
/external/oss-fuzz/projects/zlib/
Dminigzip_fuzzer.c30 #ifndef UNALIGNED_OK
74 #ifndef UNALIGNED_OK in myalloc()
/external/freetype/src/gzip/
Dftzconf.h77 # define UNALIGNED_OK macro
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dminigzip_fuzzer.c34 #ifndef UNALIGNED_OK
/external/libwebsockets/win32port/zlib/
Dzconf.h165 # define UNALIGNED_OK macro
Ddeflate.c1093 #ifdef UNALIGNED_OK
1134 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1204 #ifdef UNALIGNED_OK
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dminigzip.c35 #ifndef UNALIGNED_OK
/external/rust/crates/libz-sys/src/zlib/
Dzconf.h198 # define UNALIGNED_OK macro
Ddeflate.c1254 #ifdef UNALIGNED_OK
1295 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1365 #ifdef UNALIGNED_OK
Dzconf.h.in198 # define UNALIGNED_OK macro
/external/python/cpython2/Modules/zlib/
Dzconf.h198 # define UNALIGNED_OK macro
Ddeflate.c1254 #ifdef UNALIGNED_OK
1295 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1365 #ifdef UNALIGNED_OK
/external/zlib/
Dzconf.h214 # define UNALIGNED_OK macro
Ddeflate.c1299 #ifdef UNALIGNED_OK
1340 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1428 #ifdef UNALIGNED_OK

12