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 bbmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y] [--DD _v_a_r_i_a_b_l_e] [--dd _f_l_a_g_s]8 [--ff _m_a_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_a_x___j_o_b_s]9 [--mm _d_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_r_i_a_b_l_e]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[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"
303 #define v_(o) ((o)->u.i.v__) macro314 #define v_(o) ((o)->u.i.v__) macro325 #define val_(o) v_(o)
116 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