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

  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
196 function deflateBound; external;
  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 80 #define deflateBound z_deflateBound
deflate.c 495 uLong ZEXPORT deflateBound(strm, sourceLen)
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
196 function deflateBound; external;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
196 function deflateBound; external;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
196 function deflateBound; external;
  /src/external/gpl3/gdb/dist/zlib/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
196 function deflateBound; external;
  /src/common/dist/zlib/
deflate.c 836 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
zconf.h 50 # define deflateBound z_deflateBound
572 #pragma map(deflateBound,"DEBND")
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 834 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
zconf.h 46 # define deflateBound z_deflateBound
531 #pragma map(deflateBound,"DEBND")
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 693 uLong ZEXPORT deflateBound(strm, sourceLen)
zconf.h 43 # define deflateBound z_deflateBound
522 #pragma map(deflateBound,"DEBND")
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 693 uLong ZEXPORT deflateBound(strm, sourceLen)
zconf.h 43 # define deflateBound z_deflateBound
522 #pragma map(deflateBound,"DEBND")
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 834 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
zconf.h 46 # define deflateBound z_deflateBound
531 #pragma map(deflateBound,"DEBND")
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 71 # define deflateBound netpgpv_z_deflateBound
368 # pragma map(deflateBound,"DEBND")
651 the value returned by deflateBound (see below). If deflate does not return
989 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
992 deflateBound() returns an upper bound on the compressed size after

Completed in 30 milliseconds