HomeSort by: relevance | last modified time | path
    Searched defs:z_const (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.h 24 #if !defined(z_const)
25 #define z_const macro
  /src/common/dist/zlib/
zconf.h 241 #if defined(ZLIB_CONST) && !defined(z_const)
242 # define z_const const macro
244 # define z_const macro
  /src/external/gpl3/binutils/dist/zlib/
zconf.h 237 #if defined(ZLIB_CONST) && !defined(z_const)
238 # define z_const const macro
240 # define z_const macro
  /src/external/gpl3/binutils.old/dist/zlib/
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
  /src/external/gpl3/gdb/dist/zlib/
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
  /src/external/gpl3/gdb.old/dist/zlib/
zconf.h 234 #if defined(ZLIB_CONST) && !defined(z_const)
235 # define z_const const macro
237 # define z_const macro
  /src/external/bsd/zstd/dist/programs/
fileio.c 57 # if !defined(z_const)
58 # define z_const macro
1247 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer;
2535 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer;
2542 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer;

Completed in 22 milliseconds