| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-affine.cc | 63 comb->rest = NULL_TREE; in aff_combination_zero() 119 if (comb->rest) in aff_combination_scale() 127 comb->elts[comb->n].val = comb->rest; in aff_combination_scale() 128 comb->rest = NULL_TREE; in aff_combination_scale() 132 comb->rest = fold_build2 (MULT_EXPR, type, comb->rest, in aff_combination_scale() 163 if (comb->rest) in aff_combination_add_elt() 167 comb->elts[comb->n].val = comb->rest; in aff_combination_add_elt() 168 comb->rest = NULL_TREE; in aff_combination_add_elt() 192 if (comb->rest) in aff_combination_add_elt() 193 comb->rest = fold_build2 (PLUS_EXPR, type, comb->rest, in aff_combination_add_elt() [all …]
|
| /netbsd/src/external/bsd/am-utils/dist/scripts/ |
| D | amd2sun.in | 28 $fs = $1; $rest=$2; 31 ($defopts = $rest) =~ s/^.*[\s;]opts:=([^;\s]+)[;\s]*.*$/\1/; 37 if ($rest =~ /opts:=([^;\s]+)[;\s]/) { 43 ($rhost = $rest) =~ s/^.*[\s;]rhost:=([^;\s]+)[;\s]*.*$/\1/; 44 ($rfs = $rest) =~ s/^.*[\s;]rfs:=([^;\s]+)[;\s]*.*$/\1/; 46 if ($rest =~ /sublink:=([^;\s]+)[;\s]/ ) {
|
| D | automount2amd.in | 52 ($dir, $options, $machine, $path, $rest) = ($1, $2, $3, $4, $5); 53 print "#$rest\n" if ($rest =~ m/\w/);
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| D | bss_bio.c | 112 size_t rest; in bio_read() local 154 rest = size; in bio_read() 156 assert(rest > 0); in bio_read() 160 assert(rest <= peer_b->len); in bio_read() 161 if (peer_b->offset + rest <= peer_b->size) in bio_read() 162 chunk = rest; in bio_read() 179 assert(chunk == rest); in bio_read() 182 rest -= chunk; in bio_read() 184 while (rest); in bio_read() 271 size_t rest; in bio_write() local [all …]
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | engine.c | 320 RCHAR_T *rest; /* start of rest of string */ local 372 rest = slow(m, sp, stp, ss, es); 373 assert(rest != NULL); /* it did match */ 375 tail = slow(m, rest, stop, es, stopst); 379 stp = rest - 1; 385 if (slow(m, sp, rest, ssub, esub) != NULL) { 386 dp = dissect(m, sp, rest, ssub, esub); 388 assert(dp == rest); 390 assert(sp == rest); 391 sp = rest; [all …]
|
| /netbsd/src/lib/libc/regex/ |
| D | engine.c | 444 const char *rest; /* start of rest of string */ in dissect() local 506 rest = walk(m, sp, stp, ss, es, false); in dissect() 507 assert(rest != NULL); /* it did match */ in dissect() 509 tail = walk(m, rest, stop, es, stopst, false); in dissect() 513 stp = rest - 1; in dissect() 519 if (walk(m, sp, rest, ssub, esub, false) != NULL) { in dissect() 520 dp = dissect(m, sp, rest, ssub, esub); in dissect() 521 assert(dp == rest); in dissect() 523 assert(sp == rest); in dissect() 524 sp = rest; in dissect() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/libraries/liblber/ |
| D | decode.c | 99 ptrdiff_t rest; in ber_tag_and_rest() local 106 rest = (unsigned char *) ber->ber_end - ptr; in ber_tag_and_rest() 107 if ( rest <= 0 ) { in ber_tag_and_rest() 116 rest--; in ber_tag_and_rest() 122 if ( rest <= 0 ) { in ber_tag_and_rest() 127 rest--; in ber_tag_and_rest() 139 bv->bv_len = rest; in ber_tag_and_rest() 160 ber_len_t len, rest; in ber_peek_element() local 183 rest = bv->bv_len; in ber_peek_element() 185 if ( tag == LBER_DEFAULT || rest == 0 ) { in ber_peek_element() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/ |
| D | throughput | 5 rest = time for Postfix to finish 10 send rest total 20 send rest total
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | mep-relocs.pl | 51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) { 52 $rest =~ s/[\r\n]+$//; 53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!"); 58 $rest =~ s@.*/\* @@; 59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
|
| D | vms-alpha.c | 6304 unsigned int rest; in evax_bfd_print_egsd() local 6336 rest = len - offsetof (struct vms_egps, name); in evax_bfd_print_egsd() 6338 egps->namlng > rest ? rest : egps->namlng, in evax_bfd_print_egsd() 6360 rest = len - offsetof (struct vms_esgps, name); in evax_bfd_print_egsd() 6362 esgps->namlng > rest ? rest : esgps->namlng, in evax_bfd_print_egsd() 6392 rest = len - offsetof (struct vms_esdf, name); in evax_bfd_print_egsd() 6394 esdf->namlng > rest ? rest : esdf->namlng, in evax_bfd_print_egsd() 6402 rest = len - offsetof (struct vms_esrf, name); in evax_bfd_print_egsd() 6404 esrf->namlng > rest ? rest : esrf->namlng, in evax_bfd_print_egsd() 6426 rest = len - (p - (unsigned char *) e); in evax_bfd_print_egsd() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | mep-relocs.pl | 51 if (($pre,$rel,$rest) = /(.*RELOC_NUMBER \()([^,]+), *\d+(.*)/) { 52 $rest =~ s/[\r\n]+$//; 53 print (MEPHO "$pre$rel, $val$rest\n") || die("mep.h.new write: $!"); 58 $rest =~ s@.*/\* @@; 59 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
|
| D | vms-alpha.c | 6310 unsigned int rest; in evax_bfd_print_egsd() local 6342 rest = len - offsetof (struct vms_egps, name); in evax_bfd_print_egsd() 6344 egps->namlng > rest ? rest : egps->namlng, in evax_bfd_print_egsd() 6366 rest = len - offsetof (struct vms_esgps, name); in evax_bfd_print_egsd() 6368 esgps->namlng > rest ? rest : esgps->namlng, in evax_bfd_print_egsd() 6398 rest = len - offsetof (struct vms_esdf, name); in evax_bfd_print_egsd() 6400 esdf->namlng > rest ? rest : esdf->namlng, in evax_bfd_print_egsd() 6408 rest = len - offsetof (struct vms_esrf, name); in evax_bfd_print_egsd() 6410 esrf->namlng > rest ? rest : esrf->namlng, in evax_bfd_print_egsd() 6432 rest = len - (p - (unsigned char *) e); in evax_bfd_print_egsd() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | team.c | 334 unsigned int s = 0, rest = 0, p = 0, k = 0; in gomp_team_start() local 410 rest = nthreads % thr->ts.place_partition_len; in gomp_team_start() 430 rest = thr->ts.place_partition_len % nthreads; in gomp_team_start() 431 rest = (s + 1) * rest + thr->ts.place_partition_off; in gomp_team_start() 432 if (p < rest) in gomp_team_start() 439 p -= (p - rest) % s; in gomp_team_start() 450 rest = nthreads % thr->ts.place_partition_len; in gomp_team_start() 524 if (i == nthreads - rest) in gomp_team_start() 536 if (p < rest) in gomp_team_start() 544 if (p < rest) in gomp_team_start() [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/perl/ |
| D | GMP.pm | 70 my ($pre, $dummy, $pat, $rest); 72 …while (($pre, $dummy, $pat, $rest) = ($fmt =~ /^((%%|[^%])*)(%[- +#.*hlLqv\d]*[bcdfeEgGinopsuxX])(… 115 $fmt = $rest;
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/fs/ |
| D | path.cpp | 280 fs::path::operator/(const fs::path& rest) const in operator /() 282 if (rest.is_absolute()) in operator /() 283 throw fs::join_error(_repr, rest._repr, in operator /() 285 return fs::path(_repr + '/' + rest._repr); in operator /()
|
| /netbsd/src/external/gpl2/xcvs/dist/contrib/ |
| D | rcs2log.sh | 475 … quoted = quoted substr(rest, 1, p-1) "\\" substr(rest, p, 1) 476 rest = substr(rest, p+1) 479 printf "fullname[\"%s\"] = \"%s%s\"\n", $1, quoted, rest
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-logging.c | 162 const char *rest = args; in set_logging_on() local 164 if (rest && *rest) in set_logging_on() 165 logging_filename = rest; in set_logging_on()
|
| /netbsd/src/usr.bin/find/ |
| D | misc.c | 67 size_t nlen, plen, rest; in brace_subst() local 74 rest = strlen(&orig[2]); in brace_subst() 77 while ((p - *store) + plen + rest + 1 > nlen) in brace_subst()
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | search.c | 360 int i, len, rest = sizeof( buf ); in ldap_build_search_req() local 362 for ( i = 0; attrs[ i ] != NULL && rest > 0; i++ ) { in ldap_build_search_req() 363 ptr = &buf[ sizeof( buf ) - rest ]; in ldap_build_search_req() 364 len = snprintf( ptr, rest, " %s", attrs[ i ] ); in ldap_build_search_req() 365 rest -= (len >= 0 ? len : (int) sizeof( buf )); in ldap_build_search_req() 368 if ( rest <= 0 ) { in ldap_build_search_req()
|
| /netbsd/src/usr.bin/make/unit-tests/ |
| D | varmod-loop-delete.mk | 15 VAR= ${:U:@VAR@@} rest of the value 25 VAR= ${:U:@VAR@@} rest of the value
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | esp.c | 324 int rest = PAGE_SIZE - offset; /* the rest of the page */ in esp_dma_setup() local 326 if (count > rest) { /* if continues to next page */ in esp_dma_setup() 327 DBDMA_BUILD(cmdp, cmd, 0, rest, kvtop((void *)va), in esp_dma_setup() 330 count -= rest; in esp_dma_setup() 331 va += rest; in esp_dma_setup()
|
| D | kauai.c | 322 int rest = PAGE_SIZE - offset; /* the rest of the page */ in kauai_dma_init() local 324 if (datalen > rest) { /* if continues to next page */ in kauai_dma_init() 325 DBDMA_BUILD(cmdp, cmd, 0, rest, vtophys(va), in kauai_dma_init() 328 datalen -= rest; in kauai_dma_init() 329 va += rest; in kauai_dma_init()
|
| /netbsd/src/etc/rc.d/ |
| D | iscsid | 20 local module rest 21 /sbin/modstat $1 | while read module rest; do
|
| /netbsd/src/usr.sbin/rtadvd/ |
| D | dump.c | 201 struct timespec *rest; in if_dump() local 203 rest = rtadvd_timer_rest(pfx->timer); in if_dump() 204 if (rest) { /* XXX: what if not? */ in if_dump() 206 (long)rest->tv_sec); in if_dump()
|
| /netbsd/src/external/bsd/ntp/dist/scripts/ |
| D | plot_summary.in | 69 my ($result, @rest) = @_; 70 map { $result = $_ if ($_ < $result) } @rest; 77 my ($result, @rest) = @_; 78 map { $result = $_ if ($_ > $result) } @rest;
|