Searched refs:v_ (Results 1 – 8 of 8) sorted by relevance
61 #define VCHI_VERSION(v_) { v_, v_ } argument62 #define VCHI_VERSION_EX(v_, m_) { v_, m_ } argument
7 …nqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e]…8 …k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_e] [--jj _m…9 …_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--vv _v_a_…10 [_v_a_r_i_a_b_l_e==_v_a_l_u_e] [_t_a_r_g_e_t ...]39 --DD _v_a_r_i_a_b_l_e40 Define _v_a_r_i_a_b_l_e to be 1, in the global scope.157 --JJ _p_r_i_v_a_t_e235 --VV _v_a_r_i_a_b_l_e236 Print the value of _v_a_r_i_a_b_l_e. Do not build any targets. Multiple244 _v_a_r_i_a_b_l_e contains a `$', it is not interpreted as a variable name[all …]
18 #define VWRAP(f) v_##f##_f64
18 #define VWRAP(f) v_##f##_f32
71 log_must $ZFS create -V 8M $fs/v_"$j"_d"$i"
304 #define v_(o) ((o)->u.i.v__) macro315 #define v_(o) ((o)->u.i.v__) macro326 #define val_(o) v_(o)
132 M_M.M.P_VERSION = L:@v@$${MAJOR MINOR PATCH:L:@t@$${$$v_$$t_VERSION:U0}@}@:ts.
806 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray()816 return std::vector<T>{static_cast<T>(v_.template Get<I>())...}; in MakeVector()819 FlatTuple<Ts...> v_; variable