Searched refs:qadd (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/uucp-11/uucp/uuconf/
H A Dfreblk.c49 struct sadded *qadd;
51 for (qadd = qloop->qadded; qadd != NULL; qadd = qadd->qnext)
52 free (qadd->padded);
48 struct sadded *qadd; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dqueue_oo.tcl19 variable qat qret qadd
23 # variable qadd - List of elements added and not yet reached for return.
28 set qadd [list]
42 set qadd [list]
79 # Need all of qret and parts of qadd, maybe all.
81 set result [concat $qret [lrange $qadd 0 $max]]
126 # Need all of qret and parts of qadd, maybe all.
128 return [concat $qret [lrange $qadd 0 $over]]
150 lappend qadd $item
187 [llength $qret] + [llength $qadd]
[all...]
H A Dqueue_tcl.tcl35 variable I::qadd
73 set qadd($name) [list]
144 variable qadd ; # List of elements added and not yet reached for return.
160 variable qadd
163 set qadd($name) [list]
181 variable qadd ; unset qadd($name)
209 variable qadd ; upvar 0 qadd($name) ADD
265 variable qadd ; upva
[all...]
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpq.tcl10 qadd 1/2 1 3/2
11 qadd 11111111111111111/3 11111111111111111/3 22222222222222222/3
H A Dgmpq.tcl8 namespace export qadd qsub qmul qdiv qgcd qcmp qinv qneg qcvt qcanonicalize
87 proc ::gmp::qadd {i1 i2} { qbinary mpq_add $i1 $i2 }
/macosx-10.10/uucp-11/uucp/
H A Duuconv.c59 static void uvadd_perm P((struct shpermissions *qadd));
1344 uvadd_perm (qadd)
1345 struct shpermissions *qadd;
1352 if (qadd->pzlogname == NULL
1353 && qadd->frequest < 0
1354 && qadd->fsendfiles < 0
1355 && qadd->pzread == NULL
1356 && qadd->pzwrite == NULL
1357 && qadd->fcallback < 0
1358 && qadd
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_prime.c448 BIGNUM *t1,*qadd,*q; local
454 qadd = BN_CTX_get(ctx);
455 if (qadd == NULL) goto err;
457 if (!BN_rshift1(qadd,padd)) goto err;
462 if (!BN_mod(t1,q,qadd,ctx)) goto err;
485 if (!BN_add(q,q,qadd)) goto err;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_prime.c438 BIGNUM *t1,*qadd,*q; local
444 qadd = BN_CTX_get(ctx);
445 if (qadd == NULL) goto err;
447 if (!BN_rshift1(qadd,padd)) goto err;
452 if (!BN_mod(t1,q,qadd,ctx)) goto err;
475 if (!BN_add(q,q,qadd)) goto err;
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c6345 BIGNUM *t1, *qadd, *q; local
6351 qadd = BN_CTX_get(ctx);
6352 if (qadd == NULL) {
6356 if (!BN_rshift1(qadd, padd)) {
6365 if (!BN_mod(t1, q, qadd, ctx)) {
6402 if (!BN_add(q, q, qadd)) {

Completed in 234 milliseconds