Home
last modified time | relevance | path

Searched refs:more (Results 76 – 100 of 7396) sorted by relevance

12345678910>>...296

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgdb_mbuild.sh39 -v Be more (and more, and more) verbose.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgdb_mbuild.sh39 -v Be more (and more, and more) verbose.
/netbsd/external/gpl2/grep/dist/src/
H A Dansi2knr.c220 char *more; local
298 more = ++line;
303 switch ( *skipspace(more, 1) )
308 fputs(more, out);
319 strcpy(buf, more);
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DMeetupGuidelines.rst21 arnaud.degrandmaison@llvm.org for more details.
25 organizers. This is more motivating as an organizer, and this makes the
26 meetup more resilient over time.
28 a hackathon/workshop, or a 'mini-conference' with one or more talks. You do
42 very active on them, you may reach more interested people using the mailing
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dsp-pc-validations-bad-t-v8a.l3 [^:]*:27: IT blocks containing more than one conditional instruction are performance deprecated in …
9 [^:]*:29: IT blocks containing more than one conditional instruction are performance deprecated in …
15 [^:]*:31: IT blocks containing more than one conditional instruction are performance deprecated in …
21 [^:]*:33: IT blocks containing more than one conditional instruction are performance deprecated in …
27 [^:]*:35: IT blocks containing more than one conditional instruction are performance deprecated in …
33 [^:]*:39: IT blocks containing more than one conditional instruction are performance deprecated in …
39 [^:]*:43: IT blocks containing more than one conditional instruction are performance deprecated in …
45 [^:]*:45: IT blocks containing more than one conditional instruction are performance deprecated in …
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dsp-pc-validations-bad-t-v8a.l3 [^:]*:27: IT blocks containing more than one conditional instruction are performance deprecated in …
9 [^:]*:29: IT blocks containing more than one conditional instruction are performance deprecated in …
15 [^:]*:31: IT blocks containing more than one conditional instruction are performance deprecated in …
21 [^:]*:33: IT blocks containing more than one conditional instruction are performance deprecated in …
27 [^:]*:35: IT blocks containing more than one conditional instruction are performance deprecated in …
33 [^:]*:39: IT blocks containing more than one conditional instruction are performance deprecated in …
39 [^:]*:43: IT blocks containing more than one conditional instruction are performance deprecated in …
45 [^:]*:45: IT blocks containing more than one conditional instruction are performance deprecated in …
/netbsd/distrib/amd64/ramdisks/common/
H A Dlist.ramdisk51 # PROG usr/bin/less usr/bin/more
52 # PROG usr/bin/more usr/bin/less
63 # SPECIAL more srcdir distrib/utils/more
/netbsd/distrib/i386/ramdisks/common/
H A Dlist.ramdisk51 # PROG usr/bin/less usr/bin/more
52 # PROG usr/bin/more usr/bin/less
63 # SPECIAL more srcdir distrib/utils/more
/netbsd/doc/roadmaps/
H A Dstorage88 because it runs faster, this happens more often and with more data.
96 more recently; e.g. PR 50725, and 45676. Still, it might be the best
98 in netbsd-8, and more work is planned.
108 form found today in FreeBSD) -- this code is even more complicated
110 that it's any more robust either. However, it would solve the stale
166 should really just be a checkbox item in sysinst, or not much more
206 more drivers.
253 a number of things; more flexible chroots, for example, and also
254 potentially more efficient pkgsrc builds. dholland thought up a
362 glue layer that it uses, in order to keep it more current.
[all …]
/netbsd/external/bsd/lutok/dist/
H A Dstate.cpp89 const int more = lua_next(state, -2) != 0; in protected_next() local
90 lua_pushboolean(state, more); in protected_next()
91 return more ? 3 : 1; in protected_next()
561 const bool more = lua_toboolean(_pimpl->lua_state, -1); in next() local
563 if (more) in next()
567 return more; in next()
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_authorize_localname.c78 int more = -1; in attr_authorize_localname() local
83 while (more != 0 && major_status != GSS_S_COMPLETE) { in attr_authorize_localname()
96 &more); in attr_authorize_localname()
H A Dgss_get_name_attribute.c45 int *more) in gss_get_name_attribute() argument
75 more); in gss_get_name_attribute()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddwarf2asm.c687 int byte, more; in dw2_asm_output_data_sleb128_raw() local
693 more = !((value == 0 && (byte & 0x40) == 0) in dw2_asm_output_data_sleb128_raw()
695 if (more) in dw2_asm_output_data_sleb128_raw()
699 if (!more) in dw2_asm_output_data_sleb128_raw()
728 int more, byte; in dw2_asm_output_data_sleb128() local
738 more = !((work == 0 && (byte & 0x40) == 0) in dw2_asm_output_data_sleb128()
740 if (more) in dw2_asm_output_data_sleb128()
746 if (more) in dw2_asm_output_data_sleb128()
752 while (more); in dw2_asm_output_data_sleb128()
H A Ddwarf2asm.cc733 int byte, more; in dw2_asm_output_data_sleb128_raw() local
739 more = !((value == 0 && (byte & 0x40) == 0) in dw2_asm_output_data_sleb128_raw()
741 if (more) in dw2_asm_output_data_sleb128_raw()
745 if (!more) in dw2_asm_output_data_sleb128_raw()
774 int more, byte; in dw2_asm_output_data_sleb128() local
784 more = !((work == 0 && (byte & 0x40) == 0) in dw2_asm_output_data_sleb128()
786 if (more) in dw2_asm_output_data_sleb128()
792 if (more) in dw2_asm_output_data_sleb128()
798 while (more); in dw2_asm_output_data_sleb128()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2asm.c687 int byte, more; in dw2_asm_output_data_sleb128_raw() local
693 more = !((value == 0 && (byte & 0x40) == 0) in dw2_asm_output_data_sleb128_raw()
695 if (more) in dw2_asm_output_data_sleb128_raw()
699 if (!more) in dw2_asm_output_data_sleb128_raw()
728 int more, byte; in dw2_asm_output_data_sleb128() local
738 more = !((work == 0 && (byte & 0x40) == 0) in dw2_asm_output_data_sleb128()
740 if (more) in dw2_asm_output_data_sleb128()
746 if (more) in dw2_asm_output_data_sleb128()
752 while (more); in dw2_asm_output_data_sleb128()
/netbsd/distrib/utils/more/
H A DMakefile6 PROG= more
19 ${.CURDIR}/more.help ${DESTDIR}/usr/share/misc
/netbsd/usr.bin/crunch/
H A DREADME10 * The prototype awk script has been replaced by a more capable and
11 hopefully more robust C program.
45 on its own boot floppy). A more reasonable subset can be made to fit
63 The crunchgen(1) and crunchide(1) man pages have more details on using
74 crunch 0.1, and for pressing me to make the prototype more useable.
/netbsd/external/gpl2/gmake/dist/
H A Dansi2knr.c241 char *more; local
319 more = ++line;
324 switch ( *skipspace(ppdirforward(more), 1) )
329 fputs(more, out);
340 strcpy(buf, more);
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DChangeLog175 * doxygen.c: add more groups
563 more.
721 * ks_p11.c: add more mechtypes
783 * print.c: Add some more \n's.
1347 * collector.c: No more EINVAL.
1393 * Makefile.am: Add more files.
1597 * ks_p11.c: add more mechflags
1675 * ks_p11.c: Catch more errors.
1769 * name.c: Expose more of Name.
2068 * TODO: more stuff
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DREADME.txt11 For more information on WebAssembly itself, see the home page:
19 wasi-sdk provides a more minimal C/C++ SDK based on clang, llvm and a libc based
29 For more information, see:
116 Many cases of irreducible control flow could be transformed more optimally
125 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
169 turns out to be unneeded, so one could either approach this by being more
/netbsd/sys/lib/libkern/arch/m68k/
H A Dskpc.S57 jne Lskdone | keep going til no more or zero
61 dbne %d0,Lskloop | keep going til no more or zero
/netbsd/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DSolaris1057 more="
107 for i in $more; do
H A DSolaris857 more="
101 for i in $more; do
/netbsd/external/lgpl3/gmp/dist/mpn/s390_64/
H A DREADME23 for more details.
62 The current code is 4-way unrolled. It should be unrolled more, at
69 MLGR on z900 and z990, more sophisticated code would not gain much.
85 clustering is more important.
/netbsd/external/gpl3/gcc/dist/gcc/doc/include/
H A Dfunding.texi13 If you want to have more free software a few years from now, it makes
41 what kind. Some kinds of development make much more long-term
46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
51 assure a steady flow of resources into making more free software.

12345678910>>...296