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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/compressed/
H A DMakefile26 decompress.bin: $(OBJECTS)
27 $(LD) -T decompress.ld -o decompress.o $(OBJECTS)
28 $(OBJCOPY) -O binary --remove-section=.bss decompress.o decompress.bin
30 cp decompress.bin $(TOPDIR)
33 vmlinuz: piggy.img decompress.bin
34 cat decompress.bin piggy.img > vmlinuz
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-uncompress.h47 void (* decompress)(struct pwc_coord *image, struct pwc_coord *view, struct pwc_coord *offset, member in struct:pwc_decompressor
H A Dpwc-uncompress.c148 pdev->decompressor->decompress(
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/
H A DMakefile89 clinux: vmlinux.bin decompress.bin rescue.bin
91 decompress.bin: dummy
92 @make -C arch/cris/boot/compressed decompress.bin
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dppp-comp.h62 int (*decompress) __P((void *state, u_char *mp, int inlen, member in struct:compressor
71 * Return values for decompress routine.
H A Dpppdump.c26 int decompress; variable
56 decompress = 1;
296 if (decompress && fcs == PPP_GOODFCS) {
314 rv = pkt->comp->decompress(pkt->state, r,
/asus-wl-520gu-7.0.1.45/src/router/pppd/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,
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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.c46 int decompress; variable
76 decompress = 1;
316 if (decompress && fcs == PPP_GOODFCS) {
334 rv = pkt->comp->decompress(pkt->state, r,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dppp-comp.h101 int (*decompress) (void *state, unsigned char *ibuf, int isize, member in struct:compressor
112 * The return value from decompress routine is the length of the
H A Disdn_ppp.h131 int (*decompress) (void *state,struct sk_buff *in, member in struct:isdn_ppp_compressor
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/linux/
H A Dppp-comp.h101 int (*decompress) (void *state, unsigned char *ibuf, int isize, member in struct:compressor
112 * The return value from decompress routine is the length of the
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dppp-comp.h78 int (*decompress) __P((void *state, PACKETPTR mp, member in struct:compressor
88 * Return values for decompress routine.
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disdn_ppp.h131 int (*decompress) (void *state,struct sk_buff *in, member in struct:isdn_ppp_compressor
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
/asus-wl-520gu-7.0.1.45/src/router/pppd/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
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dppp-comp.h86 int (*decompress) __P((void *state, PACKETPTR mp, member in struct:compressor
96 * Return values for decompress routine.
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dppp-comp.h86 int (*decompress) __P((void *state, PACKETPTR mp, member in struct:compressor
96 * Return values for decompress routine.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead.S165 moveq r5, r2 @ decompress after image
166 movne r5, r4 @ decompress to final location
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp_comp.c861 * Now see if we have a compressed packet to decompress,
877 rv = (*cp->rcomp->decompress)(cp->rstate, mp, &dmp);
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_comp.c861 * Now see if we have a compressed packet to decompress,
877 rv = (*cp->rcomp->decompress)(cp->rstate, mp, &dmp);
/asus-wl-520gu-7.0.1.45/src/router/pppd/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);
/asus-wl-520gu-7.0.1.45/src/router/pppd/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);

Completed in 147 milliseconds

12