/freebsd-src/crypto/openssl/doc/man3/ |
H A D | BN_add.pod | 50 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 th [all...] |
H A D | BN_set_bit.pod | 42 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 D | BIO_read.pod | 24 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 D | OSSL_CMP_STATUSINFO_new.pod | 32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string 36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
|
H A D | MDC2_Init.pod | 34 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 D | RIPEMD160_Init.pod | 33 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-src/secure/lib/libcrypto/man/man3/ |
H A D | BN_add.3 | 185 \&\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 D | BN_set_bit.3 | 174 \&\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 D | BIO_read.3 | 159 \&\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-src/crypto/openssl/crypto/bn/ |
H A D | README.pod | 114 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-src/usr.bin/seq/ |
H A D | seq.c | 439 * 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-src/contrib/bc/include/ |
H A D | num.h | 620 * 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-src/usr.bin/c89/ |
H A D | c89.1 | 92 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-src/usr.bin/c99/ |
H A D | c99.1 | 95 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-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.h | 73 /// 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-src/contrib/bmake/unit-tests/ |
H A D | varname-empty.mk | 16 # 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-src/contrib/bc/src/ |
H A D | library.c | 1482 * @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 D | num.c | 220 * 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; 292 places = 1; in bc_num_subDigits() 297 if (bc_num_pow10[i] > (BcBigDig) n->num[idx]) places += 1; in bc_num_subDigits() 303 return places + (BC_NUM_RDX_VAL(n) - (idx + 1)) * BC_BASE_DIGS; in bc_num_subDigits() 578 bc_num_truncate(BcNum* restrict n, size_t places) in bc_num_extend() 582 if (!places) return; in bc_num_extend() 584 // Grab these needed values; places_rdx is the rdx equivalent to places like in bc_num_extend() 587 places_rdx = nrdx ? nrdx - BC_NUM_RDX(n->scale - places) : 0; in bc_num_extend() 589 // We cannot truncate more places tha in bc_num_extend() 527 bc_num_truncate(BcNum * restrict n,size_t places) bc_num_truncate() argument 570 bc_num_extend(BcNum * restrict n,size_t places) bc_num_extend() argument 767 bc_num_shiftLeft(BcNum * restrict n,size_t places) bc_num_shiftLeft() argument 858 bc_num_shiftRight(BcNum * restrict n,size_t places) bc_num_shiftRight() argument 2843 size_t places, mod, nrdx = BC_NUM_RDX_VAL(n); bc_num_printExponent() local [all...] |
/freebsd-src/share/doc/smm/18.net/ |
H A D | 9.t | 88 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-src/share/doc/usd/05.dc/ |
H A D | dc | 110 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-src/contrib/bc/manuals/ |
H A D | bcl.3 | 242 \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-src/crypto/openssh/ |
H A D | xmss_wots.h | 47 * 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-src/usr.bin/dc/tests/ |
H A D | inout.sh |
|
/freebsd-src/contrib/one-true-awk/ |
H A D | FREEBSD-upgrade | 29 % git commit -m"Import awk YYYYMMDD hash f9affa922c5e" # 12 places 37 % git tag -a -s vendor/one-true-awk/f9affa92 # 8 places
|
/freebsd-src/usr.bin/dtc/ |
H A D | HACKING | 25 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
|