Home
last modified time | relevance | path

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

123456

/freebsd-12.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-12.1/contrib/gcclibs/libdecnumber/
H A Dconfig.in54 /* The size of a `char', as computed by sizeof. */
57 /* The size of a `int', as computed by sizeof. */
60 /* The size of a `long', as computed by sizeof. */
63 /* The size of a `short', as computed by sizeof. */
66 /* The size of a `void *', as computed by sizeof. */
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dconfig.h.in97 /* The size of a `char', as computed by sizeof. */
100 /* The size of a `int', as computed by sizeof. */
103 /* The size of a `long', as computed by sizeof. */
106 /* The size of a `short', as computed by sizeof. */
109 /* The size of a `void *', as computed by sizeof. */
/freebsd-12.1/gnu/usr.bin/binutils/libbfd/
H A Dconfig.h.fbsd249 /* The size of a `char', as computed by sizeof. */
252 /* The size of a `int', as computed by sizeof. */
255 /* The size of a `long', as computed by sizeof. */
258 /* The size of a `long long', as computed by sizeof. */
261 /* The size of a `off_t', as computed by sizeof. */
264 /* The size of a `short', as computed by sizeof. */
267 /* The size of a `void *', as computed by sizeof. */
/freebsd-12.1/contrib/binutils/bfd/
H A Dconfig.in246 /* The size of a `char', as computed by sizeof. */
249 /* The size of a `int', as computed by sizeof. */
252 /* The size of a `long', as computed by sizeof. */
255 /* The size of a `long long', as computed by sizeof. */
258 /* The size of a `off_t', as computed by sizeof. */
261 /* The size of a `short', as computed by sizeof. */
264 /* The size of a `void *', as computed by sizeof. */
/freebsd-12.1/contrib/gcc/
H A Dtree-object-size.c68 static bitmap computed[4]; variable
344 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr))) in compute_builtin_object_size()
432 bitmap_set_bit (computed[object_size_type], i); in compute_builtin_object_size()
652 if (bitmap_bit_p (computed[object_size_type], varno)) in collect_object_sizes_for()
763 bitmap_set_bit (computed[object_size_type], varno); in collect_object_sizes_for()
800 bitmap_set_bit (computed[osi->object_size_type], *sp); in check_for_plus_in_loops_1()
960 computed[object_size_type] = BITMAP_ALLOC (NULL); in init_object_sizes()
977 BITMAP_FREE (computed[object_size_type]); in fini_object_sizes()
H A DLANGUAGES39 Accordingly, when such values are computed / initialized, care has to
H A Dconfig.in1260 /* The size of a `int', as computed by sizeof. */
1266 /* The size of a `long', as computed by sizeof. */
1272 /* The size of a `long long', as computed by sizeof. */
1278 /* The size of a `short', as computed by sizeof. */
1284 /* The size of a `void *', as computed by sizeof. */
1290 /* The size of a `__int64', as computed by sizeof. */
/freebsd-12.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-12.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-12.1/contrib/gcc/doc/
H A Dcfg.texi280 @item computed jumps
281 @cindex computed jump
285 The edges used to represent computed jumps often cause compile time
287 and many computed jumps may have @emph{very} dense flow graphs, so
290 graphs by factoring computed jumps. For example, given the following
305 factoring the computed jumps results in the following code sequence
324 computed jumps are un-factored in the later passes of the compiler.
327 unfactored computed jumps caused some serious headaches.
441 directly represented, but it may be easily computed from frequencies
637 @code{REG_UNUSED} notes representing that the value computed by the
/freebsd-12.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-12.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-12.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-12.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>,
/freebsd-12.1/contrib/apr/include/arch/unix/
H A Dapr_private.h.in755 /* The size of `char', as computed by sizeof. */
761 /* The size of `int', as computed by sizeof. */
764 /* The size of `long', as computed by sizeof. */
767 /* The size of `long long', as computed by sizeof. */
776 /* The size of `short', as computed by sizeof. */
788 /* The size of `void*', as computed by sizeof. */
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dconfig.in243 /* The size of a `int', as computed by sizeof. */
246 /* The size of a `long', as computed by sizeof. */
/freebsd-12.1/contrib/ntp/
H A Dconfig.h.in1525 /* The size of `char *', as computed by sizeof. */
1528 /* The size of `int', as computed by sizeof. */
1531 /* The size of `long', as computed by sizeof. */
1534 /* The size of `long long', as computed by sizeof. */
1537 /* The size of `pthread_t', as computed by sizeof. */
1540 /* The size of `short', as computed by sizeof. */
1543 /* The size of `signed char', as computed by sizeof. */
1546 /* The size of `time_t', as computed by sizeof. */
/freebsd-12.1/contrib/gperf/
H A DNEWS49 computed depending on the set of keywords.
/freebsd-12.1/contrib/binutils/ld/
H A Dconfig.in124 /* The size of a `long', as computed by sizeof. */
/freebsd-12.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-12.1/contrib/gcc/config/s390/
H A Ds390-modes.def137 They are used when multi word numbers are computed dealing one SImode part after
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt183 # Functions that produce an output that is computed from the input, but is not
/freebsd-12.1/crypto/openssl/doc/man1/
H A Drsautl.pod200 and its digest computed with:

123456