Home
last modified time | relevance | path

Searched refs:bnum (Results 51 – 75 of 1188) sorted by relevance

12345678910>>...48

/dports/cad/magic/magic-8.3.245/ext2sim/
H A Dsim2spi20 cnum = 1 ; bnum = 1 ; num = 1 ;
82 $1 ~ /^b$/ { print "Q"bnum , $3 , $4 , $2 " npn"
83 bnum = bnum + 1}
84 $1 ~ /^q$/ { print "Q"bnum , $4 , $2 , $3 " 0 b1.6 " $6 - 1.6
85 bnum = bnum + 1}
/dports/databases/qdbm-plus/qdbm-1.8.78/perl/curia/
H A DCuria.pm96 my($bnum) = shift;
101 (defined($bnum)) || ($bnum = -1);
103 my($curia) = plcropen($name, $omode, $bnum, $dnum);
380 my($bnum) = shift;
381 (defined($bnum)) || ($bnum = -1);
384 my($rv) = plcroptimize($curia, $bnum);
413 sub bnum { subroutine
489 my($class, $name, $omode, $bnum, $dnum) = @_;
492 (defined($bnum)) || ($bnum = -1);
494 return $class->new($name, $omode, $bnum, $dnum);
H A Dplcrtest57 my($name, $rnum, $bnum, $dnum, $i, $rv);
65 } elsif(!defined($bnum)){
66 $bnum = $ARGV[$i];
73 (defined($name) && defined($rnum) && defined($bnum) && defined($dnum)) || usage();
74 ($name && $rnum > 0 && $bnum > 0 && $dnum > 0) || usage();
75 $rv = dowrite($name, $rnum, $bnum, $dnum);
120 my($name, $rnum, $bnum, $dnum) = @_;
122 printf("<Writing Test>\n name=$name rnum=$rnum bnum=$bnum\n\n");
125 Curia::OWRITER | Curia::OCREAT | Curia::OTRUNC, $bnum, $dnum))){
/dports/databases/qdbm-plus/qdbm-1.8.78/perl/depot/
H A DDepot.pm93 my($bnum) = shift;
97 (defined($bnum)) || ($bnum = -1);
98 my($depot) = pldpopen($name, $omode, $bnum);
375 my($bnum) = shift;
376 (defined($bnum)) || ($bnum = -1);
379 my($rv) = pldpoptimize($depot, $bnum);
407 sub bnum { subroutine
483 my($class, $name, $omode, $bnum) = @_;
486 (defined($bnum)) || ($bnum = -1);
487 return $class->new($name, $omode, $bnum);
H A Dpldptest57 my($name, $rnum, $bnum, $i, $rv);
65 } elsif(!defined($bnum)){
66 $bnum = $ARGV[$i];
71 (defined($name) && defined($rnum) && defined($bnum)) || usage();
72 ($name && $rnum > 0 && $bnum > 0) || usage();
73 $rv = dowrite($name, $rnum, $bnum);
118 my($name, $rnum, $bnum) = @_;
120 printf("<Writing Test>\n name=$name rnum=$rnum bnum=$bnum\n\n");
122 if(!($depot = new Depot($name, Depot::OWRITER | Depot::OCREAT | Depot::OTRUNC, $bnum))){
/dports/databases/qdbm/qdbm-1.8.78/perl/curia/
H A DCuria.pm96 my($bnum) = shift;
101 (defined($bnum)) || ($bnum = -1);
103 my($curia) = plcropen($name, $omode, $bnum, $dnum);
380 my($bnum) = shift;
381 (defined($bnum)) || ($bnum = -1);
384 my($rv) = plcroptimize($curia, $bnum);
413 sub bnum { subroutine
489 my($class, $name, $omode, $bnum, $dnum) = @_;
492 (defined($bnum)) || ($bnum = -1);
494 return $class->new($name, $omode, $bnum, $dnum);
H A Dplcrtest57 my($name, $rnum, $bnum, $dnum, $i, $rv);
65 } elsif(!defined($bnum)){
66 $bnum = $ARGV[$i];
73 (defined($name) && defined($rnum) && defined($bnum) && defined($dnum)) || usage();
74 ($name && $rnum > 0 && $bnum > 0 && $dnum > 0) || usage();
75 $rv = dowrite($name, $rnum, $bnum, $dnum);
120 my($name, $rnum, $bnum, $dnum) = @_;
122 printf("<Writing Test>\n name=$name rnum=$rnum bnum=$bnum\n\n");
125 Curia::OWRITER | Curia::OCREAT | Curia::OTRUNC, $bnum, $dnum))){
/dports/databases/qdbm/qdbm-1.8.78/perl/depot/
H A DDepot.pm93 my($bnum) = shift;
97 (defined($bnum)) || ($bnum = -1);
98 my($depot) = pldpopen($name, $omode, $bnum);
375 my($bnum) = shift;
376 (defined($bnum)) || ($bnum = -1);
379 my($rv) = pldpoptimize($depot, $bnum);
407 sub bnum { subroutine
483 my($class, $name, $omode, $bnum) = @_;
486 (defined($bnum)) || ($bnum = -1);
487 return $class->new($name, $omode, $bnum);
H A Dpldptest57 my($name, $rnum, $bnum, $i, $rv);
65 } elsif(!defined($bnum)){
66 $bnum = $ARGV[$i];
71 (defined($name) && defined($rnum) && defined($bnum)) || usage();
72 ($name && $rnum > 0 && $bnum > 0) || usage();
73 $rv = dowrite($name, $rnum, $bnum);
118 my($name, $rnum, $bnum) = @_;
120 printf("<Writing Test>\n name=$name rnum=$rnum bnum=$bnum\n\n");
122 if(!($depot = new Depot($name, Depot::OWRITER | Depot::OCREAT | Depot::OTRUNC, $bnum))){
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/vfs/file/
H A Dmd5sum.go46 var bnum int64
47 bnum = 16 * 1024
48 buf := make([]byte, bnum)
52 for bnum > 0 {
53 bnum, _ = io.CopyBuffer(hash, file, buf)
/dports/databases/qdbm/qdbm-1.8.78/ruby/depot/
H A Drbdptest56 bnum = -1
65 elsif(bnum < 0)
66 bnum = ARGV[i].to_i()
72 (name && rnum > 0 && bnum > 0) || usage()
73 dowrite(name, rnum, bnum)
119 def dowrite(name, rnum, bnum)
120 printf("<Writing Test>\n name=%s rnum=%d bnum=%d\n\n", name, rnum, bnum)
124 depot = Depot::new(name, Depot::OWRITER | Depot::OCREAT | Depot::OTRUNC, bnum)
/dports/databases/qdbm/qdbm-1.8.78/ruby/curia/
H A Drbcrtest56 bnum = -1
66 elsif(bnum < 0)
67 bnum = ARGV[i].to_i()
75 (name && rnum > 0 && bnum > 0 && dnum > 0) || usage()
76 dowrite(name, rnum, bnum, dnum)
122 def dowrite(name, rnum, bnum, dnum)
123 printf("<Writing Test>\n name=%s rnum=%d bnum=%d dnum=%d\n\n", name, rnum, bnum, dnum)
127 curia = Curia::new(name, Curia::OWRITER | Curia::OCREAT | Curia::OTRUNC, bnum, dnum)
/dports/databases/qdbm-plus/qdbm-1.8.78/ruby/curia/
H A Drbcrtest56 bnum = -1
66 elsif(bnum < 0)
67 bnum = ARGV[i].to_i()
75 (name && rnum > 0 && bnum > 0 && dnum > 0) || usage()
76 dowrite(name, rnum, bnum, dnum)
122 def dowrite(name, rnum, bnum, dnum)
123 printf("<Writing Test>\n name=%s rnum=%d bnum=%d dnum=%d\n\n", name, rnum, bnum, dnum)
127 curia = Curia::new(name, Curia::OWRITER | Curia::OCREAT | Curia::OTRUNC, bnum, dnum)
/dports/databases/qdbm-plus/qdbm-1.8.78/ruby/depot/
H A Drbdptest56 bnum = -1
65 elsif(bnum < 0)
66 bnum = ARGV[i].to_i()
72 (name && rnum > 0 && bnum > 0) || usage()
73 dowrite(name, rnum, bnum)
119 def dowrite(name, rnum, bnum)
120 printf("<Writing Test>\n name=%s rnum=%d bnum=%d\n\n", name, rnum, bnum)
124 depot = Depot::new(name, Depot::OWRITER | Depot::OCREAT | Depot::OTRUNC, bnum)
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nf_elem/
H A Dadd.c93 const fmpz * const bnum = QNF_ELEM_NUMREF(b); in _nf_elem_add_qf() local
107 fmpz_add(anum, bnum, cnum); in _nf_elem_add_qf()
108 fmpz_add(anum + 1, bnum + 1, cnum + 1); in _nf_elem_add_qf()
109 fmpz_add(anum + 2, bnum + 2, cnum + 2); in _nf_elem_add_qf()
141 fmpz_mul(anum, bnum, cden); in _nf_elem_add_qf()
142 fmpz_mul(anum + 1, bnum + 1, cden); in _nf_elem_add_qf()
143 fmpz_mul(anum + 2, bnum + 2, cden); in _nf_elem_add_qf()
159 fmpz_mul(anum, bnum, cden1); in _nf_elem_add_qf()
160 fmpz_mul(anum + 1, bnum + 1, cden1); in _nf_elem_add_qf()
161 fmpz_mul(anum + 2, bnum + 2, cden1); in _nf_elem_add_qf()
H A Dsub.c93 const fmpz * const bnum = QNF_ELEM_NUMREF(b); in _nf_elem_sub_qf() local
107 fmpz_sub(anum, bnum, cnum); in _nf_elem_sub_qf()
108 fmpz_sub(anum + 1, bnum + 1, cnum + 1); in _nf_elem_sub_qf()
109 fmpz_sub(anum + 2, bnum + 2, cnum + 2); in _nf_elem_sub_qf()
140 fmpz_mul(anum, bnum, cden); in _nf_elem_sub_qf()
141 fmpz_mul(anum + 1, bnum + 1, cden); in _nf_elem_sub_qf()
142 fmpz_mul(anum + 2, bnum + 2, cden); in _nf_elem_sub_qf()
158 fmpz_mul(anum, bnum, cden1); in _nf_elem_sub_qf()
159 fmpz_mul(anum + 1, bnum + 1, cden1); in _nf_elem_sub_qf()
160 fmpz_mul(anum + 2, bnum + 2, cden1); in _nf_elem_sub_qf()

12345678910>>...48