Home
last modified time | relevance | path

Searched defs:v_h (Results 1 – 5 of 5) sorted by relevance

/external/python/pybind11/include/pybind11/detail/
Dinit.h72 value_and_holder &v_h, Cpp<Class> &&base) { in construct_alias_from_cpp()
96 void construct(value_and_holder &v_h, Cpp<Class> *ptr, bool need_alias) { in construct()
124 void construct(value_and_holder &v_h, Alias<Class> *alias_ptr, bool) { in construct()
133 void construct(value_and_holder &v_h, Holder<Class> holder, bool need_alias) { in construct()
150 void construct(value_and_holder &v_h, Cpp<Class> &&result, bool need_alias) { in construct()
163 void construct(value_and_holder &v_h, Alias<Class> &&result, bool) { in construct()
/external/libvpx/vpx_dsp/ppc/
Dsad_vsx.c155 #define PROCESS16_4D(offset, ref, v_h, v_l) \ argument
/external/libabigail/tests/data/test-abidiff-exit/
Dqualifier-typedef-array-v0.c33 H v_h; member
Dqualifier-typedef-array-v1.c33 volatile H v_h; // same member
/external/python/pybind11/include/pybind11/
Dcast.h590 void load_value(value_and_holder &&v_h) { in load_value()