| /freebsd-9-stable/contrib/gcc/ |
| D | conflict.c | 79 int smaller; member 129 return CONFLICT_HASH_FN (arc->smaller, arc->larger); in arc_hash() 141 return arc1->smaller == arc2->smaller && arc1->larger == arc2->larger; in arc_eq() 185 int smaller = MIN (reg1, reg2); in conflict_graph_add() local 194 dummy.smaller = smaller; in conflict_graph_add() 208 arc->smaller = smaller; in conflict_graph_add() 212 arc->smaller_next = graph->neighbor_heads[smaller]; in conflict_graph_add() 213 graph->neighbor_heads[smaller] = arc; in conflict_graph_add() 231 arc.smaller = MIN (reg1, reg2); in conflict_graph_conflict_p() 248 if ((*enum_fn) (arc->smaller, arc->larger, extra)) in conflict_graph_enum() [all …]
|
| D | tree-ssa-phiopt.c | 630 tree smaller, larger, arg_true, arg_false; in minmax_replacement() local 647 smaller = TREE_OPERAND (cond, 0); in minmax_replacement() 652 smaller = TREE_OPERAND (cond, 1); in minmax_replacement() 684 if (operand_equal_for_phi_arg_p (arg_true, smaller) in minmax_replacement() 695 else if (operand_equal_for_phi_arg_p (arg_false, smaller) in minmax_replacement() 748 if (operand_equal_for_phi_arg_p (op0, smaller)) in minmax_replacement() 750 else if (operand_equal_for_phi_arg_p (op1, smaller)) in minmax_replacement() 760 else if (operand_equal_for_phi_arg_p (arg_false, smaller)) in minmax_replacement() 782 bound, smaller))) in minmax_replacement() 807 if (operand_equal_for_phi_arg_p (op0, smaller)) in minmax_replacement() [all …]
|
| D | machmode.def | 121 and modes smaller than one byte (if CLASS is INT) or smaller 127 corresponding complex modes. Modes smaller than one byte
|
| /freebsd-9-stable/usr.bin/gzip/ |
| D | znew | 24 smaller () { 64 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
|
| /freebsd-9-stable/contrib/diff/src/ |
| D | cmp.c | 376 size_t smaller; /* The lesser of `read0' and `read1'. */ in cmp() local 454 smaller = MIN (read0, read1); in cmp() 456 if (first_diff < smaller) in cmp() 534 while (first_diff < smaller); in cmp()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZCallingConv.td | 46 // The convention is that true integer arguments that are smaller 48 // are smaller than 64 bits shouldn't.
|
| /freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
| D | insert_fn_imps.hpp | 280 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local 284 if (smaller) in modify()
|
| /freebsd-9-stable/sys/boot/arm/at91/boot0/ |
| D | README | 5 smaller than this and copy themselves to the right location.
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | dtruss_example.txt | 74 hundred smaller programs, which in turn generate thousands of system calls. 101 smaller programs, so now there are plenty more system calls to track,
|
| D | tcpwdist_example.txt | 60 several smaller writes, from 32 to 127 bytes - which corresponds to
|
| D | diskhits_example.txt | 102 file is cached more, the extra events are likely to be much smaller in size -
|
| /freebsd-9-stable/sys/fs/cd9660/ |
| D | TODO.hibler | 9 Unfortunately, if the logical block size is smaller than the page size,
|
| /freebsd-9-stable/contrib/nvi/docs/internals/ |
| D | openmode | 18 line consisting of the smaller of the number of columns in the
|
| /freebsd-9-stable/contrib/texinfo/info/ |
| D | README | 22 the advantages of smaller size, ease of portability, and a built in library
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | RSA_private_encrypt.pod | 48 message digest (which is smaller than B<RSA_size(rsa) -
|
| D | RSA_public_encrypt.pod | 58 smaller than RSA_size(B<rsa>)). B<padding> is the padding mode that
|
| D | BN_mod_mul_montgomery.pod | 53 Note that I<a> must be non-negative and smaller than the modulus.
|
| /freebsd-9-stable/crypto/openssl/doc/ssl/ |
| D | SSL_CTX_set_max_cert_list.pod | 53 Under normal conditions it should never be necessary to set a value smaller
|
| /freebsd-9-stable/contrib/ntp/scripts/monitoring/ |
| D | loopwatch.config.SAMPLE | 74 # limit display (y-axis) to values not smaller than <number>
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | cgen-ibld.in | 143 /* For architectures with insns smaller than the base-insn-bitsize, 301 /* For architectures with insns smaller than the base-insn-bitsize, 447 /* For architectures with insns smaller than the insn-base-bitsize,
|
| /freebsd-9-stable/share/examples/BSD_daemon/ |
| D | README | 40 smaller, simpler version of the beastie eps graphic.
|
| /freebsd-9-stable/contrib/gperf/ |
| D | NEWS | 55 * The generated table is usually much smaller than it was with earlier
|
| /freebsd-9-stable/libexec/bootpd/ |
| D | Problems | 43 segment so each one can have a smaller bootptab. Only one
|
| /freebsd-9-stable/lib/libz/ |
| D | trees.c | 443 #define smaller(tree, n, m, depth) \ macro 463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { 467 if (smaller(tree, v, s->heap[j], s->depth)) break;
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | trees.c | 445 #define smaller(tree, n, m, depth) \ macro 465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { 469 if (smaller(tree, v, s->heap[j], s->depth)) break;
|