Searched refs:decompress (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A DMakefile22 $(target)/decompress.bin: $(OBJECTS)
23 $(LD) -T $(src)/decompress.ld -o $(target)/decompress.o $(OBJECTS)
24 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/decompress.o $(target)/decompress.bin
26 $(objtree)/vmlinuz: $(target) piggy.img $(target)/decompress.bin
27 cat $(target)/decompress.bin piggy.img > $(objtree)/vmlinuz
40 rm -f piggy.img $(objtree)/vmlinuz vmlinuz.o decompress.o decompress.bin $(OBJECTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A DMakefile19 $(target)/decompress.bin: $(OBJECTS)
20 $(LD) -T $(src)/decompress.ld -o $(target)/decompress.o $(OBJECTS)
21 $(OBJCOPY) $(OBJCOPYFLAGS) $(target)/decompress.o $(target)/decompress.bin
24 $(target_compressed_dir)/vmlinuz: $(target) piggy.img $(target)/decompress.bin
26 @cat $(target)/decompress.bin piggy.img > $(target_compressed_dir)/vmlinuz
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Ddlltest.c71 int decompress = 0; local
90 decompress = 1;
119 if(decompress){
H A DMakefile45 decompress.o \
141 decompress.o: decompress.c
142 $(CC) $(CFLAGS) -c decompress.c
164 $(DISTNAME)/decompress.c \
H A Dmakefile.msc14 decompress.obj \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dppp-comp.h70 int (*decompress) __P((void *state, u_char *mp, int inlen, member in struct:compressor
79 * Return values for decompress routine.
H A Dpppdump.c47 int decompress; variable
83 decompress = 1;
325 if (decompress && fcs == PPP_GOODFCS) {
343 rv = pkt->comp->decompress(pkt->state, r,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/
H A DMakefile82 clinux: vmlinux.bin decompress.bin rescue.bin
84 decompress.bin: $(target_boot_dir)
85 @$(MAKE) -f $(src_compressed_dir)/Makefile $(target_compressed_dir)/decompress.bin
107 rm -f timage vmlinux.bin decompress.bin rescue.bin cramfs.img
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr.h48 int (*decompress)(unsigned char *cdata_in, unsigned char *data_out, member in struct:jffs2_compressor
H A Dcompr_rtime.c115 .decompress = &jffs2_rtime_decompress,
H A Dcompr_zlib.c192 .decompress = &jffs2_zlib_decompress,
H A Dcompr_rubin.c402 .decompress = &jffs2_rubinmips_decompress,
425 .decompress = &jffs2_dynrubin_decompress,
H A Dcompr.c69 /* Skip decompress-only backwards-compatibility and disabled modules */
96 /* Skip decompress-only backwards-compatibility and disabled modules */
191 ret = this->decompress(cdata_in, data_out, cdatalen, datalen, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dppp-comp.h103 int (*decompress) (void *state, unsigned char *ibuf, int isize, member in struct:compressor
119 * The return value from decompress routine is the length of the
H A Disdn_ppp.h138 int (*decompress) (void *state,struct sk_buff *in, member in struct:isdn_ppp_compressor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h109 int (*decompress) (void *state, unsigned char *ibuf, int isize, member in struct:compressor
120 * The return value from decompress routine is the length of the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h86 int (*decompress) __P((void *state, PACKETPTR mp, member in struct:compressor
96 * Return values for decompress routine.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_deflate.c420 * z_decompress - decompress a Deflate-compressed packet.
613 .decompress = z_decompress,
631 .decompress = z_decompress,
H A Dppp_mppe.c695 .decompress = mppe_decompress,
H A Dbsd_comp.c145 unsigned int mru; /* size of receive (decompress) bufr */
1147 .decompress = bsd_decompress,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c125 unsigned int mru; /* size of receive (decompress) bufr */
907 .decompress = bsd_decompress,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c877 * Now see if we have a compressed packet to decompress,
893 rv = (*cp->rcomp->decompress)(cp->rstate, mp, &dmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c877 * Now see if we have a compressed packet to decompress,
893 rv = (*cp->rcomp->decompress)(cp->rstate, mp, &dmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead.S245 mov r5, r2 @ decompress after malloc space
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c2908 decompress(struct usb_ov511 *ov, struct ov511_frame *frame, function
3000 decompress(ov, frame, frame->rawdata,
3010 decompress(ov, frame, frame->rawdata,
3025 decompress(ov, frame, frame->rawdata, frame->tempdata);
3034 decompress(ov, frame, frame->rawdata, frame->data);

Completed in 225 milliseconds

12