Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-13.1/contrib/bearssl/T0/
H A DWordInterpreted.cs247 SType computed; in AnalyseFlow()
249 computed = new SType(-maxDepth, -1); in AnalyseFlow()
251 computed = new SType(-maxDepth, -maxDepth + exitSA); in AnalyseFlow()
255 if (!computed.IsSubOf(StackEffect)) { in AnalyseFlow()
260 Name, computed.ToString(), in AnalyseFlow()
264 StackEffect = computed; in AnalyseFlow()
/freebsd-13.1/contrib/kyua/utils/
H A Denv_test.cpp106 const optional< fs::path > computed = utils::get_home(); in ATF_TEST_CASE_BODY() local
107 ATF_REQUIRE(computed); in ATF_TEST_CASE_BODY()
108 ATF_REQUIRE_EQ(home, computed.get()); in ATF_TEST_CASE_BODY()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dconfig.h.in422 /* The size of `int', as computed by sizeof. */
425 /* The size of `long', as computed by sizeof. */
428 /* The size of `long long', as computed by sizeof. */
431 /* The size of `off_t', as computed by sizeof. */
434 /* The size of `pthread_t', as computed by sizeof. */
437 /* The size of `short', as computed by sizeof. */
440 /* The size of `size_t', as computed by sizeof. */
443 /* The size of `void *', as computed by sizeof. */
/freebsd-13.1/contrib/libevent/
H A Dconfig.h.in431 /* The size of `int', as computed by sizeof. */
434 /* The size of `long', as computed by sizeof. */
437 /* The size of `long long', as computed by sizeof. */
440 /* The size of `off_t', as computed by sizeof. */
443 /* The size of `pthread_t', as computed by sizeof. */
446 /* The size of `short', as computed by sizeof. */
449 /* The size of `size_t', as computed by sizeof. */
452 /* The size of `void *', as computed by sizeof. */
/freebsd-13.1/crypto/openssl/doc/man3/
H A DDH_size.pod22 computed by L<DH_compute_key(3)>.
H A DRSA_padding_add_PKCS1_type_1.pod139 which was computed by RSA_private_decrypt() with B<RSA_NO_PADDING>,
H A DECDSA_SIG_new.pod105 B<dgst> using the private EC key B<eckey> and the optional pre-computed values
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfig.h.in790 /* The size of `char *', as computed by sizeof. */
793 /* The size of `int', as computed by sizeof. */
796 /* The size of `long', as computed by sizeof. */
799 /* The size of `long long', as computed by sizeof. */
802 /* The size of `pthread_t', as computed by sizeof. */
805 /* The size of `short', as computed by sizeof. */
808 /* The size of `signed char', as computed by sizeof. */
811 /* The size of `time_t', as computed by sizeof. */
/freebsd-13.1/contrib/tzdata/
H A Dleap-seconds.list103 # timestamps computed as follows:
163 # corresponding to the NTP time stamp, X, can be computed as
242 # hash value of the data in this file computed
246 # computed. Note that the hash computation
/freebsd-13.1/usr.sbin/ntp/ntpd/
H A Dleap-seconds103 # timestamps computed as follows:
163 # corresponding to the NTP time stamp, X, can be computed as
242 # hash value of the data in this file computed
246 # computed. Note that the hash computation
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/bridge/
H A Dti,tfp410.yaml27 through the DK[3:1] pins. The de-skew multiplier is computed as
/freebsd-13.1/contrib/apr/include/arch/unix/
H A Dapr_private.h.in824 /* The size of `char', as computed by sizeof. */
830 /* The size of `int', as computed by sizeof. */
833 /* The size of `long', as computed by sizeof. */
836 /* The size of `long long', as computed by sizeof. */
845 /* The size of `short', as computed by sizeof. */
857 /* The size of `void*', as computed by sizeof. */
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in1531 /* The size of `char *', as computed by sizeof. */
1534 /* The size of `int', as computed by sizeof. */
1537 /* The size of `long', as computed by sizeof. */
1540 /* The size of `long long', as computed by sizeof. */
1543 /* The size of `pthread_t', as computed by sizeof. */
1546 /* The size of `short', as computed by sizeof. */
1549 /* The size of `signed char', as computed by sizeof. */
1552 /* The size of `time_t', as computed by sizeof. */
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc23 // they require error estimations to be computed separately due to larger
135 // rounding, so error estimations have to be computed taking the selected
359 // It is re-computed on denormal path that is expected to be not so
/freebsd-13.1/contrib/kyua/m4/
H A Dmemory.m485 dnl cache variable names. This should be automatically computed with
/freebsd-13.1/crypto/openssh/
H A DPROTOCOL.certkeys215 signature is computed over all preceding fields from the initial string
216 up to, and including the signature key. Signatures are computed and
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def71 // computed. (We still either need to regenerate kill flags after regalloc, or
/freebsd-13.1/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst128 VMA is computed to be the same as the previous difference.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td138 // The depth argument will be computed in CFGStackify. We set it to 0 here for
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A DTODO99 If we've recently computed a node's fulltext, we might want to keep
/freebsd-13.1/crypto/openssl/doc/man1/
H A Drsautl.pod200 and its digest computed with:
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td186 // inputs to this intrinsic, computed values cannot be used.
1586 // the source value is computed as if the entire program were executed in WQM.
1592 // is computed as if the entire program were executed in WQM if any other
1618 // with the guarantee that the source value is computed as if the entire
1639 // computed in WQM.
/freebsd-13.1/contrib/bearssl/src/x509/
H A Dx509_minimal.t068 * resulting hash value is computed and then copied into the
78 * resulting hash value is computed into the pad. It is then processed:
135 * function is computed and stored in tbs_hash[] (if not supported,
634 \ Read a DN for the EE. The normalized DN hash is computed and stored in the
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.js6532 get: function( elem, computed ) { argument
6533 if ( computed ) {
6665 get: function( elem, computed, extra ) { argument
6668 if ( computed ) {
6699 get: function( elem, computed ) { argument
6701 …return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filte…
6703 computed ? "1" : "";
6743 get: function( elem, computed ) { argument
6748 if ( computed ) {
/freebsd-13.1/sys/contrib/zlib/doc/
H A Drfc1952.txt421 uncompressed data computed according to CRC-32 algorithm
608 /* Flag: has the table been computed? Initially false. */

123