HomeSort by: relevance | last modified time | path
    Searched refs:compressed (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
ls.h 37 u32 compressed; member in struct:nvfw_ls_desc
50 u32 compressed; member in struct:nvfw_ls_desc_v1
  /src/usr.bin/gzip/
gzexe 25 # A simple string to recognize already compressed files
26 magic="# compressed by gzexe"
55 # Test if a file is compressed by checking the magic line
56 compressed () { function
162 if ! compressed "$1"; then
163 echo "$prog: $1 is not compressed"
169 if compressed "$1"; then
170 echo "$prog: $1 is already compressed"
  /src/distrib/acorn32/
mksparkive.sh 87 compressed="$5"
101 if [ "$compressed" -ne 0 ]
109 # Compressed file length
116 if [ "$compressed" -ne 0 ]
123 if [ "$compressed" -ne 0 ]
164 # The compressed data in a sparkive is the output from
  /src/sys/kern/
kern_ctf.c 80 int compressed = 0; local in function:mod_ctf_get
154 /* Check if the data is compressed. */
168 compressed = 1;
171 * The CTF data is not compressed, so the ELF section
181 if (compressed) {
193 if (compressed) {
198 * The header isn't compressed, so copy that into the
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/
nouveau_nvkm_nvfw_ls.c 89 nvkm_debug(subdev, "\tcompressed : %d\n", hdr->compressed);
110 nvkm_debug(subdev, "\tcompressed : %d\n", hdr->compressed);
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 30 * Support for compressed bootfiles (only read)
83 int compressed; /* 1 if input file is a .gz file */ member in struct:sd
171 * We must not change s->compressed if we are at EOF;
175 * to lseek on this file as a compressed file.
179 s->compressed = 0;
187 s->compressed = 1;
293 if (s->compressed == 0) {
370 if(s->compressed == 0) {
423 panic("lseek compressed");
  /src/sys/lib/libsa/
cread.c 30 * Support for compressed bootfiles (only read)
77 int compressed; /* 1 if input file is a .gz file */ member in struct:sd
203 * We must not change s->compressed if we are at EOF;
207 * to lseek on this file as a compressed file.
211 s->compressed = 0;
219 s->compressed = 1;
340 if (s->compressed == 0) {
444 if(s->compressed == 0) {
501 panic("lseek compressed");
  /src/usr.sbin/vnconfig/
vnconfig.c 103 static int compressed = 0; variable in typeref:typename:int
157 compressed = 1;
325 if (compressed)
  /src/common/dist/zlib/contrib/delphi/
ZLib.pas 59 stores the compressed data to another stream.
73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100
74 If raw data size = 100 and compressed data size = 25, the CompressionRate
100 Compressed data comes from a separate source stream. TDecompressionStream
112 compressed data is exhausted and the next block is read from the input stream.
129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
  /src/common/dist/zlib/contrib/ada/
zlib.ads 107 -- compressed data has been damaged or if random access is desired. Using
144 -- would be provided for compressed data.
147 -- When Header is None, no header would be set for compressed data.
155 -- input compressed stream.
158 -- input compressed stream.
245 -- compressed/decompressed data.
buffer_demo.adb 18 -- compressed text into a buffer of the same size as the original text.
59 ("Compressed size : "
zlib-streams.ads 75 -- and data read from the Stream is compressed data from the Back stream.
test.adb 53 -- Name of the compressed file.
  /src/usr.bin/make/unit-tests/
job-output-null.mk 53 # compressed to a single space like in DebugFailedTarget. It isn't.
  /src/common/dist/zlib/contrib/pascal/
example.pas 82 procedure test_gzio(const fname: PChar; (* compressed file name *)
297 (* Feed in already compressed data and switch to no compression: *)
389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
430 d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *)
zlibpas.pas 51 text: Integer; (* true if compressed data believed to be text *)
  /src/sys/arch/x68k/stand/libsa/
putimage.S 102 | compressed image data
  /src/share/mk/
bsd.doc.mk 53 # so build compressed postscript instead. XXX. (and: yech)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc 937 mach_vm_size_t compressed; member in struct:__sanitizer::__sanitizer_task_vm_info
  /src/sys/external/isc/libsodium/dist/
Makefile.in 694 @echo WARNING: "Support for distribution archives compressed with" \

Completed in 19 milliseconds