/external/qemu/block/ |
qcow2-cluster.c | 755 z_stream strm1, *strm = &strm1; local 758 memset(strm, 0, sizeof(*strm)); 760 strm->next_in = (uint8_t *)buf; 761 strm->avail_in = buf_size; 762 strm->next_out = out_buf; 763 strm->avail_out = out_buf_size; 765 ret = inflateInit2(strm, -12); 768 ret = inflate(strm, Z_FINISH); 769 out_len = strm->next_out - out_buf [all...] |
qcow2.c | 835 z_stream strm; local 855 memset(&strm, 0, sizeof(strm)); 856 ret = deflateInit2(&strm, Z_DEFAULT_COMPRESSION, 864 strm.avail_in = s->cluster_size; 865 strm.next_in = (uint8_t *)buf; 866 strm.avail_out = s->cluster_size; 867 strm.next_out = out_buf; 869 ret = deflate(&strm, Z_FINISH); 872 deflateEnd(&strm); [all...] |
/external/srec/tools/grxmlcompile/ |
fst-io.h | 56 // Print Fst to an output strm 340 istringstream strm(s); 341 strm >> w; 342 if (strm.fail() || !allow_zero && w == Weight::Zero()) { 367 int CompileMain(int argc, char **argv, istream& /* strm */,
|
/external/zlib/contrib/inflate86/ |
inffas86.c | 47 strm->avail_in >= 6 48 strm->avail_out >= 258 49 start >= strm->avail_out 63 Therefore if strm->avail_in >= 6, then there is enough input to avoid 68 requires strm->avail_out >= 258 for each loop to avoid checking for 71 void inflate_fast(strm, start) 72 z_streamp strm; 73 unsigned start; /* inflate()'s starting value for strm->avail_out */ 81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */ 83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out * [all...] |
/external/bzip2/ |
bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) 103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp)) 199 bz_stream* strm; member in struct:__anon1453 350 bz_stream* strm; member in struct:__anon1454
|
decompress.c | 54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \ 58 (*((UChar*)(s->strm->next_in)))); \ 60 s->strm->next_in++; \ 61 s->strm->avail_in--; \ 62 s->strm->total_in_lo32++; \ 63 if (s->strm->total_in_lo32 == 0) \ 64 s->strm->total_in_hi32++; \ 111 bz_stream* strm = s->strm; local
|
manual.xml | [all...] |
manual.html | [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
register.h | 44 typedef Fst<A> *(*Reader)(istream &strm, const FstReadOptions &opts); 137 F *(*reader)(istream &strm,
|
/hardware/ti/omap3/dspbridge/inc/ |
rms_sh.h | 45 *! 25-Jul-2000 sg: Changed SIO to STRM. 126 RMS_WORD numInputStreams; /* # input STRM definition structures */
|
wcdioctl.h | 47 *! 27-Jul-2000 rr: NODE, MGR,STRM and PROC added 308 /* STRM module */
|
dbdefs.h | 329 /* Attributes for STRM connections between nodes */ 335 UINT uTimeout; /* Timeout for blocking STRM calls */
|
memry.h | 56 * MEMRY_[GET]SET]VIRTUALSEGID is used by Node & Strm to access virtual
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
rms_sh.h | 45 *! 25-Jul-2000 sg: Changed SIO to STRM. 124 RMS_WORD numInputStreams; /* # input STRM definition structures */
|
wcdioctl.h | 47 *! 27-Jul-2000 rr: NODE, MGR,STRM and PROC added 308 /* STRM module */
|
dbdefs.h | 323 /* Attributes for STRM connections between nodes */ 329 UINT uTimeout; /* Timeout for blocking STRM calls */
|
memry.h | 56 * MEMRY_[GET]SET]VIRTUALSEGID is used by Node & Strm to access virtual
|
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 146 SkFaceRec(SkStream* strm, uint32_t fontID); 183 SkFaceRec::SkFaceRec(SkStream* strm, uint32_t fontID) 184 : fSkStream(strm), fFontID(fontID) { 185 // SkDEBUGF(("SkFaceRec: opening %s (%p)\n", key.c_str(), strm)); 206 SkStream* strm = SkFontHost::OpenStream(fontID); local 207 if (NULL == strm) { 212 // this passes ownership of strm to the rec 213 rec = SkNEW_ARGS(SkFaceRec, (strm, fontID)); 217 const void* memoryBase = strm->getMemoryBase(); 223 args.memory_size = strm->getLength() [all...] |
/frameworks/base/core/jni/android/graphics/ |
Bitmap.cpp | 284 SkWStream* strm = CreateJavaOutputStreamAdaptor(env, jstream, jstorage);
local 285 if (NULL != strm) {
288 success = encoder->encodeStream(strm, *bitmap, quality);
291 delete strm;
|
YuvToJpegEncoder.cpp | 218 SkWStream* strm = CreateJavaOutputStreamAdaptor(env, jstream, jstorage); local 226 encoder->encode(strm, yuv, width, height, imgOffsets, jpegQuality);
|
/external/openssl/crypto/comp/ |
c_zlib.c | 100 typedef int (*inflateEnd_ft)(z_streamp strm); 101 typedef int (*inflate_ft)(z_streamp strm, int flush); 102 typedef int (*inflateInit__ft)(z_streamp strm, 104 typedef int (*deflateEnd_ft)(z_streamp strm); 105 typedef int (*deflate_ft)(z_streamp strm, int flush); 106 typedef int (*deflateInit__ft)(z_streamp strm, int level,
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 23 * work is done at the driver level through the PM STRM module. 66 *! 18-Jul-2000 rr: STRM API calls into the Class driver. 147 "DSP_FAILED to get strm info\r\n"))); 214 "ERROR in Getting Strm Info \r\n"))); 568 (TEXT("STRM:DSPStream_Open: " 580 (TEXT("STRM: DSPStream_Open: "
|
/external/zlib/as400/ |
readme.txt | 69 adler32.c ADLER32 C ZLIB - Compute the Adler-32 checksum of a dta strm
|
/external/zlib/ |
FAQ | 44 when strm.avail_out returns with zero. 244 strm.total_in and strm_total_out counters may be limited to 4 GB. These
|
ChangeLog | 18 - Fix cast for assignments to strm->state in inflate.c and infback.c 89 - Use a new algorithm for setting strm->data_type in trees.c [Truta] 106 - Fix trees.c to update strm->data_type (no one ever noticed!) 150 - Fix strm->data_type on inflate() return to correctly indicate EOB 191 - Set strm->data_type on return from inflate [all...] |