Home
last modified time | relevance | path

Searched refs:binary_search (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/usr.bin/look/
H A Dlook.c73 static char *binary_search(wchar_t *, unsigned char *, unsigned char *);
190 front = binary_search(string, front, back); in look()
241 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) in binary_search() function
/dflybsd-src/contrib/nvi2/ex/
H A Dex_tag.c35 static char *binary_search(char *, char *, char *);
1052 front = binary_search(tname, front, back); in ctag_sfile()
1237 binary_search(char *string, char *front, char *back) in binary_search() function
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h206 binary_search(_FIter, _FIter, const _Tp&); in _GLIBCXX_VISIBILITY()
210 binary_search(_FIter, _FIter, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY()
H A Dregex_compiler.tcc619 if (std::binary_search(_M_char_set.begin(), _M_char_set.end(), in _M_apply()
H A Dstl_algo.h2247 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
2280 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h205 binary_search(_FIter, _FIter, const _Tp&); in _GLIBCXX_VISIBILITY()
209 binary_search(_FIter, _FIter, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h2729 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
2762 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()