| /freebsd-12.1/lib/libsecureboot/tests/ |
| H A D | tvo.c | 34 char *Skip; variable 47 Skip = NULL; in main() 62 Skip = optarg; in main() 108 prefix, Skip, cp, NULL); in main() 121 prefix, Skip, cp, NULL); in main() 130 prefix, Skip, cp, NULL); in main()
|
| /freebsd-12.1/contrib/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
|
| /freebsd-12.1/contrib/googletest/googletest/scripts/ |
| H A D | pump.py | 261 def Skip(lines, pos, regex): function 283 pos = Skip(lines, pos, OPTIONAL_WHITE_SPACES_REGEX) 284 pos = Skip(lines, pos, r'\(') 286 pos = Skip(lines, pos, r'\)') 293 pos = Skip(lines, pos, r'\)') 330 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX) 334 pos = Skip(lines, eq_token.end, r'\s*') 346 pos = Skip(lines, id_token.end, WHITE_SPACE_REGEX) 353 pos = Skip(lines, id_token.end, OPTIONAL_WHITE_SPACES_REGEX)
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | MLxExpansionPass.cpp | 334 unsigned Skip = 0; in ExpandFPMLxInstructions() local 345 Skip = 0; in ExpandFPMLxInstructions() 351 if (++Skip == 2) in ExpandFPMLxInstructions() 355 Skip = 0; in ExpandFPMLxInstructions()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | DebugCounter.cpp | 98 Counter.Skip = CounterVal; in push_back() 129 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 344 bool Skip = true; in shouldSkipFunctionBody() local 346 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody() 347 return Skip; in shouldSkipFunctionBody()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | MachO.h | 139 const char *checkCountAndSkip(uint32_t Count, uint32_t Skip, 425 const char *BindEntryCheckCountAndSkip(uint32_t Count, uint32_t Skip, in BindEntryCheckCountAndSkip() argument 428 return BindRebaseSectionTable->checkCountAndSkip(Count, Skip, PointerSize, in BindEntryCheckCountAndSkip() 441 const char *RebaseEntryCheckCountAndSkip(uint32_t Count, uint32_t Skip, in RebaseEntryCheckCountAndSkip() argument 444 return BindRebaseSectionTable->checkCountAndSkip(Count, Skip, PointerSize, in RebaseEntryCheckCountAndSkip()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog.gcc43 | 18 * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error 101 Skip duplicate function definitions.
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 404 bool Skip = (Hints_MRI.first != 0); in getRegAllocationHints() local 406 if (Skip) { in getRegAllocationHints() 407 Skip = false; in getRegAllocationHints()
|
| /freebsd-12.1/lib/libsecureboot/ |
| H A D | verify_file.c | 46 extern char *Skip; 48 # define MANIFEST_SKIP Skip
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 113 enum InstClassification { Convert, Skip, Exit }; enumerator 344 return Skip; in classifyInstruction() 405 for (InstClassification Classification = Skip; Classification != Exit; ++I) { in collectCallInfo()
|
| /freebsd-12.1/contrib/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()
|
| /freebsd-12.1/tools/build/ |
| H A D | check-links.sh | 25 -U: Skip looking for unresolved symbols.
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3072 uint32_t Count, Skip; in moveNext() local 3182 Skip = 0; in moveNext() 3216 Skip = 0; in moveNext() 3256 Skip = readULEB128(&error); in moveNext() 3264 AdvanceAmount = Skip + PointerSize; in moveNext() 3308 Skip = readULEB128(&error); in moveNext() 3317 AdvanceAmount = Skip + PointerSize; in moveNext() 3459 uint32_t Count, Skip; in moveNext() local 3832 Skip = readULEB128(&error); in moveNext() 3833 AdvanceAmount = Skip + PointerSize; in moveNext() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 306 STDMETHOD(Skip)(_In_ ULONG celt) = 0;
|
| /freebsd-12.1/tests/ |
| H A D | Kyuafile | 44 -- Skip these special entries.
|
| /freebsd-12.1/usr.sbin/bsdconfig/timezone/ |
| H A D | USAGE | 43 -s Skip the initial question about adjusting the clock if
|
| /freebsd-12.1/libexec/rc/ |
| H A D | network.subr | 1265 # Skip if ${child} already exists. 1305 # Skip if ${child} doesn't exists. 1343 # Skip if ${ifn}a or ${ifn}b already exist. 1356 # Skip if ${ifn} already exists. 1377 # Skip if ifn already exists. 1447 # Skip if both of ${ifn}a and ${ifn}b do not exist. 1461 # Skip if ifn does not exist.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclBase.cpp | 1344 llvm::SmallVector<unsigned, 8> Skip; in SetExternalVisibleDeclsForName() local 1347 Skip.push_back(I); in SetExternalVisibleDeclsForName() 1348 Skip.push_back(Decls.size()); in SetExternalVisibleDeclsForName() 1353 if (I == Skip[SkipPos]) in SetExternalVisibleDeclsForName()
|
| /freebsd-12.1/stand/i386/btx/btx/ |
| H A D | btx.S | 511 jmp intusr.3 # Skip hardware interrupt 531 jmp intusr.5 # Skip CALLF test 557 jecxz intusr.6 # Skip for hardware ints
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sol2-c1.asm | 99 ! Skip argc words past argv, to env:
|
| /freebsd-12.1/contrib/bearssl/src/x509/ |
| H A D | asn1.t0 | 84 \ Skip blanks and get first digit, which must be 0, 1 or 2. 186 \ Skip remaining bytes in the current structure, but do not close it 306 \ Skip remaining bytes in the current structure, then close it. 490 \ Skip leading BOM (U+FEFF when off is 1). 715 \ Skip leading bytes of value 0. If there are only bytes of
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tcsh.man2html | 307 # Skip inlined sections 315 print <<EOP if $section; # Skip header section 320 print <<EOP if $section; # Skip header section 614 && ! $name{"$text $font"} # Skip if there's one already
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1272 bool Parser::IsTemplateArgumentList(unsigned Skip) { in IsTemplateArgumentList() argument 1278 while (Skip) { in IsTemplateArgumentList() 1280 --Skip; in IsTemplateArgumentList()
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | cgen-asm.in | 340 /* Skip leading white space. */ 370 /* Skip this insn if str doesn't look right lexically. */
|