Searched refs:MARGIN (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dfitblk.c32 complete (see the MARGIN define below). That will result in a
49 block of the third and final pass. MARGIN is chosen to be just
124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dfitblk.c32 complete (see the MARGIN define below). That will result in a
49 block of the third and final pass. MARGIN is chosen to be just
124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dfitblk.c32 complete (see the MARGIN define below). That will result in a
49 block of the third and final pass. MARGIN is chosen to be just
124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dfitblk.c32 complete (see the MARGIN define below). That will result in a
49 block of the third and final pass. MARGIN is chosen to be just
124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */
/netbsd-current/common/dist/zlib/examples/
H A Dfitblk.c32 complete (see the MARGIN define below). That will result in a
49 block of the third and final pass. MARGIN is chosen to be just
124 #define MARGIN 8 /* amount to back off for completion */ macro
208 inf.avail_in = size - MARGIN; /* assure stream will complete */
215 assert(ret == Z_STREAM_END); /* otherwise MARGIN too small */

Completed in 83 milliseconds