Home
last modified time | relevance | path

Searched refs:faster (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_hpux.c205 int save_errno = errno, e, pgs = sysconf(_SC_PAGESIZE), faster = 0, repeat; in getentropy_fallback() local
223 faster = 1; in getentropy_fallback()
226 faster = 0; in getentropy_fallback()
260 if (!faster) { in getentropy_fallback()
H A Dgetentropy_solaris.c241 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
257 faster = 1; in getentropy_fallback()
260 faster = 0; in getentropy_fallback()
286 if (!faster) { in getentropy_fallback()
H A Dgetentropy_aix.c201 int save_errno = errno, e, pgs = sysconf(_SC_PAGESIZE), faster = 0, repeat; in getentropy_fallback() local
223 faster = 1; in getentropy_fallback()
226 faster = 0; in getentropy_fallback()
266 if (!faster) { in getentropy_fallback()
H A Dgetentropy_osx.c208 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
231 faster = 1; in getentropy_fallback()
234 faster = 0; in getentropy_fallback()
279 if (!faster) { in getentropy_fallback()
H A Dgetentropy_linux.c322 int save_errno = errno, e, pgs = getpagesize(), faster = 0, repeat; in getentropy_fallback() local
337 faster = 1; in getentropy_fallback()
340 faster = 0; in getentropy_fallback()
365 if (!faster) { in getentropy_fallback()
/openbsd/games/tetris/
H A Dtetris.h148 #define faster() (fallrate -= fallrate / 3000000) macro
H A Dinput.c134 faster(); /* go faster */ in tgetchar()
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/
H A D.travis.yml30 # Use new Travis stack, should be faster
/openbsd/gnu/llvm/lld/docs/
H A Dindex.rst5 for system linkers and runs much faster than them. It also provides
74 As you can see, lld is significantly faster than GNU linkers.
133 Noticed that the new linker is much faster than the MSVC linker.
141 that the linker was faster than the GNU linkers, but we weren't sure
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A DREADME17 job, but makeinfo is faster and gives better error messages.
/openbsd/sys/arch/sparc64/sparc64/
H A Dbusop_c.in51 ++c; /* Looping on "--c" is slightly faster than on "c--" */
76 ++c; /* Looping on "--c" is slightly faster than on "c--" */
99 ++c; /* Looping on "--c" is slightly faster than on "c--" */
/openbsd/usr.bin/file/magdir/
H A Dsinclair18 # reliably and faster...)
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DREADME.txt50 with the Y register, if they are faster.
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPackageName.pod59 alternate interface that is faster when lots of look ups are involved.
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dlb1spl.asm103 ! ??? This routine could be made faster if was optimized, and if it was
178 ! ??? This routine could be made faster if was optimized, and if it was
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spl.asm103 ! ??? This routine could be made faster if was optimized, and if it was
178 ! ??? This routine could be made faster if was optimized, and if it was
/openbsd/sys/kern/
H A Dsched_bsd.c591 goto faster; in setperf_auto()
628 faster: in setperf_auto()
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlfaq.pod391 See the next question on ``How can I make my Perl program run faster?''
393 =head2 How can I make my Perl program run faster?
401 fails consider just buying faster hardware.
503 faster or smaller, a CGI program has additional issues. It may be run
536 faster than normal CGI Perl when running in persistent Perl mode or 4
537 to 5 times faster without any modification to your existing CGI
586 code will run very much faster. That's because except for lucky cases
590 compilation time, leaving execution no more than 10-30% faster. A few
592 faster), but this takes some tweaking of your code.
606 faster, more portable, or more secure. In fact, it can make your
H A Dperlfaqo.txt140 See the next question on ``How can I make my Perl program run faster?''
141 How can I make my Perl program run faster?
142 …hms instead of microtuning your code, and when all else fails consider just buying faster hardware.
168 Beyond the normal measures described to make general Perl programs faster or smaller, a CGI program…
174 … running programs up to 25 times faster than normal CGI Perl when running in persistent Perl mode …
183faster. That's because except for lucky cases where a lot of native type inferencing is possible, …
185 In general, the compiler will do nothing to make a Perl program smaller, faster, more portable, or …
/openbsd/gnu/usr.bin/binutils/bfd/
H A DREADME34 Use mmap when accessing files. This is faster on some hosts,
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DREADME34 Use mmap when accessing files. This is faster on some hosts,
/openbsd/sys/dev/pci/drm/i915/
H A DTODO.txt12 - There's a lot of complexity added past few years to make relocations faster.
/openbsd/usr.sbin/unbound/
H A DREADME.md30 builtin alternative is equally capable and a little faster.
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dclass.t44 # constructing these objects here makes the last test loop go much faster
/openbsd/gnu/llvm/lld/docs/MachO/
H A Dindex.rst5 for system linkers and runs much faster than them. It also provides

12345678910>>...14