Home
last modified time | relevance | path

Searched refs:max_head (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/R-cran-listenv/listenv/tests/
H A Dutils.R15 printf("x = %s.\n", hpaste(x, max_head = 2))
18 printf("x = %s.\n", hpaste(x), max_head = 3) # Default
22 printf("x = %s.\n", hpaste(x, max_head = 4))
26 printf("x = %s.\n", hpaste(x, max_head = 1, max_tail = 2))
30 printf("y = %s.\n", hpaste(y, max_head = Inf))
/dports/devel/R-cran-listenv/listenv/R/
H A Dutils.R3 max_head = if (missing(last_collapse)) 3 else Inf, argument
4 max_tail = if (is.finite(max_head)) 1 else Inf,
6 max_head <- as.double(max_head)
19 if (n > max_head + max_tail + 1) {
20 head <- x[seq_len(max_head)]
/dports/devel/R-cran-globals/globals/R/
H A Dutils.R79 max_head=if (missing(last_collapse)) 3 else Inf, argument
80 max_tail=if (is.finite(max_head)) 1 else Inf,
82 max_head <- as.double(max_head)
95 if (n > max_head + max_tail + 1) {
96 head <- x[seq_len(max_head)]
122 hexpr <- function(expr, trim = TRUE, collapse = "; ", max_head = 6L, argument
127 max_head = max_head, max_tail = max_tail, ...)
/dports/devel/R-cran-globals/globals/tests/
H A Dutils.R57 printf("x = %s.\n", hpaste(x, max_head = 2))
60 printf("x = %s.\n", hpaste(x, max_head = 3)) # Default
64 printf("x = %s.\n", hpaste(x, max_head = 4))
68 printf("x = %s.\n", hpaste(x, max_head = 1, max_tail = 2))
72 printf("y = %s.\n", hpaste(y, max_head = Inf))
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/arch/i386/prefix/
H A Dhdprefix.S22 movb %dh, max_head
51 cmpb max_head, %dh
65 max_head: label
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/net/ipxe/ipxe-2265a65/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/arch/x86/prefix/
H A Dhdprefix.S26 movb %dh, max_head
59 cmpb max_head, %dh
73 max_head: label
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_http.c190 char *HTTP_header_val(char *head, char *hname, size_t max_head) in HTTP_header_val() argument
198 if (max_head <= 0) { in HTTP_header_val()
199 if (strlen(head)<1024) max_head = strlen(head); in HTTP_header_val()
200 else max_head = 1024; in HTTP_header_val()
203 cpt = af_strnstr(head,hname, max_head); in HTTP_header_val()
212 long HTTP_header_long_val(char *head, char *hname, size_t max_head, long errval) in HTTP_header_long_val() argument
217 if ((cpt = HTTP_header_val(head, hname, max_head))) { in HTTP_header_long_val()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/misc/broot/broot-1.7.0/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/deflate-0.9.1/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs309 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
312 assert!(*max_head < window_size16); in table_slide()
313 assert!(*max_head > 0); in table_slide()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/deflate/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/deflate-0.7.19/src/
H A Dchained_hash_table.rs330 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
333 assert!(*max_head < window_size16); in table_slide()
334 assert!(*max_head > 0); in table_slide()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/deflate-0.7.20/src/
H A Dchained_hash_table.rs309 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
312 assert!(*max_head < window_size16); in table_slide()
313 assert!(*max_head > 0); in table_slide()
/dports/graphics/viu/viu-1.1/cargo-crates/deflate-0.8.6/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/deflate-0.8.4/src/
H A Dchained_hash_table.rs307 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
310 assert!(*max_head < window_size16); in table_slide()
311 assert!(*max_head > 0); in table_slide()
/dports/games/dose-response/dose-response-179c326/cargo-crates/deflate-0.7.19/src/
H A Dchained_hash_table.rs330 let max_head = hash_table.c.head.iter().max().unwrap(); in table_slide() localVariable
333 assert!(*max_head < window_size16); in table_slide()
334 assert!(*max_head > 0); in table_slide()

123