Home
last modified time | relevance | path

Searched refs:v_ (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/vchi/
H A Dvchi.h61 #define VCHI_VERSION(v_) { v_, v_ } argument
62 #define VCHI_VERSION_EX(v_, m_) { v_, m_ } argument
/freebsd/contrib/bmake/
H A Dbmake.cat17 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_e
40 Define _v_a_r_i_a_b_l_e to be 1, in the global scope.
157 --JJ _p_r_i_v_a_t_e
235 --VV _v_a
[all...]
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dv_poly_f64.h18 #define VWRAP(f) v_##f##_f64
H A Dv_poly_f32.h18 #define VWRAP(f) v_##f##_f32
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
H A Dzfs_get_list_d.kshlib71 log_must $ZFS create -V 8M $fs/v_"$j"_d"$i"
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h303 #define v_(o) ((o)->u.i.v__) macro
314 #define v_(o) ((o)->u.i.v__) macro
325 #define val_(o) v_(o)
/freebsd/contrib/bmake/mk/
H A Dsys.vars.mk116 M_M.M.P_VERSION = L:@v@$${MAJOR MINOR PATCH:L:@t@$${$$v_$$t_VERSION:U0}@}@:ts.
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h806 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