Searched refs:binary_search (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/usr.bin/look/ |
H A D | look.c | 73 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 D | ex_tag.c | 35 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 D | algorithmfwd.h | 206 binary_search(_FIter, _FIter, const _Tp&); in _GLIBCXX_VISIBILITY() 210 binary_search(_FIter, _FIter, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY()
|
H A D | regex_compiler.tcc | 619 if (std::binary_search(_M_char_set.begin(), _M_char_set.end(), in _M_apply()
|
H A D | stl_algo.h | 2247 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 D | algorithmfwd.h | 205 binary_search(_FIter, _FIter, const _Tp&); in _GLIBCXX_VISIBILITY() 209 binary_search(_FIter, _FIter, const _Tp&, _Compare); in _GLIBCXX_VISIBILITY()
|
H A D | stl_algo.h | 2729 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY() 2762 binary_search(_ForwardIterator __first, _ForwardIterator __last, in _GLIBCXX_VISIBILITY()
|