Home
last modified time | relevance | path

Searched refs:decompressed (Results 1 – 18 of 18) sorted by relevance

/external/bzip2/
Dbzip2.txt50 the filename for the decompressed file from that of the
75 pressed and decompressed like this. The resulting outputs
79 decompressed correctly only by bzip2 version 0.9.0 or
100 CRCs to make sure that the decompressed version of a file
154 and testing. Files are decompressed and tested
157 decompressed in 2300k of memory, albeit at about
DREADME93 decompressed to reproduce the original, is obviously of paramount
98 decompressed data is the same as the original.
121 compressed file can be decompressed to reproduce the original.
Dbzgrep.127 If no file is specified, then the standard input is decompressed
Dbzip2.1.preformatted53 the filename for the decompressed file from that of the
78 pressed and decompressed like this. The resulting outputs
82 decompressed correctly only by _b_z_i_p_2 version 0.9.0 or
103 CRCs to make sure that the decompressed version of a file
157 and testing. Files are decompressed and tested
160 decompressed in 2300k of memory, albeit at about
/external/quake/quake/src/QW/server/
Dmodel.c93 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local
99 out = decompressed; in Mod_DecompressVis()
111 return decompressed; in Mod_DecompressVis()
129 } while (out - decompressed < row); in Mod_DecompressVis()
132 return decompressed; in Mod_DecompressVis()
/external/chromium/net/flip/
Dflip_framer.cc339 scoped_ptr<char> decompressed(new char[decompressed_max_size]); in ProcessDataFramePayload() local
344 reinterpret_cast<Bytef*>(decompressed.get()); in ProcessDataFramePayload()
357 decompressed.get(), in ProcessDataFramePayload()
/external/quake/quake/src/WinQuake/
Dbspfile.h284 void DecompressVis (byte *in, byte *decompressed);
Dgl_model.cpp114 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local
120 out = decompressed; in Mod_DecompressVis()
132 return decompressed; in Mod_DecompressVis()
150 } while (out - decompressed < row); in Mod_DecompressVis()
153 return decompressed; in Mod_DecompressVis()
Dmodel.cpp117 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local
123 out = decompressed; in Mod_DecompressVis()
132 return decompressed; in Mod_DecompressVis()
150 } while (out - decompressed < row); in Mod_DecompressVis()
152 return decompressed; in Mod_DecompressVis()
/external/zlib/contrib/ada/
Dreadme.txt20 - Fix extraction to buffer with exact known decompressed size. Error reported by
/external/quake/quake/src/QW/client/
Dgl_model.c114 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local
120 out = decompressed; in Mod_DecompressVis()
132 return decompressed; in Mod_DecompressVis()
150 } while (out - decompressed < row); in Mod_DecompressVis()
153 return decompressed; in Mod_DecompressVis()
Dmodel.c112 static byte decompressed[MAX_MAP_LEAFS/8]; in Mod_DecompressVis() local
118 out = decompressed; in Mod_DecompressVis()
130 return decompressed; in Mod_DecompressVis()
148 } while (out - decompressed < row); in Mod_DecompressVis()
151 return decompressed; in Mod_DecompressVis()
/external/libvpx/examples/
Dsimple_decoder.txt7 decoder, and writes the decompressed frames to disk. Other decoder
/external/zlib/contrib/puff/
DREADME39 decompressed data at dest. puff() is the only external symbol in puff.c The
/external/zlib/doc/
Drfc1952.txt584 the decompressed output.
/external/grub/
DNEWS387 contents in the decompressed state... i.e. all GRUB functions
/external/libpcap/doc/
Dpcap.txt1271 o Compressed Data: data of this block. Once decompressed, it is made
/external/jpeg/
Dlibjpeg.doc658 Now you can read the decompressed image data by calling jpeg_read_scanlines()