Home
last modified time | relevance | path

Searched defs:varray (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray.hpp157 class varray class
222 varray() in varray() function in boost::geometry::index::detail::varray
240 explicit varray(size_type count) in varray() function in boost::geometry::index::detail::varray
261 varray(size_type count, value_type const& value) in varray() function in boost::geometry::index::detail::varray
285 varray(Iterator first, Iterator last) in varray() function in boost::geometry::index::detail::varray
302 varray(varray const& other) in varray() function in boost::geometry::index::detail::varray
324 varray(varray<value_type, C> const& other) in varray() function in boost::geometry::index::detail::varray
364 varray & operator=(BOOST_COPY_ASSIGN_REF_2_TEMPL_ARGS(varray, value_type, C) other) in operator =()
384 varray(BOOST_RV_REF(varray) other) in varray() function in boost::geometry::index::detail::varray
411 varray(BOOST_RV_REF_2_TEMPL_ARGS(varray, value_type, C) other) in varray() argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c18 vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
H A Dvmx_preempt.c32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
H A Dvsx_preempt.c36 __thread vector int varray[24] = { variable
H A Dvmx_signal.c32 __thread vector int varray[] = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10,11,12}, variable
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c1499 u8 *varray, size_t *varraylen) in cca_query_crypto_facility()
1678 u8 *rarray, *varray, *pg; in fetch_cca_info() local