Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dalgorithmfwd.h211 template<typename _IIter, typename _Function> in _GLIBCXX_VISIBILITY()
212 _Function in _GLIBCXX_VISIBILITY()
213 for_each(_IIter, _IIter, _Function); in _GLIBCXX_VISIBILITY()
215 template<typename _IIter, typename _Function> in _GLIBCXX_VISIBILITY()
216 _Function in _GLIBCXX_VISIBILITY()
217 for_each(_IIter, _IIter, _Function, __gnu_parallel::sequential_tag); in _GLIBCXX_VISIBILITY()
219 template<typename _Iterator, typename _Function> in _GLIBCXX_VISIBILITY()
220 _Function in _GLIBCXX_VISIBILITY()
221 for_each(_Iterator, _Iterator, _Function, __gnu_parallel::_Parallelism); in _GLIBCXX_VISIBILITY()
223 template<typename _IIter, typename _Function, typename _IterTag> in _GLIBCXX_VISIBILITY()
[all …]
Dalgo.h66 template<typename _IIter, typename _Function> in _GLIBCXX_VISIBILITY()
67 inline _Function in _GLIBCXX_VISIBILITY()
68 for_each(_IIter __begin, _IIter __end, _Function __f, in _GLIBCXX_VISIBILITY()
73 template<typename _IIter, typename _Function, typename _IteratorTag> in _GLIBCXX_VISIBILITY()
74 inline _Function in _GLIBCXX_VISIBILITY()
75 __for_each_switch(_IIter __begin, _IIter __end, _Function __f, in _GLIBCXX_VISIBILITY()
80 template<typename _RAIter, typename _Function> in _GLIBCXX_VISIBILITY()
81 _Function in _GLIBCXX_VISIBILITY()
83 _Function __f, random_access_iterator_tag, in _GLIBCXX_VISIBILITY()
105 template<typename _Iterator, typename _Function> in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dwin_if_list.c27 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
28 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/netbsd/src/external/bsd/wpa/dist/src/l2_packet/
Dl2_packet_ndis.c34 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
35 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dstl_algo.h3784 template<typename _InputIterator, typename _Function> in _GLIBCXX_VISIBILITY()
3786 _Function in _GLIBCXX_VISIBILITY()
3787 for_each(_InputIterator __first, _InputIterator __last, _Function __f) in _GLIBCXX_VISIBILITY()
3810 template<typename _InputIterator, typename _Size, typename _Function> in _GLIBCXX_VISIBILITY()
3813 for_each_n(_InputIterator __first, _Size __n, _Function __f) in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dfunctional2088 template<typename _Function>
2089 void operator==(const function<_Function>&) const;
2090 template<typename _Function>
2091 void operator!=(const function<_Function>&) const;
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_ndis.c400 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
401 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)