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

/freebsd-10.3-release/sys/net/
H A Dzlib.h129 # define UNALIGNED_OK macro
H A Dzlib.c1298 #ifdef UNALIGNED_OK
1334 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1336 * UNALIGNED_OK if your compiler uses a different size.
1367 #else /* UNALIGNED_OK */
1398 #endif /* UNALIGNED_OK */
1404 #ifdef UNALIGNED_OK
/freebsd-10.3-release/lib/libz/
H A Dzconf.h185 # define UNALIGNED_OK macro
H A Ddeflate.c1166 #ifdef UNALIGNED_OK
1207 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1209 * UNALIGNED_OK if your compiler uses a different size.
1240 #else /* UNALIGNED_OK */
1271 #endif /* UNALIGNED_OK */
1277 #ifdef UNALIGNED_OK
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c1051 #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 125 milliseconds