Searched refs:computed (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-object-size.c67 /* Bitmaps what object sizes have been computed already. */
68 static bitmap computed[4]; variable
344 if (!bitmap_bit_p (computed[object_size_type], SSA_NAME_VERSION (ptr)))
367 can be computed. osi.reexamine bitmap at the end will
376 increased or all object sizes are computed. */
432 bitmap_set_bit (computed[object_size_type], i);
652 if (bitmap_bit_p (computed[object_size_type], varno))
763 bitmap_set_bit (computed[object_size_type], varno);
800 bitmap_set_bit (computed[osi->object_size_type], *sp);
960 computed[object_size_typ
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.linker.mk90 # hash key computed above.
H A Dbsd.compiler.mk191 # hash key computed above.
H A Dsys.mk104 # This needs to be done early - before .PATH is computed
H A Ddirdeps.mk637 # we can skip :tA since we computed the path above
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1565 // gets computed margin-right based on width of container. For more
6532 get: function( elem, computed ) {
6533 if ( computed ) {
6608 // If a hook was provided get the non-computed value from there
6631 // If a hook was provided get the computed value from there
6635 // Otherwise, if a way to get the computed value exists, use that
6665 get: function( elem, computed, extra ) {
6668 if ( computed ) {
6699 get: function( elem, computed ) {
6701 return ropacity.test( (computed
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h3334 unsigned int computed;
3352 computed = coff_compute_checksum (abfd);
3354 checksum = computed + pelength;
3333 unsigned int computed; local
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk724 # we can skip :tA since we computed the path above
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql439 computed. */
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c987 for outgoing arguments will be computed and placed into the variable
4509 sse_prologue_save insn template that produces computed jump across
5428 /* Fill structure ix86_frame about frame of currently computed function. */
17413 (plus soft-fp const_int). Which can only be computed into general
17818 cost has been computed, and false if subexpressions should be
18518 x86_field_alignment (tree field, int computed)
18524 return computed;
18530 return MIN (32, computed);
18531 return computed;
18487 x86_field_alignment(tree field, int computed) argument
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c2649 rs6000_special_round_type_align (tree type, unsigned int computed,
2652 unsigned int align = MAX (computed, specified);
18791 cost has been computed, and false if subexpressions should be
2641 rs6000_special_round_type_align(tree type, unsigned int computed, unsigned int specified) argument

Completed in 390 milliseconds