Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 25 of 40) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/
DAutoSplit.pm467 my($trunc) = substr($file,0,$maxlen);
468 $notuniq{$dir}{$trunc} = 1 if $shorts{$dir}{$trunc};
469 $shorts{$dir}{$trunc} = $shorts{$dir}{$trunc} ?
470 "$shorts{$dir}{$trunc}, $file" : $file;
477 foreach my $trunc (sort keys %{$notuniq{$dir}}) {
478 print " $shorts{$dir}{$trunc} truncate to $trunc\n";
Dbigfloat.pl153 } elsif ($rnd_mode eq 'trunc') {
/mirbsd/src/lib/libssl/src/crypto/bio/
Db_dump.c80 int i,j,rows,trunc; in BIO_dump_indent() local
84 trunc=0; in BIO_dump_indent()
88 trunc++; in BIO_dump_indent()
148 if (trunc > 0) in BIO_dump_indent()
151 len+trunc); in BIO_dump_indent()
/mirbsd/src/bin/dd/
Dmisc.c85 if (st.trunc) { in summary()
88 st.trunc, (st.trunc == 1) ? "block" : "blocks"); in summary()
Dconv.c180 ++st.trunc; in block()
211 ++st.trunc; in block_close()
Ddd.h68 size_t trunc; /* # of truncated records */ member
/mirbsd/src/sys/netisdn/
Di4b_trace.c145 int trunc = 0; in isdn_layer2_trace_ind() local
162 trunc = 1; in isdn_layer2_trace_ind()
163 hdr->trunc = totlen - MCLBYTES; in isdn_layer2_trace_ind()
168 hdr->trunc = 0; in isdn_layer2_trace_ind()
217 if(trunc) in isdn_layer2_trace_ind()
Di4b_trace.h55 int trunc; /* # of truncated bytes (frame > MCLBYTES) */ member
/mirbsd/src/libexec/spamd/
Dsync.c282 goto trunc; in sync_recv()
291 goto trunc; in sync_recv()
303 goto trunc; in sync_recv()
313 goto trunc; in sync_recv()
338 goto trunc; in sync_recv()
359 goto trunc; in sync_recv()
381 goto trunc; in sync_recv()
390 trunc: in sync_recv()
/mirbsd/src/gnu/usr.sbin/sendmail/mailstats/
Dmailstats.c59 bool trunc; variable
77 trunc = false;
100 trunc = true;
344 if (trunc)
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_io.c466 int i, j, rows, trunc; in ssl_io_data_dump() local
469 trunc = 0; in ssl_io_data_dump()
471 trunc++; in ssl_io_data_dump()
502 if (trunc > 0) in ssl_io_data_dump()
504 "| %04x - <SPACES/NULS>", len + trunc); in ssl_io_data_dump()
/mirbsd/src/usr.bin/mail/
Dquit.c288 trunc(obuf); in quit()
325 trunc(abuf); in quit()
384 trunc(obuf); in writeback()
480 trunc(obuf); in edstop()
Ddef.h260 #define trunc(stream) do { \ macro
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Diq2000.cpu449 (set rt-rs (add rt-rs (ext SI (trunc HI lo16))))
455 (set rt (add rs (ext SI (trunc HI lo16))))
461 (set rt-rs (add rt-rs (ext SI (trunc HI lo16))))
467 (set rt (add rs (ext SI (trunc HI lo16))))
527 (set rt-rs (and rt-rs (or #xFFFF0000 (ext SI (trunc HI lo16)))))
533 (set rt (and rs (or #xFFFF0000 (ext SI (trunc HI lo16)))))
630 (if (lt rt-rs (ext SI (trunc HI imm)))
638 (if (lt rs (ext SI (trunc HI imm)))
646 (if (ltu rt-rs (ext SI (trunc HI imm)))
654 (if (ltu rs (ext SI (trunc HI imm)))
[all …]
Dm32r.cpu1222 (if (ne sr (const 0)) (set dr (mod (ext WI (trunc HI dr)) sr)))
1240 (if (ne sr (const 0)) (set dr (mod (ext WI (trunc BI dr)) sr)))
1265 (if (ne sr (const 0)) (set dr (div (ext WI (trunc BI dr)) sr)))
1281 (if (ne sr (const 0)) (set dr (div (ext WI (trunc HI dr)) sr)))
1480 (ext DI (trunc HI (sra WI src2 (const 16))))))
1497 (ext DI (trunc HI (sra WI src2 (const 16))))))
1515 (ext DI (trunc HI src2))))
1532 (ext DI (trunc HI src2))))
1550 (ext DI (trunc HI (sra WI src2 (const 16))))))
1564 (ext DI (trunc HI (sra src2 (const 16)))))))
[all …]
Dcris.cpu1410 ; CGEN-FIXME: I shouldn't have to use trunc here, should I?
1414 ; the trunc.
1420 ((value pc) (add SI (ext SI (trunc HI value)) (add SI pc (if SI current-mach-is-v32 0 4))))
1838 (ne DI R (zext DI (trunc SI R))))
1842 (ne DI R (ext DI (trunc SI R))))
2082 ; FIXME: Make trunc unnecessary.
2083 (set newval (ext SI (trunc QI sconst8)))
2094 ; FIXME: Make trunc unnecessary.
2095 (set newval (ext SI (trunc HI sconst16)))
2107 ; FIXME: Make trunc unnecessary.
[all …]
/mirbsd/src/lib/libm/src/
Ds_trunc.c37 trunc(double x) in trunc() function
/mirbsd/src/sbin/scsi/
Dlibscsi.c870 int trunc = 0; in scsi_dump() local
878 trunc = 1; in scsi_dump()
900 fprintf(f, "%s", (trunc) ? "(truncated)...\n" : "\n"); in scsi_dump()
/mirbsd/src/lib/libm/
DMakefile137 tan.3 tanh.3 trunc.3 fmax.3 fdim.3
207 MLINKS+=trunc.3 truncf.3
/mirbsd/src/sbin/fsck_msdos/
Dfat.c313 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) in tryclear() argument
319 *trunc = CLUST_EOF; in tryclear()
/mirbsd/src/usr.sbin/isdn/isdntrace/
Dtrace.c518 if (hdr->trunc > 0) in fmt_hdr()
525 frm_len, hdr->trunc); in fmt_hdr()
/mirbsd/src/include/
Dmath.h358 double trunc(double);
/mirbsd/src/etc/
DMAKEDEV.sub136 dnl trunc a b - displays the string a minus b removed from the RHS
153 define({-expr_trunc-}, {-$1trunc()
/mirbsd/src/sys/kern/
Dkern_sysctl.c890 sysctl__string(oldp, oldlenp, newp, newlen, str, maxlen, trunc) in sysctl__string() argument
897 int trunc;
904 if (trunc == 0 || *oldlenp == 0)
910 if (trunc && *oldlenp < len) {
/mirbsd/src/sbin/ping6/
Dping6.c2503 goto trunc; in pr_retip()
2562 goto trunc; in pr_retip()
2565 goto trunc; in pr_retip()
2570 trunc: in pr_retip()

12