Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/libraries/wxc/ARM9/src/
Dwxc_protocol_impl_wpb.c276 if (pc->recv_bitmap_index >= wxc_work->my_pass_data.total_count) in pass_data_get_next_count()
284 if (count >= wxc_work->my_pass_data.total_count || count >= pc->recv_bitmap_index + 32) in pass_data_get_next_count()
297 wxc_work->my_pass_data.total_count, pc->recv_bitmap); in pass_data_get_next_count()
356 if (seq_no == wxc_work->my_pass_data.total_count - 1) in pass_DataToBuf()
574 if (res_count == wxc_work->my_pass_data.total_count - 1) in pass_BufToData()
643 if (pass_ctrl->recv_buf.res_count < wpb_work->my_pass_data.total_count) in WXCi_PacketRecvHook()
711 if (pass_ctrl->recv_buf.res_count < wpb_work->my_pass_data.total_count) in WXCi_PacketRecvHook()
775 wpb_work->my_pass_data.total_count = 0; in WXCi_InitSequence()
812 wpb_work->my_pass_data.total_count = in WXCi_AddData()
/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_api.c205 BOOL WBT_GetCurrentDownloadProgress(u32 block_id, int aid, int *current_count, int *total_count) in WBT_GetCurrentDownloadProgress() argument
207 WBT_GetDownloadProgress(wbti_command_work, block_id, aid, current_count, total_count); in WBT_GetCurrentDownloadProgress()
208 return (*total_count != 0); in WBT_GetCurrentDownloadProgress()
/TwlSDK-5.4/include/nitro/wxc/
Dwxc_protocol_impl_wpb.h60 int total_count; member
/TwlSDK-5.4/build/demos/wireless_shared/wfs/include/
Dwfs.h262 BOOL WFS_GetCurrentDownloadProgress(int *current_count, int *total_count);
/TwlSDK-5.4/include/nitro/
Dwbt.h393 BOOL WBT_GetCurrentDownloadProgress(u32 block_id, int aid, int *current_count, int *total_count);