| /freebsd/lib/libmd/ |
| H A D | ripemd.3 | 87 function calculates the digest of a file, and uses 95 but it only calculates the digest over a byte-range of the file specified, 106 calculates the digest from 111 function calculates the digest of a chunk of data in memory, and uses
|
| H A D | sha256.3 | 114 calculates the digest of a file, and uses 121 but it only calculates the digest over a byte-range of the file specified, 132 calculates the digest from 136 calculates the digest of a chunk of data in memory, and uses
|
| H A D | sha.3 | 119 calculates the digest of a file, and uses 126 but it only calculates the digest over a byte-range of the file specified, 137 calculates the digest from 141 calculates the digest of a chunk of data in memory, and uses
|
| H A D | skein.3 | 155 calculates the digest of a file, and uses 162 but it only calculates the digest over a byte-range of the file specified, 173 calculates the digest from 177 calculates the digest of a chunk of data in memory, and uses
|
| H A D | mdX.3 | 106 function calculates the digest of a file, and uses 114 but it only calculates the digest over a byte-range of the file specified, 125 calculates the digest from 130 function calculates the digest of a chunk of data in memory, and uses
|
| H A D | sha512.3 | 163 calculates the digest of a file, and uses 170 but it only calculates the digest over a byte-range of the file specified, 181 calculates the digest from 185 calculates the digest of a chunk of data in memory, and uses
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OSSL_SAFE_MATH_SIGNED.pod | 51 safe_mod_TYPE() calculates the remainder when I<a> is divided by I<b>. 53 safe_div_round_up_TYPE() calculates I<a> / I<b> + (I<a> % I<b> != 0). 60 safe_neg_TYPE() calculates the negation of I<a>. 62 safe_abs_TYPE() calculates the absolute value of I<a>.
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | fs.h | 130 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \ 133 #define lblktosize(fs, blk) /* calculates (blk * fs->fs_bsize) */ \ 136 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \ 140 #define numfrags(fs, loc) /* calculates (loc / fs->fs_fsize) */ \ 143 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | parseutil.h | 91 * calculates the size needed to store the result of b64_ntop 101 * calculates the size needed to store the result of sldns_b64_pton 110 * calculates the size needed to store the result of b32_ntop 123 * calculates the size needed to store the result of b32_pton
|
| /freebsd/contrib/bsnmp/lib/ |
| H A D | bsnmplib.3 | 365 calculates a message digest and encrypts the PDU data in the buffer 388 calculates the initialization vector for the privacy protocol in use before 400 calculates a binary private authentication key corresponding to a plain text human 408 calculates a localazied authentication and privacy keys for a specified SNMPv3 418 calculates a binary key change octet string based on the contents of an old and
|
| /freebsd/sys/ufs/ffs/ |
| H A D | fs.h | 695 #define blkoff(fs, loc) /* calculates (loc % fs->fs_bsize) */ \ 697 #define fragoff(fs, loc) /* calculates (loc % fs->fs_fsize) */ \ 699 #define lfragtosize(fs, frag) /* calculates ((off_t)frag * fs->fs_fsize) */ \ 701 #define lblktosize(fs, blk) /* calculates ((off_t)blk * fs->fs_bsize) */ \ 704 #define smalllblktosize(fs, blk) /* calculates (blk * fs->fs_bsize) */ \ 706 #define lblkno(fs, loc) /* calculates (loc / fs->fs_bsize) */ \ 708 #define numfrags(fs, loc) /* calculates (loc / fs->fs_fsize) */ \ 710 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ 712 #define fragroundup(fs, size) /* calculates roundup(size, fs->fs_fsize) */ \ 714 #define fragstoblks(fs, frags) /* calculates (frag [all...] |
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | amxcomplexintrin.h | 25 /// Calculates the imaginary part of the result. For each possible combination 69 /// Calculates the real part of the result. For each possible combination 126 /// This function calculates the imaginary part of the result. 149 /// This function calculates the real part of the result.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | HeatUtils.h | 31 // Calculates heat color based on current and maximum frequencies. 34 // Calculates heat color based on percent of "hotness".
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EC_POINT_add.pod | 38 EC_POINT_invert calculates the inverse of the supplied point B<a>. The result is placed back in B<a… 51 EC_POINT_mul calculates the value generator * B<n> + B<q> * B<m> and stores the result in B<r>. 56 EC_POINTs_mul calculates the value generator * B<n> + B<q[0]> * B<m[0]> + ... + B<q[num-1]> * B<m[n…
|
| H A D | OPENSSL_gmtime.pod | 25 OPENSSL_gmtime_diff() calculates the difference between I<from> and I<to>. 37 OPENSSL_gmtime_diff() calculates the difference between the two I<struct tm>
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | EC_POINT_add.3 | 99 EC_POINT_invert calculates the inverse of the supplied point \fBa\fR. The result is placed back in … 112 EC_POINT_mul calculates the value generator * \fBn\fR + \fBq\fR * \fBm\fR and stores the result in … 117 EC_POINTs_mul calculates the value generator * \fBn\fR + \fBq[0]\fR * \fBm[0]\fR + ... + \fBq[num\-…
|
| H A D | OPENSSL_gmtime.3 | 84 \&\fBOPENSSL_gmtime_diff()\fR calculates the difference between \fIfrom\fR and \fIto\fR. 95 \&\fBOPENSSL_gmtime_diff()\fR calculates the difference between the two \fIstruct tm\fR
|
| /freebsd/contrib/ntp/scripts/calc_tickadj/ |
| H A D | invoke-calc_tickadj.texi | 4 @cindex Calculates "optimal" value for tick given ntp drift file. 66 calc_tickadj - Calculates "optimal" value for tick given ntp drift file. - Ver. 4.2.8p15
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | overflow.h | 324 * Calculates size of 2-dimensional array: @a * @b. 337 * Calculates size of 3-dimensional array: @a * @b * @c. 351 * Calculates size of a flexible array of @count number of @member 367 * Calculates size of memory needed for structure of @p followed by an 383 * Calculates size of memory needed for structure @type followed by an
|
| /freebsd/contrib/unbound/util/storage/ |
| H A D | slabhash.h | 75 * @param sizefunc: calculates memory usage of entries. 104 * @param hash: hash value. User calculates the hash. 169 * @param hash: hash value. User calculates the hash.
|
| /freebsd/contrib/googletest/googletest/samples/ |
| H A D | prime_tables.h | 52 // Implementation #1 calculates the primes on-the-fly. 75 // Implementation #2 pre-calculates the primes and stores the result
|
| /freebsd/share/man/man9/ |
| H A D | iflibtxrx.9 | 207 Credit function advances the buffer ring and calculates the credits 216 Function calculates the remaining number of descriptors from a position given
|
| /freebsd/contrib/kyua/utils/ |
| H A D | datetime.cpp | 530 /// Calculates the addition of a delta to a timestamp. 543 /// Calculates the addition of a delta to this timestamp. 556 /// Calculates the subtraction of a delta from a timestamp. 569 /// Calculates the subtraction of a delta from this timestamp. 582 /// Calculates the delta between two timestamps.
|
| /freebsd/sys/sys/ |
| H A D | param.h | 238 #define btodb(bytes) /* calculates (bytes / DEV_BSIZE) */ \ 245 #define dbtob(db) /* calculates (db * DEV_BSIZE) */ \ 365 #define dbtoc(db) /* calculates devblks to pages */ \ 368 #define ctodb(db) /* calculates pages to devblks */ \
|
| /freebsd/contrib/ldns/ldns/ |
| H A D | dnssec.h | 115 * calculates a keytag of a key for use in DNSSEC. 123 * Calculates keytag of DNSSEC key, operates on wireformat rdata. 274 * Calculates the hashed name using the given parameters 377 * Calculates the hashed name using the parameters of the given NSEC3 RR
|