Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 25 of 212) sorted by relevance

123456789

/freebsd-9-stable/contrib/gcc/
Dconflict.c79 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 …]
Dtree-ssa-phiopt.c630 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 …]
Dmachmode.def121 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/
Dznew24 smaller () {
64 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
/freebsd-9-stable/contrib/diff/src/
Dcmp.c376 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/
DSystemZCallingConv.td46 // 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_/
Dinsert_fn_imps.hpp280 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/
DREADME5 smaller than this and copy themselves to the right location.
/freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/
Ddtruss_example.txt74 hundred smaller programs, which in turn generate thousands of system calls.
101 smaller programs, so now there are plenty more system calls to track,
Dtcpwdist_example.txt60 several smaller writes, from 32 to 127 bytes - which corresponds to
Ddiskhits_example.txt102 file is cached more, the extra events are likely to be much smaller in size -
/freebsd-9-stable/sys/fs/cd9660/
DTODO.hibler9 Unfortunately, if the logical block size is smaller than the page size,
/freebsd-9-stable/contrib/nvi/docs/internals/
Dopenmode18 line consisting of the smaller of the number of columns in the
/freebsd-9-stable/contrib/texinfo/info/
DREADME22 the advantages of smaller size, ease of portability, and a built in library
/freebsd-9-stable/crypto/openssl/doc/crypto/
DRSA_private_encrypt.pod48 message digest (which is smaller than B<RSA_size(rsa) -
DRSA_public_encrypt.pod58 smaller than RSA_size(B<rsa>)). B<padding> is the padding mode that
DBN_mod_mul_montgomery.pod53 Note that I<a> must be non-negative and smaller than the modulus.
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_max_cert_list.pod53 Under normal conditions it should never be necessary to set a value smaller
/freebsd-9-stable/contrib/ntp/scripts/monitoring/
Dloopwatch.config.SAMPLE74 # limit display (y-axis) to values not smaller than <number>
/freebsd-9-stable/contrib/binutils/opcodes/
Dcgen-ibld.in143 /* 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/
DREADME40 smaller, simpler version of the beastie eps graphic.
/freebsd-9-stable/contrib/gperf/
DNEWS55 * The generated table is usually much smaller than it was with earlier
/freebsd-9-stable/libexec/bootpd/
DProblems43 segment so each one can have a smaller bootptab. Only one
/freebsd-9-stable/lib/libz/
Dtrees.c443 #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/
Dtrees.c445 #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;

123456789