HomeSort by relevance Sort by last modified time
    Searched defs:DYNAMIC_CRC_TABLE (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE
28 # endif /* !DYNAMIC_CRC_TABLE */
56 #ifdef DYNAMIC_CRC_TABLE
101 case the advice about DYNAMIC_CRC_TABLE is ignored) */
180 #else /* !DYNAMIC_CRC_TABLE */
185 #endif /* DYNAMIC_CRC_TABLE */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
24 # ifndef DYNAMIC_CRC_TABLE
25 # define DYNAMIC_CRC_TABLE
26 # endif /* !DYNAMIC_CRC_TABLE */
72 #ifdef DYNAMIC_CRC_TABLE
117 case the advice about DYNAMIC_CRC_TABLE is ignored) */
195 #else /* !DYNAMIC_CRC_TABLE */
200 #endif /* DYNAMIC_CRC_TABLE */
207 #ifdef DYNAMIC_CRC_TABLE
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE
28 # endif /* !DYNAMIC_CRC_TABLE */
54 #ifdef DYNAMIC_CRC_TABLE
99 case the advice about DYNAMIC_CRC_TABLE is ignored) */
178 #else /* !DYNAMIC_CRC_TABLE */
183 #endif /* DYNAMIC_CRC_TABLE */
    [all...]
  /external/python/cpython2/Modules/zlib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE
28 # endif /* !DYNAMIC_CRC_TABLE */
56 #ifdef DYNAMIC_CRC_TABLE
101 case the advice about DYNAMIC_CRC_TABLE is ignored) */
180 #else /* !DYNAMIC_CRC_TABLE */
185 #endif /* DYNAMIC_CRC_TABLE */
    [all...]
  /external/python/cpython3/Modules/zlib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE
28 # endif /* !DYNAMIC_CRC_TABLE */
54 #ifdef DYNAMIC_CRC_TABLE
99 case the advice about DYNAMIC_CRC_TABLE is ignored) */
178 #else /* !DYNAMIC_CRC_TABLE */
183 #endif /* DYNAMIC_CRC_TABLE */
    [all...]
  /external/syslinux/com32/lib/zlib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
24 # ifndef DYNAMIC_CRC_TABLE
25 # define DYNAMIC_CRC_TABLE
26 # endif /* !DYNAMIC_CRC_TABLE */
74 #ifdef DYNAMIC_CRC_TABLE
119 case the advice about DYNAMIC_CRC_TABLE is ignored) */
197 #else /* !DYNAMIC_CRC_TABLE */
202 #endif /* DYNAMIC_CRC_TABLE */
209 #ifdef DYNAMIC_CRC_TABLE
    [all...]
  /external/zlib/src/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE
28 # endif /* !DYNAMIC_CRC_TABLE */
54 #ifdef DYNAMIC_CRC_TABLE
99 case the advice about DYNAMIC_CRC_TABLE is ignored) */
178 #else /* !DYNAMIC_CRC_TABLE */
183 #endif /* DYNAMIC_CRC_TABLE */
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
crc32.c 15 Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
17 of the crc tables. Therefore, if you #define DYNAMIC_CRC_TABLE, you should
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
26 # ifndef DYNAMIC_CRC_TABLE
27 # define DYNAMIC_CRC_TABLE
28 # endif /* !DYNAMIC_CRC_TABLE */
56 #ifdef DYNAMIC_CRC_TABLE
101 case the advice about DYNAMIC_CRC_TABLE is ignored) */
180 #else /* !DYNAMIC_CRC_TABLE */
185 #endif /* DYNAMIC_CRC_TABLE */
    [all...]

Completed in 149 milliseconds