Searched refs:uncompressed (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/notes/common/
H A Dlist-setsizes.sh58 uncompressed=`expr \( "$2" + 1048575 \) / 1048576`
62 if [ "$uncompressed" = "0" ]; then uncompressed="-unknown-" ; fi
64 echo ".if \\n[$port] .setsize $compressed $uncompressed"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/i386/
H A Dcompressed-1b.d6 #name: strip on uncompressed debug sections
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/x86-64/
H A Dcompressed-1b.d6 #name: strip on uncompressed debug sections
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dsuffix.c78 /// \return Name of the uncompressed file, or NULL if file has unknown
85 const char *uncompressed; member in struct:__anon2952
111 new_suffix = suffixes[i].uncompressed;
/netbsd-6-1-5-RELEASE/sys/net/
H A Dslcompress.c232 * uncompressed packet that tells the other side what
244 goto uncompressed;
268 * current datagram `uncompressed'.
285 goto uncompressed;
302 goto uncompressed;
313 goto uncompressed;
321 goto uncompressed;
334 * retransmitted ack or window probe. Send it uncompressed
347 * send packet uncompressed.
349 goto uncompressed;
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_dir.h126 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A DZLib.pas40 adler: Longint; // adler32 value of the uncompressed data
69 The Position property returns the number of uncompressed bytes of
104 the uncompressed data has been reached. Seeking backwards, seeking relative
108 The Position property returns the number of bytes of uncompressed data that
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/delphi/
H A DZLib.pas40 adler: Longint; // adler32 value of the uncompressed data
69 The Position property returns the number of uncompressed bytes of
104 the uncompressed data has been reached. Seeking backwards, seeking relative
108 The Position property returns the number of bytes of uncompressed data that
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_dir.c932 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx)
948 ASSERT(uncompressed >= 0 ||
949 dd->dd_phys->dd_uncompressed_bytes >= -uncompressed);
951 dd->dd_phys->dd_uncompressed_bytes += uncompressed;
971 accounted_delta, compressed, uncompressed, tx);
931 dsl_dir_diduse_space(dsl_dir_t *dd, dd_used_t type, int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx) argument
H A Ddsl_dataset.c81 int uncompressed = BP_GET_UCSIZE(bp); local
97 ASSERT3U(compressed, ==, uncompressed); /* it's all metadata */
99 used, compressed, uncompressed, tx);
109 ds->ds_phys->ds_uncompressed_bytes += uncompressed;
113 compressed, uncompressed, tx);
131 int uncompressed = BP_GET_UCSIZE(bp); local
142 -used, -compressed, -uncompressed, tx);
165 delta, -compressed, -uncompressed, tx);
205 ASSERT3U(ds->ds_phys->ds_uncompressed_bytes, >=, uncompressed);
206 ds->ds_phys->ds_uncompressed_bytes -= uncompressed;
1605 int64_t used = 0, compressed = 0, uncompressed = 0; local
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas44 adler: LongInt; (* adler32 value of the uncompressed data *)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibpas.pas44 adler: LongInt; (* adler32 value of the uncompressed data *)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1001 char used[6], compressed[6], uncompressed[6], unique[6]; local
1011 nicenum(ds->ds_uncompressed_bytes, uncompressed);
1036 (void) printf("\t\tuncompressed_bytes = %s\n", uncompressed);

Completed in 276 milliseconds