Home
last modified time | relevance | path

Searched defs:first_param (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dpointer_element.hpp34 template <typename T> struct first_param struct
35 { typedef void type; };
40 struct first_param< TemplateClass<T, Args...> > struct
42 typedef T type;
51 struct first_param struct
53 { typedef T type; };
59 struct first_param struct
61 { typedef T type; };
67 struct first_param struct
69 { typedef T type; };
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params.c149 void *first_param; in rkisp_params_vb2_buf_queue() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/
H A Dbinary.hpp148 #define BOOST_DETAIL_SPLIT_AND_SWAP_PARAMS( first_param, second_param ) \ argument
154 #define BOOST_DETAIL_FIRST_MACRO_PARAM( first_param, second_param ) \ argument
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_hist.c3110 bool first_param = true; in parse_action_params() local