Searched refs:temp_len (Results 1 – 3 of 3) sorted by relevance
291 size_t temp_len = input_length - signal_offset; in Downsample() local294 size_t downsamp_temp_len = temp_len / decimation_factor; in Downsample()295 WebRtcSpl_DownsampleFast(&input[signal_offset], temp_len, in Downsample()
1690 static INT32 temp_len = 0; in ALA_ProcessResp() local1747 if(temp_len != 0) in ALA_ProcessResp()1749 memcpy((trans_info->sTemp_recvbuf+temp_len), RecvData, (recvlen-2)); in ALA_ProcessResp()1750 trans_info->sSendlength = temp_len + (recvlen-2); in ALA_ProcessResp()1752 temp_len = 0; in ALA_ProcessResp()1766 memcpy((trans_info->sTemp_recvbuf+temp_len), RecvData, (recvlen-2)); in ALA_ProcessResp()1767 temp_len = temp_len + recvlen-2; in ALA_ProcessResp()1782 if(temp_len != 0) in ALA_ProcessResp()1784 memcpy((trans_info->sTemp_recvbuf+temp_len), RecvData, (recvlen-2)); in ALA_ProcessResp()1785 trans_info->sSendlength = temp_len + (recvlen-2); in ALA_ProcessResp()[all …]
682 u64 temp_len = total_len; in nvme_blk_rw() local722 temp_len -= (u32)lbas << ns->lba_shift; in nvme_blk_rw()730 return (total_len - temp_len) >> desc->log2blksz; in nvme_blk_rw()