Home
last modified time | relevance | path

Searched refs:Need (Results 1 – 25 of 178) sorted by relevance

12345678

/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DUtility.h38 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 DUtility.h38 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 Din_effect.t17 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 Dscope-bigfloat.t20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
H A Dscope-bignum.t20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
H A Dscope-bigrat.t20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
H A Dscope-bigint.t20 skip('Need at least Perl v5.9.4', "2") if $] < "5.009004";
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPCInsns.def2 #error "Need to define function-style macro PCREL_OPT"
/openbsd-src/usr.bin/file/magdir/
H A Dblit18 # Need more values for WE32 DMD executables.
/openbsd-src/lib/libelf/
H A Dlibelf_align.c54 #error Need the __alignof__ builtin.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-server/
H A DBUILD.gn29 # dependency cyle. Need to add dep here.
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/
H A DCMakeLists.txt19 # Need to match these flags with the runtime.
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/t/
H A D02_terminal_functions.t11 plan skip_all => "Need a terminal to test";
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dtmpdir.t13 # 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 DLoopAccessAnalysis.h423 Need = false; in reset()
480 bool Need = false; variable
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/t/
H A D001_new.t64 like($@, qr/icmp ping requires root privilege/, "Need root for icmp");
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dacinclude.m476 # Need _noncanonical variables for this.
/openbsd-src/games/boggle/
H A DREADME8 What You Need
/openbsd-src/gnu/usr.bin/cvs/
H A DPROJECTS51 * 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 Dstat.t78 # Need at least 75% of monotonical increase and
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/
H A DCMakeLists.txt36 # Need to rename scan-build to scan-build-py to prevent overwriting
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dunicode.t17 plan skip_all => 'Need perlio and perl 5.8+.'
/openbsd-src/distrib/notes/luna88k/
H A Dprep2 dnl Need to provide a short monitor description. Start from
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1184 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 DMakefile62 @echo Need anchor '"regress"' in pf.conf to load additional rules.

12345678