Searched refs:cof (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/usr/eclipseclp/Flexlm/
H A Dbip_pt.c122 struct checked_out_feature *cof; local
180 for(cof=checked_out_features; cof; cof = cof->next)
182 if (cof->feature == feature &&
183 ! (cof->version == version && cof->policy == policy))
219 cof = (struct checked_out_feature *)
221 cof
248 struct checked_out_feature *cof; local
264 struct checked_out_feature *cof, **pcof; local
286 struct checked_out_feature *cof; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A DMakefile45 tar cof grace.tar $(GRACE_SD) $(GRACE_TCL) $(GRACE_PUB)
49 tar cof grace.src.tar $(GRACE_PL) $(GRACE_TCL) $(GRACE_CTRL)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dectest.c759 if (!BN_hex2bn(&cof, _cof)) ABORT; \
760 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
777 if (!BN_hex2bn(&cof, _cof)) ABORT; \
778 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
817 BIGNUM *x, *y, *z, *cof; local
877 cof = BN_new();
878 if (!x || !y || !z || !cof) ABORT;
1228 BN_free(x); BN_free(y); BN_free(z); BN_free(cof);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dectest.c759 if (!BN_hex2bn(&cof, _cof)) ABORT; \
760 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
777 if (!BN_hex2bn(&cof, _cof)) ABORT; \
778 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
817 BIGNUM *x, *y, *z, *cof; local
877 cof = BN_new();
878 if (!x || !y || !z || !cof) ABORT;
1228 BN_free(x); BN_free(y); BN_free(z); BN_free(cof);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A DMakefile70 uplink-cof.s: $(TOP)/ms/uplink.pl

Completed in 95 milliseconds