Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dmerge.cc291 size_t temp_len = input_length - signal_offset; in Downsample() local
294 size_t downsamp_temp_len = temp_len / decimation_factor; in Downsample()
295 WebRtcSpl_DownsampleFast(&input[signal_offset], temp_len, in Downsample()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp1690 static INT32 temp_len = 0; in ALA_ProcessResp() local
1747 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 …]
/external/u-boot/drivers/nvme/
Dnvme.c682 u64 temp_len = total_len; in nvme_blk_rw() local
722 temp_len -= (u32)lbas << ns->lba_shift; in nvme_blk_rw()
730 return (total_len - temp_len) >> desc->log2blksz; in nvme_blk_rw()