Displaying 2 results from an estimated 2 matches for "min_match".
Did you mean:
dmi_match
2007 Sep 22
0
rsync build on IA64 using icc
...deflate_state *s;
^
zlib/trees.c(1024): remark #310: old-style parameter list (anachronism)
unsigned dist; /* distance of matched string */
^
zlib/trees.c(1025): remark #310: old-style parameter list (anachronism)
unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */
^
zlib/trees.c(1073): remark #310: old-style parameter list (anachronism)
deflate_state *s;
^
zlib/trees.c(1074): remark #310: old-style parameter list (anachronism)
ct_data *ltree; /* literal tree */...
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