Searched refs:__adjacent_find_switch (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/parallel/
H A Dalgorithmfwd.h51 __adjacent_find_switch(_FIter, _FIter, _IterTag);
55 __adjacent_find_switch(_RAIter, _RAIter, random_access_iterator_tag);
69 __adjacent_find_switch(_FIter, _FIter, _BiPredicate, _IterTag);
73 __adjacent_find_switch(_RAIter, _RAIter, _BiPredicate,
H A Dalgo.h810 __adjacent_find_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
835 __adjacent_find_switch(_FIterator __begin, _FIterator __end, function in namespace:__parallel
846 return __adjacent_find_switch(__begin, __end, _IteratorCategory());
853 __adjacent_find_switch(_FIterator __begin, _FIterator __end, function in namespace:__parallel
861 __adjacent_find_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
881 return __adjacent_find_switch(__begin, __end, __pred,

Completed in 168 milliseconds