| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | lock_verify.c | 79 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 D | lib1asmsrc-newlib.S | 42 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 D | lib1asmsrc-newlib.S | 42 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 D | tree-ssa-phiopt.c | 1379 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 D | znew | 23 smaller () { function 64 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-phiopt.cc | 1762 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 D | cmp.c | 374 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 D | insert_fn_imps.hpp | 240 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 D | insert_fn_imps.hpp | 240 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 D | t14.out | 9 /: <pre>Use smaller requests</pre>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 97 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 D | INSTALL_IPAQ | 16 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
| /netbsd-src/sys/arch/hpcmips/conf/ |
| H A D | INSTALL_TX3912 | 18 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
| /netbsd-src/sys/arch/cobalt/conf/ |
| H A D | RAMDISK | 15 makeoptions COPTS="-Os -mmemcpy" # generates smaller code than -O2, -O1
|
| /netbsd-src/common/lib/libc/arch/or1k/gen/ |
| H A D | mulsi3.S | 50 l.bf .Lloop # yes, r6 already has smaller value,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A 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,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A 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,
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | README.wc | 4 the size of a standalone lfs will be substantially smaller than the
|
| /netbsd-src/sys/arch/evbppc/conf/ |
| H A D | INSTALL.inc | 5 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| H A D | riscv.opt | 84 -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 D | bpabi-v6m.S | 198 @ 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 D | bpabi-v6m.S | 198 @ 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 D | INSTALL | 13 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-lib.rst | 28 members. These files are much smaller, but are not compatible with
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/javadoc2/ |
| H A D | stylesheet.css | 18 /* Example of smaller, sans-serif font in frames */
|