Home
last modified time | relevance | path

Searched refs:places (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/trueos/usr.bin/seq/
HDseq.c407 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/
HDBN_add.pod48 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 …]
HDBN_set_bit.pod39 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>).
HDbn_internal.pod116 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 …]
HDDSA_sign.pod23 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
HDripemd.pod26 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
HDmdc2.pod26 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
HDsha.pod25 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
HDBIO_read.pod18 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
HDhmac.pod38 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
HDBN_mod_inverse.pod17 places the result in B<r> (C<(a*r)%n==1>). If B<r> is NULL,
HDBIO_s_socket.pod32 BIO_get_fd() places the socket in B<c> if it is not NULL, it also
HDrc4.pod33 B<key> and places the result at B<outdata>. Repeated RC4() calls with
HDERR_error_string.pod23 error code I<e>, and places it at I<buf>. I<buf> must be at least 120
/trueos/sys/dev/aic7xxx/aicasm/
HDaicasm_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 …]
/trueos/release/picobsd/build/
HDpicobsd595 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/
HDconfigure1451 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/
HDIDT10 hints "IDT.hints" #Default places to look for devices.
HDGXEMUL3218 hints "GXEMUL.hints" #Default places to look for devices.
HDGXEMUL20 hints "GXEMUL.hints" #Default places to look for devices.
HDALCHEMY27 #hints "ALCHEMY.hints" #Default places to look for devices.
HDADM512027 hints "ADM5120.hints" #Default places to look for devices.
/trueos/contrib/amd/
HDREADME.attrcache23 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/
HDdvmstat_example.txt28 Eventually the find command travels to places which are not cached, we can
/trueos/contrib/mdocml/
HDatt.in24 * a number. Groff prevent line breaks at the same places.

12345678910>>...12