/dports/math/miracl/miracl-5.6/ |
H A D | brick.c | 18 brick binst; in main() local 41 if (!brick_init(&binst,g,n,window,nb)) in main() 56 pow_brick(&binst,e,a); in main() 58 brick_end(&binst); in main()
|
H A D | ebrick.c | 18 ebrick binst; in main() local 51 ebrick_init(&binst,x,y,a,b,n,window,nb); in main() 85 mul_brick(&binst,e,x,y); in main() 87 ebrick_end(&binst); in main()
|
H A D | ebrick2.c | 20 ebrick2 binst; in main() local 53 if (!ebrick2_init(&binst,x,y,a2,a6,m,a,b,c,window,nb)) in main() 87 mul2_brick(&binst,e,x,y); in main() 88 ebrick2_end(&binst); in main()
|
H A D | ecdhp.c | 146 ebrick binst; in main() local 179 ebrick_init(&binst,prom,A,B,p,WINDOW,CURVE_BITS); in main() 184 mul_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 187 mul_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | ecdhp32.c | 188 ebrick binst; in main() local 222 ebrick_init(&binst,prom,A,B,p,WINDOW,CURVE_BITS); in main() 227 mul_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 229 mul_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | ecdhp8.c | 190 ebrick binst; in main() local 226 ebrick_init(&binst,prom,A,B,p,WINDOW,CURVE_BITS); in main() 231 mul_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 233 mul_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | ecdh2m.c | 148 ebrick2 binst; in main() local 181 ebrick2_init(&binst,prom,A,B,CURVE_M,CURVE_A,CURVE_B,CURVE_C,WINDOW,CURVE_M); in main() 186 mul2_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 189 mul2_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | ecdhp16.c | 256 ebrick binst; in main() local 291 ebrick_init(&binst,prom,A,B,p,WINDOW,CURVE_BITS); in main() 296 mul_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 298 mul_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | ecdh2m16.c | 211 ebrick2 binst; in main() local 247 ebrick2_init(&binst,prom,A,B,CURVE_M,CURVE_A,CURVE_B,CURVE_C,WINDOW,CURVE_M); in main() 253 mul2_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 256 mul2_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | ecdh2m8.c | 173 ebrick2 binst; in main() local 212 ebrick2_init(&binst,prom,A,B,CURVE_M,CURVE_A,CURVE_B,CURVE_C,WINDOW,CURVE_M); in main() 218 mul2_brick(mip,&binst,a,pa,pa); /* a*G =(pa,ya) */ in main() 221 mul2_brick(mip,&binst,b,pb,pb); /* b*G =(pb,yb) */ in main()
|
H A D | romaker2.c | 86 ebrick2 binst; in main() local 139 if (!ebrick2_init(&binst,x,y,a2,a6,m,a,b,c,window,nb)) in main() 171 t->w[j]=binst.table[bptr++]; in main() 178 ebrick2_end(&binst); in main()
|
H A D | romaker.c | 104 ebrick binst; in main() local 160 ebrick_init(&binst,x,y,a,b,n,window,nb); in main() 188 t->w[j]=binst.table[bptr++]; in main() 194 ebrick_end(&binst); in main()
|
H A D | bmark.c | 456 brick binst; in powers_precomp() local 466 brick_init(&binst,g,p,WINDOW,eb); in powers_precomp() 472 pow_brick(&binst,e,w); in powers_precomp() 481 brick_end(&binst); in powers_precomp() 492 ebrick binst; in mult_precomp() local 501 ebrick_init(&binst,x,y,a,b,p,WINDOW,eb); in mult_precomp() 506 mul_brick(&binst,e,c,d); in mult_precomp() 515 ebrick_end(&binst); in mult_precomp() 527 ebrick2 binst; in mult2_precomp() local 541 mul2_brick(&binst,e,c,d); in mult2_precomp() [all …]
|
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cmd/cue/cmd/ |
H A D | trim.go | 96 binst := loadFromArgs(cmd, args, nil) 97 if binst == nil { 100 instances := buildInstances(cmd, binst) 113 for i, inst := range binst { 131 if len(tinsts) != len(binst) { 150 for _, inst := range binst {
|
H A D | common.go | 112 binst := load.Instances(args, cfg) 113 if len(binst) == 0 { 117 return binst 722 instances := cue.Build(binst) 743 instances := cue.Build(binst) 769 binst := loadFromArgs(cmd, args, cfg) 770 if len(binst) == 0 { 775 ti := binst[0].Context().NewInstance(binst[0].Root, nil) 776 for _, inst := range binst { 803 for _, b := range binst { [all …]
|
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-mtasc.all/ |
H A D | inheritance.as | 37 var binst = new B(); 38 check_equals(typeof(binst), 'object'); 39 check_equals(typeof(binst.test), 'function'); 41 binst.test();
|
/dports/cad/electric/electric-7.00/src/sc/ |
H A D | sc1electric.c | 1326 NODEINST *binst; in Sc_create_leaf_instance() local 1341 return((CHAR *)binst); in Sc_create_leaf_instance() 1366 NODEINST *binst; in Sc_create_layer1_node() local 1376 return((CHAR *)binst); in Sc_create_layer1_node() 1401 NODEINST *binst; in Sc_create_layer2_node() local 1411 return((CHAR *)binst); in Sc_create_layer2_node() 1433 NODEINST *binst; in Sc_create_via() local 1445 return((CHAR *)binst); in Sc_create_via() 1469 NODEINST *binst; in Sc_create_pwell() local 1481 return((CHAR *)binst); in Sc_create_pwell() [all …]
|
H A D | sc1maker.c | 1052 inst->instance = binst; in Sc_maker_create_layout() 1065 inst->instance = binst; in Sc_maker_create_layout() 1072 inst->instance = binst; in Sc_maker_create_layout() 1095 via->instance = binst; in Sc_maker_create_layout() 1145 via->instance = binst; in Sc_maker_create_layout() 1310 binst = Sc_create_layer1_node(xpos, ypos, in Sc_maker_create_layout() 1315 binst = Sc_create_layer2_node(xpos, ypos, in Sc_maker_create_layout() 1319 if (binst == NULL) in Sc_maker_create_layout() 1342 lastpower = (SCMAKERINST *)binst; in Sc_maker_create_layout() 1392 if (binst == NULL) in Sc_maker_create_layout() [all …]
|
/dports/devel/p5-Config-Model/Config-Model-2.147/t/ |
H A D | instance.t | 75 my $binst = $model->instance( 79 ok( $binst, "created dummy instance" ); 81 my $root2 = $binst->config_root; 90 is( $binst->has_warning, 0, "test has_warning with big model" );
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/TableGen/ |
H A D | MixedCasedMnemonic.td | 44 // MATCHER-NEXT: "\005ainst\005binst"; 74 // ALIAS-NEXT Mnemonic = "binst"; // "instb"
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/TableGen/ |
H A D | MixedCasedMnemonic.td | 44 // MATCHER-NEXT: "\005ainst\005binst"; 74 // ALIAS-NEXT Mnemonic = "binst"; // "instb"
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/TableGen/ |
H A D | MixedCasedMnemonic.td | 44 // MATCHER-NEXT: "\005ainst\005binst"; 74 // ALIAS-NEXT Mnemonic = "binst"; // "instb"
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/TableGen/ |
H A D | MixedCasedMnemonic.td | 44 // MATCHER-NEXT: "\005ainst\005binst"; 74 // ALIAS-NEXT Mnemonic = "binst"; // "instb"
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/TableGen/ |
H A D | MixedCasedMnemonic.td | 44 // MATCHER-NEXT: "\005ainst\005binst"; 74 // ALIAS-NEXT Mnemonic = "binst"; // "instb"
|
/dports/devel/gdb761/gdb-7.6.1/gdb/ |
H A D | btrace.c | 263 struct btrace_inst *binst; in VEC() local 272 for (idx = 0; VEC_iterate (btrace_inst_s, itrace, idx, binst); ++idx) in VEC() 280 pc = binst->pc; in VEC()
|