Searched refs:decompressed (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dutil.c131 id3_byte_t *decompressed; local
133 decompressed = malloc(newlength ? newlength : 1);
134 if (decompressed) {
139 if (uncompress(decompressed, &size, data, length) != Z_OK ||
141 free(decompressed);
142 decompressed = 0;
146 return decompressed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dutil.c131 id3_byte_t *decompressed; local
133 decompressed = malloc(newlength ? newlength : 1);
134 if (decompressed) {
139 if (uncompress(decompressed, &size, data, length) != Z_OK ||
141 free(decompressed);
142 decompressed = 0;
146 return decompressed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
140 OutEstimate = zero, or est. size of the decompressed data
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
140 OutEstimate = zero, or est. size of the decompressed data
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
140 OutEstimate = zero, or est. size of the decompressed data
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
140 OutEstimate = zero, or est. size of the decompressed data
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dhead_v10.S114 ;; Enter the decompressed kernel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead.S105 kphex r5, 8 /* decompressed kernel start */
107 kphex r9, 8 /* decompressed kernel end */
192 * r6 - size of decompressed image
257 * r6 = size of decompressed image
277 * r0 = decompressed kernel length
280 * r5 = decompressed kernel start
285 add r1, r5, r0 @ end of decompressed kernel
546 * the above code to the end of the decompressed kernel image and
549 * r0 = decompressed kernel length
552 * r5 = decompressed kerne
[all...]

Completed in 112 milliseconds