Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ducode_download.c62 int num_chunks, chunk_len, cumulative_len = 0; in dload_ucode_part() local
97 memcpy(&ucode_ptr->data_chunk[0], org_buf + cumulative_len, chunk_len); in dload_ucode_part()
98 cumulative_len += chunk_len; in dload_ucode_part()