Home
last modified time | relevance | path

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

12345678910>>...47

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dlock_verify.c79 rbtree_type* smaller; member
195 o->smaller = rbtree_create(order_lock_cmp); in read_create()
204 free(o->smaller); in read_create()
219 o->smaller = rbtree_create(order_lock_cmp); in insert_lock()
254 if(!rbtree_insert(now->smaller, &ref->node)) { in read_lock()
344 RBTREE_FOR(ref, struct lock_ref*, visit->lock->smaller) { in search_cycle()
407 if(o->smaller) { in delnode()
408 traverse_postorder(o->smaller, &dellockref, NULL); in delnode()
409 free(o->smaller); in delnode()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlib1asmsrc-newlib.S42 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
93 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
139 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
177 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlib1asmsrc-newlib.S42 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
93 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
139 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
177 slt $r3, $r1, $r0 ! test if dividend is smaller than or equal to divisor
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-phiopt.c1379 tree smaller, alt_smaller, larger, alt_larger, arg_true, arg_false; in minmax_replacement() local
1417 smaller = gimple_cond_lhs (cond); in minmax_replacement()
1446 smaller = rhs; in minmax_replacement()
1450 if (TREE_CODE (smaller) == INTEGER_CST in minmax_replacement()
1451 && INTEGRAL_TYPE_P (TREE_TYPE (smaller))) in minmax_replacement()
1456 wide_int alt = wi::add (wi::to_wide (smaller), 1, in minmax_replacement()
1457 TYPE_SIGN (TREE_TYPE (smaller)), in minmax_replacement()
1460 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt); in minmax_replacement()
1464 wide_int alt = wi::sub (wi::to_wide (smaller), 1, in minmax_replacement()
1465 TYPE_SIGN (TREE_TYPE (smaller)), in minmax_replacement()
[all …]
/netbsd-src/usr.bin/gzip/
H A Dznew23 smaller () { function
64 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc1762 tree smaller, larger, arg_true, arg_false; in minmax_replacement() local
1800 smaller = gimple_cond_lhs (cond); in minmax_replacement()
1829 smaller = rhs; in minmax_replacement()
1833 if (TREE_CODE (smaller) == INTEGER_CST in minmax_replacement()
1834 && INTEGRAL_TYPE_P (TREE_TYPE (smaller))) in minmax_replacement()
1839 wide_int alt = wi::add (wi::to_wide (smaller), 1, in minmax_replacement()
1840 TYPE_SIGN (TREE_TYPE (smaller)), in minmax_replacement()
1843 alt_smaller = wide_int_to_tree (TREE_TYPE (smaller), alt); in minmax_replacement()
1847 wide_int alt = wi::sub (wi::to_wide (smaller), 1, in minmax_replacement()
1848 TYPE_SIGN (TREE_TYPE (smaller)), in minmax_replacement()
[all …]
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcmp.c374 size_t smaller; /* The lesser of `read0' and `read1'. */ in cmp() local
452 smaller = MIN (read0, read1); in cmp()
454 if (first_diff < smaller) in cmp()
534 while (first_diff < smaller); in cmp()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp240 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
242 if (smaller) in modify()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dinsert_fn_imps.hpp240 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
242 if (smaller) in modify()
/netbsd-src/libexec/httpd/testsuite/
H A Dt14.out9 /: <pre>Use smaller requests</pre>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DREADME.txt97 It could be done with a smaller encoding like this:
110 Small indices may use smaller encodings than large indices.
112 according to their usage frequency to maximize the usage of smaller encodings.
/netbsd-src/sys/arch/hpcarm/conf/
H A DINSTALL_IPAQ16 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
/netbsd-src/sys/arch/hpcmips/conf/
H A DINSTALL_TX391218 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
/netbsd-src/sys/arch/cobalt/conf/
H A DRAMDISK15 makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1
/netbsd-src/common/lib/libc/arch/or1k/gen/
H A Dmulsi3.S50 l.bf .Lloop # yes, r6 already has smaller value,
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A 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,
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A 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,
/netbsd-src/sys/ufs/lfs/
H A DREADME.wc4 the size of a standalone lfs will be substantially smaller than the
/netbsd-src/sys/arch/evbppc/conf/
H A DINSTALL.inc5 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.opt84 -msmall-data-limit=N Put global and static data smaller than <number> bytes into a special section …
88 Use smaller but slower prologue and epilogue code.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dbpabi-v6m.S198 @ that the first operand was smaller than the second.
279 @ that the first operand was smaller than the second.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dbpabi-v6m.S198 @ that the first operand was smaller than the second.
279 @ that the first operand was smaller than the second.
/netbsd-src/sys/arch/sparc64/conf/
H A DINSTALL13 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-lib.rst28 members. These files are much smaller, but are not compatible with
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/javadoc2/
H A Dstylesheet.css18 /* Example of smaller, sans-serif font in frames */

12345678910>>...47