Searched refs:places (Results 1 – 25 of 291) sorted by relevance
12345678910>>...12
| /trueos/usr.bin/seq/ |
| HD | seq.c | 407 int places = 0; in decimal_places() local 415 places++; in decimal_places() 417 return (places); in decimal_places() 431 int precision, width1, width2, places; in generate_format() local 450 if ((places = decimal_places(buf))) in generate_format() 451 width1 -= (places + strlen(decimal_point)); in generate_format() 453 precision = MAX(places, precision); in generate_format() 458 if ((places = decimal_places(buf))) in generate_format() 459 width2 -= (places + strlen(decimal_point)); in generate_format()
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | BN_add.pod | 48 BN_add() adds I<a> and I<b> and places the result in I<r> (C<r=a+b>). 51 BN_sub() subtracts I<b> from I<a> and places the result in I<r> (C<r=a-b>). 53 BN_mul() multiplies I<a> and I<b> and places the result in I<r> (C<r=a*b>). 57 BN_sqr() takes the square of I<a> and places the result in I<r> 61 BN_div() divides I<a> by I<d> and places the result in I<dv> and the 70 BN_nnmod() reduces I<a> modulo I<m> and places the non-negative 73 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the non-negative 76 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the 86 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the 89 BN_exp() raises I<a> to the I<p>-th power and places the result in I<r> [all …]
|
| HD | BN_set_bit.pod | 39 BN_lshift() shifts B<a> left by B<n> bits and places the result in 41 B<a> left by one and places the result in B<r> (C<r=2*a>). 43 BN_rshift() shifts B<a> right by B<n> bits and places the result in 45 B<a> right by one and places the result in B<r> (C<r=a/2>).
|
| HD | bn_internal.pod | 116 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result 120 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places 125 word-wise, and places the low and high bytes of the result in B<rp>. 131 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the 135 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the 140 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the 144 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the 161 array B<r>. It computes B<a>*B<b> and places the result in B<r>. 165 B<a>*B<b> and places the result in B<r>. 171 B<a>*B<b> and places the result in B<r>. [all …]
|
| HD | DSA_sign.pod | 23 digest B<dgst> using the private key B<dsa> and places its ASN.1 DER 24 encoding at B<sigret>. The length of the signature is places in 29 B<dsa> to contain DSA parameters. It places the precomputed values
|
| HD | ripemd.pod | 26 bytes at B<d> and places it in B<md> (which must have space for 38 RIPEMD160_Final() places the message digest in B<md>, which must have
|
| HD | mdc2.pod | 26 bytes at B<d> and places it in B<md> (which must have space for 38 MDC2_Final() places the message digest in B<md>, which must have space
|
| HD | sha.pod | 25 bytes at B<d> and places it in B<md> (which must have space for 37 SHA1_Final() places the message digest in B<md>, which must have space
|
| HD | BIO_read.pod | 18 BIO_read() attempts to read B<len> bytes from BIO B<b> and places 21 BIO_gets() performs the BIOs "gets" operation and places the data
|
| HD | hmac.pod | 38 It places the result in B<md> (which must have space for the output of 74 HMAC_Final() places the message authentication code in B<md>, which
|
| HD | BN_mod_inverse.pod | 17 places the result in B<r> (C<(a*r)%n==1>). If B<r> is NULL,
|
| HD | BIO_s_socket.pod | 32 BIO_get_fd() places the socket in B<c> if it is not NULL, it also
|
| HD | rc4.pod | 33 B<key> and places the result at B<outdata>. Repeated RC4() calls with
|
| HD | ERR_error_string.pod | 23 error code I<e>, and places it at I<buf>. I<buf> must be at least 120
|
| /trueos/sys/dev/aic7xxx/aicasm/ |
| HD | 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 …]
|
| /trueos/release/picobsd/build/ |
| HD | picobsd | 595 local places="" # places to search 607 [ -d "${i}" ] && places="${places} `realpath ${i}`" 610 places=`echo ${places} | tr ' ' '\n' | sort -u` 612 find ${places} -maxdepth $depth -type f -name ${i} | head -1
|
| /trueos/contrib/apr-util/ |
| HD | configure | 1451 NDBM in a number of standard places. 1458 places. 12103 places="$all_places" 12106 if test -z "$places"; then 12107 places="std /usr/local /usr/local/BerkeleyDB.${db_major}.${db_minor} /boot/home/config" 12117 bdb_places="$places" 12507 places="$all_places" 12508 if test -z "$places"; then 12509 places="std" 12519 bdb_places="$places" [all …]
|
| /trueos/sys/mips/conf/ |
| HD | IDT | 10 hints "IDT.hints" #Default places to look for devices.
|
| HD | GXEMUL32 | 18 hints "GXEMUL.hints" #Default places to look for devices.
|
| HD | GXEMUL | 20 hints "GXEMUL.hints" #Default places to look for devices.
|
| HD | ALCHEMY | 27 #hints "ALCHEMY.hints" #Default places to look for devices.
|
| HD | ADM5120 | 27 hints "ADM5120.hints" #Default places to look for devices.
|
| /trueos/contrib/amd/ |
| HD | README.attrcache | 23 pointing to the wrong places, ESTALE errors, and more). For example, 46 where it should be. After much debugging, we traced it to a few places in 48 in some places where Amd was indeed updating the mtime, it was using a
|
| /trueos/cddl/contrib/dtracetoolkit/Examples/ |
| HD | dvmstat_example.txt | 28 Eventually the find command travels to places which are not cached, we can
|
| /trueos/contrib/mdocml/ |
| HD | att.in | 24 * a number. Groff prevent line breaks at the same places.
|
12345678910>>...12