Home
last modified time | relevance | path

Searched defs:count (Results 1776 - 1800 of 5284) sorted by relevance

1...<<71727374757677787980>>...212

/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Drk_list.cpp287 int count; rk_list_fifo_test() local
321 int count; rk_list_filo_test() local
[all...]
H A Dvpu.c49 RK_U32 count; // valid patch info count member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_cow.c298 u32 count = 0; mali_memory_cow_modify_range() local
562 int count ; mali_mem_cow_cpu_map_pages_locked() local
[all...]
H A Dmali_profiling_internal.c74 u32 count; in _mali_internal_profiling_term() local
169 _mali_osk_errcode_t _mali_internal_profiling_stop(u32 *count) in _mali_internal_profiling_stop() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.h146 u8 count; member
164 u8 count; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c793 u32 count = ARRAY_SIZE(gpu_property_mapping); in kbase_gpuprops_populate_user_buffer() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_config_rk.c419 utilisation_period_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) utilisation_period_store() argument
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c782 static bool dma_fence_test_signaled_any(struct dma_fence **fences, uint32_t count, uint32_t *idx) in dma_fence_test_signaled_any() argument
818 signed long dma_fence_wait_any_timeout(struct dma_fence **fences, uint32_t count, bool intr, signed long timeout, in dma_fence_wait_any_timeout() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dparams.c253 rkispp_params_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) in rkispp_params_vb2_start_streaming() argument
H A Dstats.c265 rkispp_stats_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) rkispp_stats_vb2_start_streaming() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dhw.h54 int count; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Disp_stats.c181 rkisp_stats_vb2_start_streaming(struct vb2_queue *queue, unsigned int count) rkisp_stats_vb2_start_streaming() argument
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga_debugger.c312 rga_debugfs_create_files(const struct rga_debugger_list *files, int count, struct dentry *root, struct rga_debugger *debugger) rga_debugfs_create_files() argument
442 rga_procfs_create_files(const struct rga_debugger_list *files, int count, struct proc_dir_entry *root, struct rga_debugger *debugger) rga_procfs_create_files() argument
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/
H A Dscpi.h26 int count; member
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_bus.c119 int i, count; in rockchip_bus_set_freq_table() local
/test/ostest/wukong/component_event/src/
H A Dtree_manager.cpp271 uint32_t count = newElementInfoList_.size(); in UpdateComponentInfo() local
344 uint32_t count = elementInfoList_.size(); SetActiveComponent() local
505 uint32_t count = elementInfoList_.size(); UpdateCurrentPage() local
[all...]
H A Dscene_delegate.cpp229 uint32_t count = 0; in FindSame() local
H A Dfocus_scene_delegate.cpp229 uint32_t count = 0; in FindSame() local
/test/ostest/wukong/input_factory/src/
H A Dcomponent_input.cpp379 int count = wComponentInfos.size(); in ChooseRightComponentIndex() local
/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp122 int count = dim_info1->size(); in readTestDataFile() local
142 bool allclose(float *a, float *b, uint64_t count, float rtol = 1e-05, in allclose() argument
232 bool allclose_int8(uint8_t *a, uint8_t *b, uint64_t count, floa argument
[all...]
/test/xts/acts/ai/nncore/e2etest/src/
H A DEndToEndTest.cpp239 OH_NN_ReturnCode CreateTensorAndDestroyTensorDesc(NN_Tensor* tensors[], size_t count, in CreateTensorAndDestroyTensorDesc() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Duiondk.cpp177 int count = sizeof(iov) / sizeof(struct iovec); in PWriteV() local
206 int count = sizeof(iov) / sizeof(struct iovec); in PWriteV64() local
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeFontTest.cpp583 int count = OH_Drawing_FontCountText(font, str, strlen(str), encode); in HWTEST_F() local
626 int count = OH_Drawing_FontCountText(font, "", 0, TEXT_ENCODING_UTF8); in HWTEST_F() local
649 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); in HWTEST_F() local
681 int count = OH_Drawing_FontCountText(font, str, -1, TEXT_ENCODING_UTF8); HWTEST_F() local
708 int count = OH_Drawing_FontCountText(font, str, strlen(str), encode); HWTEST_F() local
730 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
775 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
818 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
844 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
866 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
908 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
931 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
962 int count = OH_Drawing_FontCountText(font, str, strlen(str), TEXT_ENCODING_UTF8); HWTEST_F() local
[all...]
/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp117 int count = 0; member
/test/xts/acts/hiviewdfx/utils/native/
H A Dfile_utils.cpp166 int count = 0; in GetTxtLine() local

Completed in 29 milliseconds

1...<<71727374757677787980>>...212