Home
last modified time | relevance | path

Searched refs:storage_type (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Drange_run_impl.hpp57 typename storage_type::const_iterator iter = in test()
87 typename storage_type::iterator iter = in set()
124 typename storage_type::iterator iter = in clear()
133 typename storage_type::iterator const left_iter = iter-1; in clear()
164 typename storage_type::iterator i = iter; in clear()
H A Drange_run.hpp41 typedef std::vector<range_type> storage_type; typedef in boost::spirit::support::detail::range_run
51 storage_type run;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_storage_speed.c20 uint32_t storage_size, storage_type; in handle_storage_speed() local
30 storage_type = params[1].value.a; in handle_storage_speed()
33 (storage_type == TEE_STORAGE_PRIVATE_RPMB) ? "RPMB" : "REE", in handle_storage_speed()
38 res = TEE_CreatePersistentObject(storage_type, object_id_1, in handle_storage_speed()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_storage_speed.c20 uint32_t storage_size, storage_type; in handle_storage_speed() local
31 storage_type = params[1].value.a; in handle_storage_speed()
34 (storage_type == TEE_STORAGE_PRIVATE_RPMB) ? "RPMB" : "REE", in handle_storage_speed()
45 res = TEE_CreatePersistentObject(storage_type, object_id_1, in handle_storage_speed()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/host/rk_test/
H A Drktest.c81 uint32_t storage_type, uint32_t *storage_size, uint32_t times) in test_storage_speed() argument
96 operation->params[1].value.a = storage_type; in test_storage_speed()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp1021 <MaxTmpBytes, container_detail::alignment_of<value_type>::value>::type storage_type; in deep_swap_alloc_n() typedef
1022 storage_type storage; in deep_swap_alloc_n()
1051 … <DeepSwapAllocNMaxStorage, container_detail::alignment_of<value_type>::value>::type storage_type; in deep_swap_alloc_n() typedef
1052 storage_type storage; in deep_swap_alloc_n()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCaptureRawData.cpp718 uint8_t frame_type = 0, storage_type = 0; in write_frame_header_to_raw() local
749 *(buffer + 16) = storage_type; // Storage type in write_frame_header_to_raw()
761 frame_type, storage_type, stridePerLine, in write_frame_header_to_raw()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/rk_test/
H A Drktest.c110 uint32_t storage_type, uint32_t *storage_size, uint32_t times) in test_storage_speed() argument
125 operation->params[1].value.a = storage_type; in test_storage_speed()
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0015-media-gpu-v4l2-Non-blocking-initialize.patch46 config.storage_type.value_or(Config::StorageType::kShmem) ==
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0015-media-gpu-v4l2-Non-blocking-initialize.patch46 config.storage_type.value_or(Config::StorageType::kShmem) ==
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0017-media-gpu-v4l2-Non-blocking-initialize.patch46 config.storage_type.value_or(Config::StorageType::kShmem) ==
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp88 typedef aligned_storage<internal_type> storage_type ; typedef in boost::optional_detail::optional_base
640 storage_type m_storage ;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp95 typedef aligned_storage<T> storage_type ; typedef in boost::optional_detail::optional_base
723 storage_type m_storage ;
/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.hpp1573 storage_type; in swap_dispatch()
1575 storage_type temp; in swap_dispatch()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h270 bool storage_type; member