Searched refs:buffer_count (Results 1 – 4 of 4) sorted by relevance
97 int buffer_count = 0; in arm_depthwise_conv_s8_opt() local121 buffer_count++; in arm_depthwise_conv_s8_opt()123 if (buffer_count == 4) in arm_depthwise_conv_s8_opt()157 buffer_count = 0; in arm_depthwise_conv_s8_opt()165 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_s8_opt()
910 if (0U != (shmem_config.buffer_count & (shmem_config.buffer_count - 1U))) in rpmsg_lite_master_init()921 if ((2U * (uint32_t)shmem_config.buffer_count) > in rpmsg_lite_master_init()996 ring_info.num_descs = shmem_config.buffer_count; in rpmsg_lite_master_init()1203 if (0U != (shmem_config.buffer_count & (shmem_config.buffer_count - 1U))) in rpmsg_lite_remote_init()1265 ring_info.num_descs = shmem_config.buffer_count; in rpmsg_lite_remote_init()
348 protec_shmem_struct.config.buffer_count = RL_BUFFER_COUNT; in platform_set_static_shmem_config()379 shmem_config.buffer_count = 4U; in platform_get_custom_shmem_config()
49 …uint16_t buffer_count; /* custom buffer count setting that overwrites RL_BUFFER_COUNT global confi… member