Searched refs:scalar (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_mult.c252 * Computes scalar*point and stores the result in r.
263 const BIGNUM *scalar,
277 if ((scalar == NULL) || BN_is_zero(scalar) || (point == NULL) ||
315 i = scalar->top - 1;
318 while (!(scalar->d[i] & mask)) {
333 BN_consttime_swap(scalar->d[i] & mask, x1, x2, group->field.top);
334 BN_consttime_swap(scalar->d[i] & mask, z1, z2, group->field.top);
339 BN_consttime_swap(scalar->d[i] & mask, x1, x2, group->field.top);
340 BN_consttime_swap(scalar
261 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
376 ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
[all...]
H A Dec_mult.c177 * Determine the modified width-(w+1) Non-Adjacent Form (wNAF) of 'scalar'.
180 * scalar = \sum_j r[j]*2^j
185 static signed char *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) argument
194 if (BN_is_zero(scalar)) {
214 if (BN_is_negative(scalar)) {
218 len = BN_num_bits(scalar);
222 * BN_num_bits(scalar) + 1) */
228 if (scalar->d == NULL || scalar->top == 0) {
232 window_val = scalar
330 ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
[all...]
H A Dec_lcl.h170 int (*mul) (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
301 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
440 const BIGNUM *scalar, size_t num,
H A Dec_lib.c1068 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, argument
1074 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
1076 return group->meth->mul(group, r, scalar, num, points, scalars, ctx);
/freebsd-9.3-release/tools/regression/sbin/growfs/
H A Dregress.t53 scalar(@out) . " lines of output");
69 scalar(@out) . " lines of output");
85 scalar(@out) . " lines of output");
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog382 (scalar (@addr)) || &usage (1, qq{cannot resolve hostname $_});
414 my $selectAddrs = scalar (keys (%selectAddrs));
417 if (scalar (keys (%selectActs)) == 0)
510 unless (scalar (@fields))
678 next unless (scalar (keys (%{$traffic})));
722 if (scalar (@flags))
725 print ' (', join (',', @flags), ')' if (scalar (@flags));
868 unless (scalar (@addr))
911 while (scalar (@a))
934 my $name = scalar (getprotobynumbe
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dpvcs2rcs.in894 for ($i = 0; $i < scalar( @a ) && $i < scalar( @b ); $i++)
899 return 0 if (scalar (@a) == scalar (@b));
1069 if (scalar @missing_binaries)
H A Dcvs_acls.in750 for ($i=0; $i<(scalar @{$argv}); $i++) {
945 # This subroutine receives a scalar string and writes it out to the
/freebsd-9.3-release/contrib/gcc/
H A Dtree-scalar-evolution.c25 This pass analyzes the evolution of scalar variables in loop
29 previous implementations of the scalar evolution algorithm, but
35 "b -> {0, +, 2}_1" means that the scalar variable "b" is equal to 0
48 Given a scalar variable to be analyzed, follow the SSA edge to
87 ask the scalar evolution analyzer two questions: what's the
88 scalar evolution (scev) of "c", and what's the scev of "10". For
89 "10" the answer is "10" since it is a scalar constant. For the
90 scalar variable "c", it follows the SSA edge to its definition,
140 For analyzing the scalar evolution of "a", the algorithm follows
227 an example through the scalar evolutio
573 set_scalar_evolution(tree scalar, tree chrec) argument
603 get_scalar_evolution(tree scalar) argument
[all...]
H A Dtree.c1193 tree scalar, cst;
1196 scalar = build_one_cst (TREE_TYPE (type));
1201 cst = tree_cons (NULL_TREE, scalar, cst);
1189 tree scalar, cst; local
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch779 scalar(@F_files))
980 scalar(@f))
1058 print "input scanned ($l lines/",scalar(@time)," samples)\n"
1327 if (($fpos[$[] eq 'cnt' && scalar(@loffset) >= $cnt) ||
H A Dntptrap176 &debug(sprintf("%d request(s) scheduled",scalar(@Requests)));
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java254 ScalarRecord scalar = (ScalarRecord)record;
255 value = scalar.getValue();
262 printValue(value, scalar.getNumberOfBytes(),
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c1092 __K8MASK(scalar-sse-sse2, 3),
1509 static const struct pmc_masks p4_mask_ssu[] = { /* scalar sp uop */
1514 static const struct pmc_masks p4_mask_sdu[] = { /* scalar dp uop */
2031 PMCMASK(packed-and-scalar, 0x00),
2032 PMCMASK(scalar, 0x01),
2075 PMCMASK(sse-packed-single-scalar-single, 0x01),
2077 PMCMASK(sse2-scalar-double, 0x03),
2083 PMCMASK(sse-scalar-single, 0x01),
2085 PMCMASK(sse2-scalar-double, 0x03),
2243 /* default => 'packed and scalar' */
[all...]
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile19 double-int.o tree-chrec.o tree-scalar-evolution.o tree-data-ref.o \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c210 int scalar; local
276 scalar = (code2 == TYPE_CODE_INT || code2 == TYPE_CODE_FLT
294 if (code1 == TYPE_CODE_FLT && scalar)
298 && (scalar || code2 == TYPE_CODE_PTR))
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c334 unsigned isscalar : 1; /* Operand is a (Neon) scalar. */
502 N_("iWMMXt scalar register expected"),
1086 /* Do not allow a scalar (reg+index) to parse as a register. */
1240 /* Parse either a register or a scalar, with an optional type. Return the
1354 This function will fault on encountering a scalar.
1368 /* Do not allow a scalar (reg+index) to parse as a register. */
1371 first_error (_("register operand expected, but got scalar"));
1386 /* Parse a Neon scalar. Most of the time when we're parsing a scalar, we don't
1404 first_error (_("scalar mus
12143 neon_scalar_for_mul(unsigned scalar, unsigned elsize) argument
12173 unsigned scalar; local
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dconfigure12934 echo "$as_me:12934: checking if chtype is scalar or struct" >&5
12935 echo $ECHO_N "checking if chtype is scalar or struct... $ECHO_C" >&6
12964 cf_cv_chtype_type=scalar
12974 if test $cf_cv_chtype_type = scalar ; then

Completed in 334 milliseconds