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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/
H A DMakefile5 zImage: compressed/vmlinuz
7 compressed/vmlinuz: $(TOPDIR)/vmlinux
8 @$(MAKE) -C compressed vmlinuz
11 @$(MAKE) -C compressed depend
15 rm -f zImage tools/build compressed/vmlinux.out
16 @$(MAKE) -C compressed clean
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/boot/
H A DMakefile16 zImage: $(CONFIGURE) compressed/vmlinux
17 $(OBJCOPY) compressed/vmlinux zImage
19 compressed/vmlinux: $(TOPDIR)/vmlinux
20 $(MAKE) -C compressed vmlinux
32 rm -f setup bootsect zImage compressed/vmlinux.out
33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
34 @$(MAKE) -C compressed clean
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A DMakefile15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build
16 $(OBJCOPY) compressed/vmlinux compressed/vmlinux.out
17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage
19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build
20 $(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
23 compressed/vmlinux: $(TOPDIR)/vmlinux
24 @$(MAKE) -C compressed vmlinu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A DMakefile15 zImage: $(CONFIGURE) bootsect setup compressed/vmlinux tools/build
16 $(OBJCOPY) compressed/vmlinux compressed/vmlinux.out
17 tools/build bootsect setup compressed/vmlinux.out $(ROOT_DEV) > zImage
19 bzImage: $(CONFIGURE) bbootsect bsetup compressed/bvmlinux tools/build
20 $(OBJCOPY) compressed/bvmlinux compressed/bvmlinux.out
21 tools/build -b bbootsect bsetup compressed/bvmlinux.out $(ROOT_DEV) > bzImage
26 compressed/vmlinux: $(TOPDIR)/vmlinux
27 @$(MAKE) -C compressed vmlinu
[all...]
/asus-wl-520gu-7.0.1.45/src/
H A DMakefile26 cp cfe/build/broadcom/bcm947xx/compressed/cfez.bin $(RELEASEDIR)/image/
31 cp cfe/build/broadcom/bcm947xx/compressed/cfez.bin $(RELEASEDIR)/image/cfez-gige.bin
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/
H A DMakefile144 zImage: $(CONFIGURE) compressed/vmlinux
145 $(OBJCOPY) -O binary -R .note -R .comment -S compressed/vmlinux $@
150 compressed/vmlinux: $(TOPDIR)/vmlinux dep
151 @$(MAKE) -C compressed vmlinux
168 @$(MAKE) -C compressed clean
/asus-wl-520gu-7.0.1.45/src/cfe/build/broadcom/bcm947xx/
H A DMakefile112 $(MAKE) -C compressed
119 $(MAKE) -C compressed
137 $(MAKE) -C compressed clean
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/compressed/
H A Dhead.S2 * arch/cris/boot/compressed/head.S
57 ;; Figure out where the compressed piggyback image is
92 ;; Do the decompression and save compressed size in _inptr
99 move.d [_input_data], r9 ; flash address of compressed kernel
100 add.d [_inptr], r9 ; size of compressed kernel
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/
H A DMakefile92 @make -C arch/cris/boot/compressed decompress.bin
101 compressed: zImage
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/
H A DMakefile113 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
122 compressed: zImage
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/
H A DMakefile84 compressed: zImage
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/
H A DMakefile122 compressed: zImage
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/
H A DMakefile88 .PHONY: zImage bzImage compressed zlilo bzlilo zdisk bzdisk install \
/asus-wl-520gu-7.0.1.45/src/linux/linux/squashfs/
H A Dinode.c2 * Squashfs - a compressed read only filesystem for Linux
19 * Squashfs - a compressed read only filesystem for Linux
130 unsigned int compressed; local
136 c_buffer = (compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte)) ? msBlk->read_data : buffer;
139 c_buffer = (compressed = SQUASHFS_COMPRESSED(c_byte)) ? msBlk->read_data : buffer;
143 TRACE("Block @ 0x%x, %scompressed size %d\n", index, compressed ? "" : "un", (unsigned int) c_byte);
200 c_buffer = (compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte)) ? msBlk->read_data : buffer;
203 c_buffer = (compressed = SQUASHFS_COMPRESSED(c_byte)) ? msBlk->read_data : buffer;
207 TRACE("Block @ 0x%x, %scompressed size %d\n", index, compressed ? "" : "un", (unsigned int) c_byte);
217 if(compressed)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/squashfs/
H A Dinode.c2 * Squashfs - a compressed read only filesystem for Linux
19 * Squashfs - a compressed read only filesystem for Linux
130 unsigned int compressed; local
136 c_buffer = (compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte)) ? msBlk->read_data : buffer;
139 c_buffer = (compressed = SQUASHFS_COMPRESSED(c_byte)) ? msBlk->read_data : buffer;
143 TRACE("Block @ 0x%x, %scompressed size %d\n", index, compressed ? "" : "un", (unsigned int) c_byte);
200 c_buffer = (compressed = SQUASHFS_COMPRESSED_BLOCK(c_byte)) ? msBlk->read_data : buffer;
203 c_buffer = (compressed = SQUASHFS_COMPRESSED(c_byte)) ? msBlk->read_data : buffer;
207 TRACE("Block @ 0x%x, %scompressed size %d\n", index, compressed ? "" : "un", (unsigned int) c_byte);
217 if(compressed)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/lib/
H A Ddram_init.S81 ;; information from the decompressor (if the kernel was compressed).
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/
H A DMakefile111 compressed: vmlinux
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/
H A DMakefile144 zImage compressed: vmlinux.gz
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dov511.h420 int compressed; /* Is frame compressed? */ member in struct:ov511_frame
484 int compress; /* Should the next frame be compressed? */
H A Dpwc-ctrl.c104 preferences, so you either get compressed or non-compressed streams.
111 int compressed; /* Compressed yes/no */ member in struct:Nala_table_entry
131 When an uncompressed mode is not available, the next available compressed mode
133 1 or 2 compressed modes available; in that case entries are duplicated.
254 if (pEntry->compressed && pdev->decompressor == NULL)
263 if (pEntry->compressed && pdev->decompressor != NULL)
272 if (pEntry->compressed) {
H A Dov511.c3689 if (frame->compressed)
3699 if (frame->compressed)
3715 if (frame->compressed)
3907 frame->compressed = in[8] & 0x40;
3934 } else if (!frame->compressed && !remove_zeros) {
4076 frame->compressed = 1;
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov51x.h511 int compressed; /* Is frame compressed? */ member in struct:ov511_frame
579 int compress; /* Should the next frame be compressed? */
H A Dov51x.c2073 err("Error switching to compressed mode");
4571 if (frame->compressed)
4581 if (frame->compressed)
4598 if (frame->compressed)
4655 if (frame->compressed)
4664 if (frame->compressed)
4814 frame->compressed = in[8] & 0x40;
4841 } else if (!frame->compressed && !remove_zeros) {
4979 frame->compressed = 1;
5151 frame->compressed
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/
H A DMakefile118 # You need a compressed ramdisk image, named ramdisk.gz in
546 $(MAKE) -C arch/$(ARCH)/brcm-boards/bcm947xx/compressed
618 $(MAKE) -C arch/$(ARCH)/galileo-boards/ev64120/compressed
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass1.c82 fragmented:1, compressed:1, bbcheck:1; member in struct:process_block_struct
1492 pb.compressed = 0;
1506 pb.compressed = 1;
1728 if (p->compressed && (blk == EXT2FS_COMPRESSED_BLKADDR)) {
1738 checks the compressed data. I'll have to think
1873 * inode, which is never compressed. So we don't use HOLE_BLKADDR().

Completed in 274 milliseconds

12