| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | Utility.h | 38 size_t Need = N + CurrentPosition; in grow() local 39 if (Need > BufferCapacity) { in grow() 43 Need += 1024 - 32; in grow() 45 if (BufferCapacity < Need) in grow() 46 BufferCapacity = Need; in grow()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | Utility.h | 38 size_t Need = N + CurrentPosition; in grow() local 39 if (Need > BufferCapacity) { in grow() 43 Need += 1024 - 32; in grow() 45 if (BufferCapacity < Need) in grow() 46 BufferCapacity = Need; in grow()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | in_effect.t | 17 skip('Need at least Perl v5.9.4', 3) if $] < "5.009005"; 39 skip('Need at least Perl v5.9.4', 3) if $] < "5.009005"; 61 skip('Need at least Perl v5.9.4', 3) if $] < "5.009005";
|
| H A D | scope-bigfloat.t | 20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
|
| H A D | scope-bignum.t | 20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
|
| H A D | scope-bigrat.t | 20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
|
| H A D | scope-bigint.t | 20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 2 #error "Need to define function-style macro PCREL_OPT"
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | blit | 18 # Need more values for WE32 DMD executables.
|
| /openbsd-src/lib/libelf/ |
| H A D | libelf_align.c | 54 #error Need the __alignof__ builtin.
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-server/ |
| H A D | BUILD.gn | 29 # dependency cyle. Need to add dep here.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/ |
| H A D | CMakeLists.txt | 19 # Need to match these flags with the runtime.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/t/ |
| H A D | 02_terminal_functions.t | 11 plan skip_all => "Need a terminal to test";
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | tmpdir.t | 13 # Need to cause the %ENV to get populated or you only get the builtins at
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 423 Need = false; in reset() 480 bool Need = false; variable
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/t/ |
| H A D | 001_new.t | 64 like($@, qr/icmp ping requires root privilege/, "Need root for icmp");
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | acinclude.m4 | 76 # Need _noncanonical variables for this.
|
| /openbsd-src/games/boggle/ |
| H A D | README | 8 What You Need
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | PROJECTS | 51 * Need to use a code coverage tool to determine how much the sanity
|
| /openbsd-src/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
| H A D | stat.t | 78 # Need at least 75% of monotonical increase and
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/ |
| H A D | CMakeLists.txt | 36 # Need to rename scan-build to scan-build-py to prevent overwriting
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | unicode.t | 17 plan skip_all => 'Need perlio and perl 5.8+.'
|
| /openbsd-src/distrib/notes/luna88k/ |
| H A D | prep | 2 dnl Need to provide a short monitor description. Start from
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1184 RtCheck.Need = CanDoRT ? RtCheck.getNumberOfChecks() != 0 : MayNeedRTCheck; in canCheckPtrAtRT() 1186 bool CanDoRTIfNeeded = !RtCheck.Need || CanDoRT; in canCheckPtrAtRT() 2177 PtrRtChecking->Need = false; in analyzeLoop() 2427 PtrRtChecking->Need = true; in analyzeLoop() 2460 << (PtrRtChecking->Need ? "" : " don't") in analyzeLoop() 2636 if (PtrRtChecking->Need) in print()
|
| /openbsd-src/regress/sys/net/loop/ |
| H A D | Makefile | 62 @echo Need anchor '"regress"' in pf.conf to load additional rules.
|