Home
last modified time | relevance | path

Searched full:places (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/freebsd/crypto/openssl/doc/man3/
H A DBN_add.pod50 BN_add() adds I<a> and I<b> and places the result in I<r> (C<r=a+b>).
53 BN_sub() subtracts I<b> from I<a> and places the result in I<r> (C<r=a-b>).
56 BN_mul() multiplies I<a> and I<b> and places the result in I<r> (C<r=a*b>).
60 BN_sqr() takes the square of I<a> and places the result in I<r>
64 BN_div() divides I<a> by I<d> and places the result in I<dv> and the
73 BN_nnmod() reduces I<a> modulo I<m> and places the nonnegative
76 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the nonnegative
79 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
89 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the
98 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r>
[all …]
H A DBN_set_bit.pod42 BN_lshift() shifts B<a> left by B<n> bits and places the result in
44 B<a> left by one and places the result in B<r> (C<r=2*a>).
46 BN_rshift() shifts B<a> right by B<n> bits and places the result in
48 B<a> right by one and places the result in B<r> (C<r=a/2>).
H A DBIO_read.pod24 BIO_read_ex() attempts to read I<dlen> bytes from BIO I<b> and places the data
32 BIO_read() attempts to read I<len> bytes from BIO I<b> and places
35 BIO_gets() performs the BIOs "gets" operation and places the data
46 or the maximum length I<size-1> is reached and places the data in I<buf>.
H A DOSSL_CMP_STATUSINFO_new.pod32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string
36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
H A DMDC2_Init.pod34 bytes at B<d> and places it in B<md> (which must have space for
46 MDC2_Final() places the message digest in B<md>, which must have space
H A DRIPEMD160_Init.pod33 bytes at B<d> and places it in B<md> (which must have space for
45 RIPEMD160_Final() places the message digest in B<md>, which must have
/freebsd/secure/lib/libcrypto/man/man3/
H A DBN_add.3185 \&\fBBN_add()\fR adds \fIa\fR and \fIb\fR and places the result in \fIr\fR (\f(CW\*(C`r=a+b\*(C'\fR…
188 \&\fBBN_sub()\fR subtracts \fIb\fR from \fIa\fR and places the result in \fIr\fR (\f(CW\*(C`r=a\-b\…
191 \&\fBBN_mul()\fR multiplies \fIa\fR and \fIb\fR and places the result in \fIr\fR (\f(CW\*(C`r=a*b\*…
195 \&\fBBN_sqr()\fR takes the square of \fIa\fR and places the result in \fIr\fR
199 \&\fBBN_div()\fR divides \fIa\fR by \fId\fR and places the result in \fIdv\fR and the
208 \&\fBBN_nnmod()\fR reduces \fIa\fR modulo \fIm\fR and places the nonnegative
211 \&\fBBN_mod_add()\fR adds \fIa\fR to \fIb\fR modulo \fIm\fR and places the nonnegative
214 \&\fBBN_mod_sub()\fR subtracts \fIb\fR from \fIa\fR modulo \fIm\fR and places the
224 \&\fBBN_mod_sqr()\fR takes the square of \fIa\fR modulo \fBm\fR and places the
233 \&\fBBN_exp()\fR raises \fIa\fR to the \fIp\fR\-th power and places the result in \fIr\fR
[all …]
H A DBN_set_bit.3174 \&\fBBN_lshift()\fR shifts \fBa\fR left by \fBn\fR bits and places the result in
176 \&\fBa\fR left by one and places the result in \fBr\fR (\f(CW\*(C`r=2*a\*(C'\fR).
178 \&\fBBN_rshift()\fR shifts \fBa\fR right by \fBn\fR bits and places the result in
180 \&\fBa\fR right by one and places the result in \fBr\fR (\f(CW\*(C`r=a/2\*(C'\fR).
H A DBIO_read.3159 \&\fBBIO_read_ex()\fR attempts to read \fIdlen\fR bytes from \s-1BIO\s0 \fIb\fR and places the data
167 \&\fBBIO_read()\fR attempts to read \fIlen\fR bytes from \s-1BIO\s0 \fIb\fR and places
170 \&\fBBIO_gets()\fR performs the BIOs \*(L"gets\*(R" operation and places the data
181 or the maximum length \fIsize\-1\fR is reached and places the data in \fIbuf\fR.
/freebsd/crypto/openssl/crypto/bn/
H A DREADME.pod114 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result
118 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places
123 word-wise, and places the low and high bytes of the result in B<rp>.
129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the
133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the
138 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the
142 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the
159 array B<r>. It computes B<a>*B<b> and places the result in B<r>.
163 B<a>*B<b> and places the result in B<r>.
169 B<a>*B<b> and places the result in B<r>.
[all …]
/freebsd/contrib/bc/include/
H A Dnum.h620 * The places function (@ operator). This is a BcNumBinaryOp function.
722 * A function returning the required allocation size for a places, left shift,
727 * @return The size of allocation needed for the result of places, left
736 * Truncate @a n *by* @a places decimal places. This only extends places *after*
739 * @param places The number of places to truncate @a n by.
742 bc_num_truncate(BcNum* restrict n, size_t places);
745 * Extend @a n *by* @a places decima
[all...]
/freebsd/usr.bin/seq/
H A Dseq.c439 * decimal_places - count decimal places in a number (string)
444 int places = 0; in decimal_places() local
452 places++; in decimal_places()
454 return (places); in decimal_places()
468 int precision, width1, width2, places; in generate_format() local
487 if ((places = decimal_places(buf))) in generate_format()
488 width1 -= (places + strlen(decimal_point)); in generate_format()
490 precision = MAX(places, precision); in generate_format()
495 if ((places = decimal_places(buf))) in generate_format()
496 width2 -= (places + strlen(decimal_point)); in generate_format()
/freebsd/usr.bin/c89/
H A Dc89.192 pathname before looking in the usual places.
102 options, and last in the usual places.
108 options and then in the usual places.
120 pathname before looking in the usual places.
/freebsd/usr.bin/c99/
H A Dc99.195 pathname before looking in the usual places.
105 options, and last in the usual places.
111 options and then in the usual places.
123 pathname before looking in the usual places.
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h73 /// and register it in the right places.
80 /// and register it in the right places.
90 /// intptr_t NAME_GOES_HERE(...)) and register it in the right places.
94 /// and register it in the right places.
/freebsd/contrib/bc/src/
H A Dlibrary.c1482 * @param places The number of decimal places to generate.
1485 bcl_frandHelper(BcNum* restrict b, size_t places) in bcl_frandHelper() argument
1499 bc_num_bigdig2num(&exp, (BcBigDig) places); in bcl_frandHelper()
1514 bc_num_shiftRight(b, places); in bcl_frandHelper()
1523 bcl_frand(size_t places) in bcl_frand() argument
1541 bcl_frandHelper(BCL_NUM_NUM_NP(n), places); in bcl_frand()
1556 * @param places The number of decimal places to generate.
1559 bcl_ifrandHelper(BcNum* restrict a, BcNum* restrict b, size_t places) in bcl_ifrandHelper() argument
1587 bcl_ifrand_helper(BclNumber a,size_t places,bool destruct) bcl_ifrand_helper() argument
1630 bcl_ifrand(BclNumber a,size_t places) bcl_ifrand() argument
1636 bcl_ifrand_keep(BclNumber a,size_t places) bcl_ifrand_keep() argument
[all...]
H A Dnum.c220 * reaches 8 places into the limb, this will return 1 (because it should be
290 size_t i, places, idx = bc_num_nonZeroLen(n) - 1; in bc_num_negPow10() local
292 places = 1; in bc_num_negPow10()
297 if (bc_num_pow10[i] > (BcBigDig) n->num[idx]) places += 1; in bc_num_negPow10()
303 return places + (BC_NUM_RDX_VAL(n) - (idx + 1)) * BC_BASE_DIGS; in bc_num_negPow10()
578 bc_num_truncate(BcNum* restrict n, size_t places) in bc_num_truncate() argument
582 if (!places) return; in bc_num_truncate()
584 // Grab these needed values; places_rdx is the rdx equivalent to places like in bc_num_truncate()
587 places_rdx = nrdx ? nrdx - BC_NUM_RDX(n->scale - places) : 0; in bc_num_truncate()
589 // We cannot truncate more places than we have. in bc_num_truncate()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dvarname-empty.mk16 # The only places where a variable is assigned a value are Var_Set and
17 # Var_Append, and these places protect the variable named "" from being
27 # and other places that assume that ${:Ufallback} expands to "fallback".
/freebsd/share/doc/usd/05.dc/
H A Ddc110 and in places where a register name is expected.
275 that influences the number of decimal places
412 \fBscale\fP is the bound on the number of decimal places retained in
711 decimal places resulting from the arithmetic operations from
725 places in the operands but not to give more than that
729 The operation of division gives arbitrarily many decimal places
730 and there is simply no way to guess how many places the user
733 specify a \fBscale\fP to get any decimal places at all.
/freebsd/share/doc/smm/18.net/
H A D9.t88 This places the packet \fIm\fP at the tail of the queue \fIifq\fP.
91 This places a pointer to the packet at the head of queue \fIifq\fP
103 This places the packet \fIm\fP at the head of the queue \fIifq\fP.
/freebsd/contrib/bc/manuals/
H A Dbcl.3242 \f[B]BclNumber bcl_frand(size_t\f[R] \f[I]places\f[R]\f[B]);\f[R]
245 \f[I]places\f[R]\f[B]);\f[R]
248 size_t\f[R] \f[I]places\f[R]\f[B]);\f[R]
469 \f[B]scale\f[R] is a value used to control how many decimal places
473 applicable calculations return results with 20 decimal places.
615 The \f[I]scale\f[R] of a number is the number of decimal places it has
1053 Shifts \f[I]a\f[R] left (moves the radix right) by \f[I]b\f[R] places
1081 Shifts \f[I]a\f[R] left (moves the radix right) by \f[I]b\f[R] places
1105 Shifts \f[I]a\f[R] right (moves the radix left) by \f[I]b\f[R] places
1133 Shifts \f[I]a\f[R] right (moves the radix left) by \f[I]b\f[R] places
[all...]
/freebsd/crypto/openssh/
H A Dxmss_wots.h47 * Places the computed public key at address pk.
58 * Takes a WOTS signature, a m-byte message and computes a WOTS public key that it places at pk.
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y94 expression_t *places, symbol_ref_t *src, int ret);
1678 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr() argument
1701 if (places->value > 8 || places->value <= 0) { in format_2_instr()
1707 if (places->value == 8) in format_2_instr()
1710 shift_control = (places->value << 4) | places->value; in format_2_instr()
1713 if (places->value == 8) { in format_2_instr()
1716 shift_control = (places->value << 4) in format_2_instr()
1717 | (8 - places->value) in format_2_instr()
1722 shift_control = places->value & 0x7; in format_2_instr()
1725 shift_control = (8 - places->value) | 0x08; in format_2_instr()
[all …]
/freebsd/usr.bin/dtc/
H A DHACKING25 pointers are also used in several other places to track ownership.
29 code, though `auto` should only be used in places where the type can be deduced
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade29 % git commit -m"Import awk YYYYMMDD hash f9affa922c5e" # 12 places
37 % git tag -a -s vendor/one-true-awk/f9affa92 # 8 places

12345678910>>...44