| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Version.pm | 126 my $better = sprintf "v%vd", $n; 127 CPAN->debug("n[$n] better[$better]") if $CPAN::DEBUG; 128 return $better;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | README.txt | 35 9. Since almost all instructions set flags - implement brcond / select in better 38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td) 40 11. Implement hooks for better memory op folding, etc.
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | bench.t | 609 Higher is better: for example, using half as many instructions gives 200%, 639 Higher is better: for example, using half as many instructions gives 200%, 669 Higher is better: for example, using half as many instructions gives 200%, 778 Higher is better: for example, using half as many instructions gives 200%, 792 Higher is better: for example, using half as many instructions gives 200%, 806 Higher is better: for example, using half as many instructions gives 200%, 820 Higher is better: for example, using half as many instructions gives 200%,
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | kvhslice.t | 51 qr/^\%h\{\.\.\.\} in scalar context better written as \$h\{\.\.\.\}/); 57 qr/^\%h\{"i"\} in scalar context better written as \$h\{"i"\}/); 151 qr{^%h\{"a"\} in scalar context better written as \$h\{"a"\}},
|
| H A D | kvaslice.t | 51 qr/^\%a\[\.\.\.\] in scalar context better written as \$a\[\.\.\.\]/); 56 like ($warn[1], qr/^\%a\[5\] in scalar context better written as \$a\[5\]/);
|
| /openbsd-src/games/backgammon/teachgammon/ |
| H A D | tutor.c | 35 static const char better[] = "That is a legal move, but there is a better one.\n"; variable 77 addstr(better); in tutor()
|
| /openbsd-src/usr.sbin/ospfd/ |
| H A D | rde_spf.c | 868 int better = 0, equal = 0; in rt_update() local 896 better = 1; in rt_update() 898 better = 1; in rt_update() 904 better = 1; in rt_update() 912 better = 1; in rt_update() 918 better = 1; in rt_update() 922 better = 1; in rt_update() 929 if (better) { in rt_update() 941 if (equal || better) in rt_update()
|
| /openbsd-src/regress/usr.bin/patch/ |
| H A D | t19.out | 1 better data
|
| H A D | t19.diff | 7 +better data
|
| /openbsd-src/usr.sbin/ospf6d/ |
| H A D | rde_spf.c | 990 int better = 0, equal = 0; in rt_update() local 1021 better = 1; in rt_update() 1023 better = 1; in rt_update() 1029 better = 1; in rt_update() 1036 better = 1; in rt_update() 1042 better = 1; in rt_update() 1045 better = 1; in rt_update() 1052 if (better) { in rt_update() 1064 if (equal || better) in rt_update()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 000prereq.t | |
| /openbsd-src/gnu/usr.bin/perl/Cross/ |
| H A D | TODO | 1 Provide a better sandbox for building additional XS libraries.
|
| /openbsd-src/gnu/usr.bin/perl/hints/ |
| H A D | mips.sh | 9 NOTE: Some people have reported having much better luck with Mips CC than
|
| /openbsd-src/gnu/llvm/llvm/utils/kate/ |
| H A D | README | 8 this file to ~/.kde/share/apps/katepart/syntax (or better yet, symlink it).
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | index.rst | 41 configure that pipeline to better suit their needs. 95 to SelectionDAG in the worst case should enable better amortized performance
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | ChangeLog.fsf | 44 <bradf@wv.MENTORG.COM>); handle index,rindex,bcmp,bzero better 55 better getdate.c tests (also from Brad Figg)
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
| H A D | README | 17 job, but makeinfo is faster and gives better error messages.
|
| /openbsd-src/gnu/usr.bin/cvs/emx/ |
| H A D | README | 16 better rshd for OS/2, please let us know!) 37 in case it is useful for future reference (we're probably better off
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | README.txt | 91 If we can spare the registers, it would be better to use fldm and fstm here. 169 fmdrr instruction. It would have been better had the fmdrr been scheduled 204 Instead of a stmia, ldmia, and a ldr, wouldn't it be better to do three moves? 250 be ldmia / stmia. I think option 2 is better but the current register 261 We can definitely do a better job on BB placements to eliminate some branches. 323 operand. In some cases, perhaps it might be better to load the value from a 328 GCC generates significantly better code for this function. 543 It would be better to do something like this, to fold the shift into the 623 Something like the following would be better (fewer instructions/registers):
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | frontends.texi | 63 that you get better object code, and better debugging information. The
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | CHANGES | 24 h. Fixed the prompt display code to work better when the application has a 105 h. The completion code now attempts to do a better job of preserving the 118 l. Fixed the vi-mode code to use a better method to determine the bounds of 121 m. Fixed the defines in chardefs.h to work better when chars are signed. 191 i. The control character detection code now works better on systems where 347 l. Some fixes were made to the redisplay code for better operation on MS-DOS. 441 better support Win32 systems. 454 k. Fixes to rl_yank_last_arg to make it behave better. 557 better security. 560 is done better. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/ |
| H A D | typemap | 46 /* better would be for .dptr to be const char * */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | private-2.m | 23 /* FIXME: I wonder if the warnings shouldn't be better generated
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| H A D | README | 16 We'll do better now.
|
| /openbsd-src/gnu/usr.bin/perl/dist/encoding-warnings/ |
| H A D | Changes | 36 "use encoding" better. Prompted by Ton Hospel.
|