/netbsd-src/usr.bin/spell/spellprog/ |
H A D | look.c | 53 static u_char *binary_search(u_char *, u_char *, u_char *); 68 front = binary_search(string, front, back); in look() 117 binary_search(u_char *string, u_char *front, u_char *back) in binary_search() function
|
/netbsd-src/usr.bin/look/ |
H A D | look.c | 89 static char *binary_search(char *, char *, char *); 173 front = binary_search(string, front, back); in look() 224 binary_search(char *string, char *front, char *back) in binary_search() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | UnicodeCharRanges.h | 65 return std::binary_search(Ranges.begin(), Ranges.end(), C); in contains()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsCCState.cpp | 34 return std::binary_search(std::begin(LibCalls), std::end(LibCalls), CallSym, in isF128SoftLibCall()
|
H A D | Mips16ISelLowering.cpp | 430 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList() 473 if (std::binary_search(std::begin(HardFloatLibCalls), in getOpndList()
|
H A D | Mips16HardFloat.cpp | 371 return std::binary_search(std::begin(IntrinsicInline), in isIntrinsicInline()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | DebugMode.rst | 73 * Many algorithms, such as ``binary_search``, ``merge``, ``next_permutation``, and ``sort``,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.h | 297 return !std::binary_search(AnalyzerConfigCmdFlags.begin(), in isUnknownAnalyzerConfig()
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_tag.c | 51 static char *binary_search __P((char *, char *, char *)); 1249 front = binary_search(tname, front, back); in ctag_sfile() 1420 binary_search(register char *string, register char *front, register char *back) in binary_search() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | algorithmfwd.h | 213 binary_search(_FIter, _FIter, const _Tp&); in _GLIBCXX_VISIBILITY() 218 binary_search(_FIter, _FIter, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY()
|
H A D | regex_compiler.tcc | 607 if (std::binary_search(_M_char_set.begin(), _M_char_set.end(), in _M_apply()
|
H A D | stl_algo.h | 2267 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY() 2301 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | algorithmfwd.h | 213 binary_search(_FIter, _FIter, const _Tp&); in _GLIBCXX_VISIBILITY() 218 binary_search(_FIter, _FIter, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY()
|
H A D | regex_compiler.tcc | 602 if (std::binary_search(_M_char_set.begin(), _M_char_set.end(), in _M_apply()
|
H A D | stl_algo.h | 2231 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY() 2265 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 277 if (std::binary_search(CommonArgExpansions.begin(), in retrieveMacroLocation()
|
H A D | VerifyDiagnosticConsumer.cpp | 479 if (!std::binary_search(Prefixes.begin(), Prefixes.end(), DToken)) in ParseDirective()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | UsingLibcxx.rst | 286 * ``binary_search``
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 500 if (std::binary_search(II->UniqFeatureSet.begin(), in RunOne()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 909 return std::binary_search(ArgumentAttributes.begin(), in isParamImmArg()
|
H A D | CodeGenRegisters.cpp | 851 return std::binary_search(Members.begin(), Members.end(), Reg, in contains()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 245 return std::binary_search(Nodes.begin(), Nodes.begin() + NumHeaders, in isHeader()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 518 return !std::binary_search(CoveredFiles.begin(), CoveredFiles.end(), SF); in removeUnmappedInputs()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | algorithm | 421 binary_search(ForwardIterator first, ForwardIterator last, const T& value); 425 binary_search(ForwardIterator first, ForwardIterator last, const T& value, Compare comp); 4454 // binary_search 4469 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, _Compare __co… 4479 binary_search(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_) 4481 return _VSTD::binary_search(__first, __last, __value_,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 161 if (std::binary_search(std::begin(ReservedMacro), std::end(ReservedMacro), in shouldWarnOnMacroDef()
|