HomeSort by relevance Sort by last modified time
    Searched refs:z_const (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.c 10 z_const char * const z_errmsg[10] = {
11 (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */
12 (z_const char *)"stream end", /* Z_STREAM_END 1 */
13 (z_const char *)"", /* Z_OK 0 */
14 (z_const char *)"file error", /* Z_ERRNO (-1) */
15 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
16 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
17 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
18 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
19 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) *
    [all...]
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
inffast.c 55 z_const unsigned char FAR *in; /* local strm->next_in */
56 z_const unsigned char FAR *last; /* have enough input while in < last */
  /external/python/cpython3/Modules/zlib/
zutil.c 13 z_const char * const z_errmsg[10] = {
14 (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */
15 (z_const char *)"stream end", /* Z_STREAM_END 1 */
16 (z_const char *)"", /* Z_OK 0 */
17 (z_const char *)"file error", /* Z_ERRNO (-1) */
18 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
19 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
20 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
21 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
22 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) *
    [all...]
compress.c 46 stream.next_in = (z_const Bytef *)source;
uncompr.c 49 stream.next_in = (z_const Bytef *)source;
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
inffast.c 55 z_const unsigned char FAR *in; /* local strm->next_in */
56 z_const unsigned char FAR *last; /* have enough input while in < last */
  /external/zlib/src/
zutil.c 13 z_const char * const z_errmsg[10] = {
14 (z_const char *)"need dictionary", /* Z_NEED_DICT 2 */
15 (z_const char *)"stream end", /* Z_STREAM_END 1 */
16 (z_const char *)"", /* Z_OK 0 */
17 (z_const char *)"file error", /* Z_ERRNO (-1) */
18 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
19 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
20 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
21 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
22 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) *
    [all...]
compress.c 46 stream.next_in = (z_const Bytef *)source;
uncompr.c 49 stream.next_in = (z_const Bytef *)source;
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
inffast.c 55 z_const unsigned char FAR *in; /* local strm->next_in */
56 z_const unsigned char FAR *last; /* have enough input while in < last */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
uncompr.c 33 stream.next_in = (z_const Bytef *)source;
compress.c 32 stream.next_in = (z_const Bytef *)source;
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
inffast.c 72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
  /external/python/cpython2/Modules/zlib/
uncompr.c 33 stream.next_in = (z_const Bytef *)source;
compress.c 32 stream.next_in = (z_const Bytef *)source;
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
inffast.c 72 z_const unsigned char FAR *in; /* local strm->next_in */
73 z_const unsigned char FAR *last; /* have enough input while in < last */
  /toolchain/binutils/binutils-2.27/zlib/
uncompr.c 33 stream.next_in = (z_const Bytef *)source;
compress.c 32 stream.next_in = (z_const Bytef *)source;
zconf.h 221 #if defined(ZLIB_CONST) && !defined(z_const)
222 # define z_const const macro
224 # define z_const macro
  /external/puffin/src/
sample_generator.cc 32 stream.next_in = (z_const Bytef*)uncomp.data();

Completed in 730 milliseconds

1 2 3 4