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 19 #if !defined(z_const)
20 #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.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 237 #if defined(ZLIB_CONST) && !defined(z_const)
238 # define z_const const macro
240 # define z_const macro
  /src/common/dist/zlib/
zconf.h 249 #ifndef z_const
251 # define z_const const macro
253 # define z_const macro
  /src/external/bsd/zstd/dist/programs/
fileio.c 57 # if !defined(z_const)
58 # define z_const macro
1248 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer;
2529 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer;
2536 strm.next_in = (z_const unsigned char*)ress->readCtx->srcBuffer;

Completed in 21 milliseconds