Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dchannels.c77 size_t dst_offset; \
78 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \
81 for (; dst_offset < out_buff_chans; dst_offset++) { \
108 size_t dst_offset; \
109 for (dst_offset = 0; dst_offset < num_zero_chans; dst_offset++) { \
112 for (; dst_offset < out_buff_chans; dst_offset++) { \
137 size_t dst_offset; \
138 for (dst_offset = 0; dst_offset < out_buff_chans; dst_offset++) { \
/system/core/libmincrypt/
Ddsa_sig.c37 int dst_offset; in trim_to_p256_bytes() local
45 dst_offset = P256_NBYTES - src_len; in trim_to_p256_bytes()
46 memset(dst, 0, dst_offset); in trim_to_p256_bytes()
47 memcpy(dst + dst_offset, src, src_len); in trim_to_p256_bytes()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc114 uint64_t src_offset = 0, dst_offset = 0; in RemoveIdenticalBlockRanges() local
124 dst_offset = 0; in RemoveIdenticalBlockRanges()
129 (*dst_extents)[dst_idx].start_block() + dst_offset); in RemoveIdenticalBlockRanges()
134 dst_num_blocks - dst_offset); in RemoveIdenticalBlockRanges()
136 uint64_t prev_dst_offset = dst_offset; in RemoveIdenticalBlockRanges()
138 dst_offset += min_num_blocks; in RemoveIdenticalBlockRanges()
143 prev_dst_offset, dst_offset); in RemoveIdenticalBlockRanges()