| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | DebugCounter.h | 87 if (CounterInfo.Skip < 0) in shouldExecute() 89 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute() 93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute() 171 int64_t Skip = 0; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MLxExpansionPass.cpp | 331 unsigned Skip = 0; in ExpandFPMLxInstructions() local 342 Skip = 0; in ExpandFPMLxInstructions() 348 if (++Skip == 2) in ExpandFPMLxInstructions() 352 Skip = 0; in ExpandFPMLxInstructions()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | ip2k.cpu | 361 (dni sb "Skip if bit set" 370 (dni snb "Skip if bit clear" 612 (dni incsnz_fr "Skip if fr++ not zero" 643 (dni incsnzw_fr "Skip if W=fr+1 not zero" 676 (dni decsnz_fr "Skip if fr-- not zero" 708 (dni decsnzw_fr "Skip if W=fr-1 not zero" 793 (dni csew_fr "Skip if equal W,fr" 802 (dni csnew_fr "Skip if not-equal W,fr" 811 ;;(dni csaw_fr "Skip if W above fr" 820 ;;(dni csbw_fr "Skip if W below fr" [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | ip2k.cpu | 361 (dni sb "Skip if bit set" 370 (dni snb "Skip if bit clear" 612 (dni incsnz_fr "Skip if fr++ not zero" 643 (dni incsnzw_fr "Skip if W=fr+1 not zero" 676 (dni decsnz_fr "Skip if fr-- not zero" 708 (dni decsnzw_fr "Skip if W=fr-1 not zero" 793 (dni csew_fr "Skip if equal W,fr" 802 (dni csnew_fr "Skip if not-equal W,fr" 811 ;;(dni csaw_fr "Skip if W above fr" 820 ;;(dni csbw_fr "Skip if W below fr" [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | ip2k.cpu | 361 (dni sb "Skip if bit set" 370 (dni snb "Skip if bit clear" 612 (dni incsnz_fr "Skip if fr++ not zero" 643 (dni incsnzw_fr "Skip if W=fr+1 not zero" 676 (dni decsnz_fr "Skip if fr-- not zero" 708 (dni decsnzw_fr "Skip if W=fr-1 not zero" 793 (dni csew_fr "Skip if equal W,fr" 802 (dni csnew_fr "Skip if not-equal W,fr" 811 ;;(dni csaw_fr "Skip if W above fr" 820 ;;(dni csbw_fr "Skip if W below fr" [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | ip2k.cpu | 361 (dni sb "Skip if bit set" 370 (dni snb "Skip if bit clear" 612 (dni incsnz_fr "Skip if fr++ not zero" 643 (dni incsnzw_fr "Skip if W=fr+1 not zero" 676 (dni decsnz_fr "Skip if fr-- not zero" 708 (dni decsnzw_fr "Skip if W=fr-1 not zero" 793 (dni csew_fr "Skip if equal W,fr" 802 (dni csnew_fr "Skip if not-equal W,fr" 811 ;;(dni csaw_fr "Skip if W above fr" 820 ;;(dni csbw_fr "Skip if W below fr" [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | comcat.d | 22 HRESULT Skip(ULONG); 70 HRESULT Skip(ULONG);
|
| H A D | ocidl.d | 270 HRESULT Skip(ULONG); 287 HRESULT Skip(ULONG); 448 HRESULT Skip(ULONG);
|
| H A D | objidl.d | 513 HRESULT Skip(ULONG); 520 HRESULT Skip(ULONG); 527 HRESULT Skip(ULONG); 534 HRESULT Skip(ULONG); 541 HRESULT Skip(ULONG); 548 HRESULT Skip(ULONG); 555 HRESULT Skip(ULONG); 562 HRESULT Skip(ULONG); 570 HRESULT Skip(ULONG);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DebugCounter.cpp | 97 Counter.Skip = CounterVal; in push_back() 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 354 bool Skip = true; in shouldSkipFunctionBody() local 356 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody() 357 return Skip; in shouldSkipFunctionBody()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | MachO.h | 138 uint32_t Skip=0); 422 uint32_t Skip=0) const { 424 PointerSize, Count, Skip); 437 uint32_t Skip=0) const { 439 PointerSize, Count, Skip);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | random.d | 2610 private enum Skip { None, A, D } enum 2611 private Skip _skip = Skip.None; 2686 assert(_skip == Skip.None); in initializeFront() 2691 _skip = Skip.A; in initializeFront() 2695 _skip = Skip.D; in initializeFront() 2717 if (_skip == Skip.None) in front() 2729 if (_skip == Skip.None) in popFront() 2764 if (_skip == Skip.None) in index() 2773 assert(_skip != Skip.None); in skip() 2779 if (_skip == Skip.A) in skip() [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varname-dot-make-meta-ignore_filter.exp | 7 Skip .MAKE.META.IGNORE_FILTER - check-ignore is out of date
|
| H A D | varname-dot-make-meta-ignore_patterns.exp | 7 Skip .MAKE.META.IGNORE_PATTERNS - check-ignore is out of date
|
| H A D | varname-dot-make-meta-ignore_paths.exp | 7 Skip .MAKE.META.IGNORE_PATHS - check-ignore is out of date
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 110 enum InstClassification { Convert, Skip, Exit }; enumerator 350 return Skip; in classifyInstruction() 411 for (InstClassification Classification = Skip; Classification != Exit; ++I) { in collectCallInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfReader.h | 463 virtual void setSkipFlatProf(bool Skip) {} in setSkipFlatProf() argument 720 virtual void setSkipFlatProf(bool Skip) override { SkipFlatProf = Skip; } in setSkipFlatProf() argument
|
| /netbsd-src/distrib/acorn32/stand/BtNetBSD/!BtNetBSD/native/ |
| H A D | MountUFS | 58 REM Skip to the next argument 71 REM Skip to the next argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1208 bool Skip = false; in TranslateXarchArgs() local 1211 Skip = !IsGPU; in TranslateXarchArgs() 1214 Skip = IsGPU; in TranslateXarchArgs() 1220 Skip = true; in TranslateXarchArgs() 1224 if (NeedTrans || Skip) in TranslateXarchArgs() 1228 if (!Skip) in TranslateXarchArgs()
|
| /netbsd-src/lib/csu/ |
| H A D | README | 69 6: Iterate from the end of the .ctor section to the start. Skip the 80 4. Iterate from the start of the .dtor section to the send. Skip the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 257 uint32_t Skip = Pad & 0x0F; in handleFieldList() local 258 Content = Content.drop_front(Skip); in handleFieldList() 259 Offset += Skip; in handleFieldList()
|
| /netbsd-src/sys/gdbscripts/ |
| H A D | dmesg | 22 # Skip syslog sequences
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/ |
| H A D | movw-movt.ms | 19 # Skip over output text.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 431 bool Skip = (Hints_MRI.first != 0); in getRegAllocationHints() local 433 if (Skip) { in getRegAllocationHints() 434 Skip = false; in getRegAllocationHints()
|