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

  /src/sys/net/
zlib.h 115 # define UNALIGNED_OK
zlib.c 1367 #ifdef UNALIGNED_OK
1403 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1405 * UNALIGNED_OK if your compiler uses a different size.
1436 #else /* UNALIGNED_OK */
1467 #endif /* UNALIGNED_OK */
1473 #ifdef UNALIGNED_OK
  /src/common/dist/zlib/
zconf.h 205 # define UNALIGNED_OK
zconf.h.in 201 # define UNALIGNED_OK
zconf.h.cmakein 203 # define UNALIGNED_OK
deflate.c 1365 #ifdef UNALIGNED_OK
1407 #if (defined(UNALIGNED_OK) && MAX_MATCH == 258)
1409 * UNALIGNED_OK if your compiler uses a different size.
1441 #else /* UNALIGNED_OK */
1473 #endif /* UNALIGNED_OK */
1479 #ifdef UNALIGNED_OK

Completed in 23 milliseconds