| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | BN_add.3 | 109 \&\fBBN_add()\fR adds \fIa\fR and \fIb\fR and places the result in \fIr\fR (\f(CW\*(C`r=a+b\*(C'\fR… 112 \&\fBBN_sub()\fR subtracts \fIb\fR from \fIa\fR and places the result in \fIr\fR (\f(CW\*(C`r=a\-b\… 115 \&\fBBN_mul()\fR multiplies \fIa\fR and \fIb\fR and places the result in \fIr\fR (\f(CW\*(C`r=a*b\*… 119 \&\fBBN_sqr()\fR takes the square of \fIa\fR and places the result in \fIr\fR 123 \&\fBBN_div()\fR divides \fIa\fR by \fId\fR and places the result in \fIdv\fR and the 132 \&\fBBN_nnmod()\fR reduces \fIa\fR modulo \fIm\fR and places the nonnegative 135 \&\fBBN_mod_add()\fR adds \fIa\fR to \fIb\fR modulo \fIm\fR and places the nonnegative 138 \&\fBBN_mod_sub()\fR subtracts \fIb\fR from \fIa\fR modulo \fIm\fR and places the 148 \&\fBBN_mod_sqr()\fR takes the square of \fIa\fR modulo \fBm\fR and places the 157 \&\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 | 101 \&\fBBN_lshift()\fR shifts \fBa\fR left by \fBn\fR bits and places the result in 103 \&\fBa\fR left by one and places the result in \fBr\fR (\f(CW\*(C`r=2*a\*(C'\fR). 105 \&\fBBN_rshift()\fR shifts \fBa\fR right by \fBn\fR bits and places the result in 107 \&\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 | 83 \&\fBBIO_read_ex()\fR attempts to read \fIdlen\fR bytes from BIO \fIb\fR and places the data 91 \&\fBBIO_read()\fR attempts to read \fIlen\fR bytes from BIO \fIb\fR and places 94 \&\fBBIO_gets()\fR performs the BIOs "gets" operation and places the data 105 or the maximum length \fIsize\-1\fR is reached and places the data in \fIbuf\fR.
|
| /freebsd/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 the result in I<r> [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 | 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
|
| 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
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | bn_mul_words.pod | 111 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result 115 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places 120 word-wise, and places the low and high bytes of the result in B<rp>. 126 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the 130 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the 135 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the 139 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the 156 array B<r>. It computes B<a>*B<b> and places the result in B<r>. 160 B<a>*B<b> and places the result in B<r>. 166 B<a>*B<b> and places the result in B<r>. [all …]
|
| /freebsd/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 decimal places. This only extends places *after* 748 * @param places The number of places to extend @a n by. 751 bc_num_extend(BcNum* restrict n, size_t places); 754 * Shifts @a n right by @a places decimal places. This is the workhorse of the [all …]
|
| /freebsd/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/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/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/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/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 1575 bcl_frandHelper(&fr, places); in bcl_ifrandHelper() 1587 bcl_ifrand_helper(BclNumber a, size_t places, bool destruct) in bcl_ifrand_helper() 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; 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 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/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/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/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/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/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 94 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 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
|
| /freebsd/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
|