search for: sourcelen

Displaying 6 results from an estimated 6 matches for "sourcelen".

2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
...+ " .align 4\n" \ + " .long 661b\n" /* label */ \ + " .long 663f\n" /* new instruction */ \ + " .byte %c0\n" /* feature bit */ \ + " .byte 662b-661b\n" /* sourcelen */ \ + " .byte 664f-663f\n" /* replacementlen */ \ + ".previous\n" \ + ".section .altinstr_replacement,\"ax\"\n" \ + "663:\n\t" newinstr "\n664:\n" /* replacement */ \ + ".pre...
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
...+ " .align 4\n" \ + " .long 661b\n" /* label */ \ + " .long 663f\n" /* new instruction */ \ + " .byte %c0\n" /* feature bit */ \ + " .byte 662b-661b\n" /* sourcelen */ \ + " .byte 664f-663f\n" /* replacementlen */ \ + ".previous\n" \ + ".section .altinstr_replacement,\"ax\"\n" \ + "663:\n\t" newinstr "\n664:\n" /* replacement */ \ + ".pre...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...but does not free and reallocate all the internal decompression state. @@ -603,8 +606,8 @@ utility functions can easily be modified if you need special options. */ -extern int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen)); +ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen, + const Bytef *source, uLong sourceLen)); /* Compresses the source buffer into the destination buffer. sourceLen is the byte length of the source buffer. Upon entry, destLen is the total...
2018 Aug 02
3
Default compression level for -compress-debug-info=zlib?
Not really, as well as some sensitivity to the input data overall performance of the link with compression will depend on how this is implemented in lld - how is it parallelized? How is it chunked? Is it effectively pipelined with IO? Or, I wouldn't feel comfortable being able to make a recommendation to our end-users on whether to use this option or not based on my existing extensive
2007 Sep 22
0
rsync build on IA64 using icc
...eflate.c(461): remark #310: old-style parameter list (anachronism) int max_chain; ^ zlib/deflate.c(492): remark #310: old-style parameter list (anachronism) z_streamp strm; ^ zlib/deflate.c(493): remark #310: old-style parameter list (anachronism) uLong sourceLen; ^ zlib/deflate.c(521): remark #310: old-style parameter list (anachronism) deflate_state *s; ^ zlib/deflate.c(522): remark #310: old-style parameter list (anachronism) uInt b; ^ zlib/deflate.c(535): remark #310: old-style parameter list (a...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address