Searched refs:bestlen (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/network/ |
D | dn_comp.c | 59 int i, j, n, m=0, offset, bestlen=0, bestoff; in dn_comp() local 77 if (m > bestlen) { in dn_comp() 78 bestlen = m; in dn_comp() 86 if (space < l-bestlen+2+(bestlen-1 < l-1)) return -1; in dn_comp() 87 memcpy(dst+1, src, l-bestlen); in dn_comp() 88 for (i=j=0; i<l-bestlen; i+=lens[j++]+1) in dn_comp() 92 if (bestlen) { in dn_comp()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/asm686/ |
D | match.S | 43 #define bestlen 28 /* size of best match so far */ macro 177 movl %eax, bestlen(%esp) 298 movl bestlen(%esp), %ebx 313 movl %eax, bestlen(%esp) 329 movl $MAX_MATCH, bestlen(%esp) 337 movl bestlen(%esp), %ebx
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/asm686/ |
D | match.S | 43 #define bestlen 28 /* size of best match so far */ macro 177 movl %eax, bestlen(%esp) 298 movl bestlen(%esp), %ebx 313 movl %eax, bestlen(%esp) 329 movl $MAX_MATCH, bestlen(%esp) 337 movl bestlen(%esp), %ebx
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/amd64/ |
D | amd64-match.S | 25 #define bestlen r11 macro 219 lea (%window, %bestlen), %windowbestlen 227 movzwl -1(%scan, %bestlen), %scanend 418 lea (%window, %bestlen), %windowbestlen
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/amd64/ |
D | amd64-match.S | 25 #define bestlen r11 macro 219 lea (%window, %bestlen), %windowbestlen 227 movzwl -1(%scan, %bestlen), %scanend 418 lea (%window, %bestlen), %windowbestlen
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/ |
D | gvmat64.asm | 73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11 77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d 104 ; bestlen r11
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/ |
D | gvmat64.asm | 73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11 77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d 104 ; bestlen r11
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx86/ |
D | match686.asm | 123 windowbestlen equ esp + 8 ; s->window + bestlen 128 bestlen equ esp + 28 ; size of best match so far define
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx86/ |
D | match686.asm | 123 windowbestlen equ esp + 8 ; s->window + bestlen 128 bestlen equ esp + 28 ; size of best match so far define
|