HomeSort by: relevance | last modified time | path
    Searched defs:Search (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/disassembler/
dmnames.c 406 ACPI_PARSE_OBJECT *Search;
446 /* Search upwards in the tree to find scope with "prev" as its parent */
448 Search = Op;
451 if (Search->Common.Parent == Prev)
458 Search = Search->Common.Parent;
463 OpInfo = AcpiPsGetOpcodeInfo (Search->Common.AmlOpcode);
494 Name = AcpiPsGetName (Search);
502 Prev = Search;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 374 matched = _RE_SUPPRESSION.search(raw_line)
411 # The regexp compilation caching is inlined in both Match and Search for
419 def Search(pattern, s):
423 return _regexp_compile_cache[pattern].search(s)
1104 if re.search(r'Copyright', lines[line], re.I): break
1423 if Search('(^|[^:]):($|[^:])', clean_lines.elided[linenum]):
1782 if Search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1786 if Search(r'printf\s*\(.*".*%\d+\$', line):
1793 if Search(r'("|\').*\\(%|\[|\(|{)', line):
1800 if Search(r'\b(const|volatile|void|char|short|int|long
    [all...]

Completed in 13 milliseconds