/system/media/audio_utils/ |
primitives.c | 496 size_t src_idx, dst_idx; local 497 for (src_idx = 0, dst_idx = 0; dst_idx < dst_count; ++dst_idx) { 499 idxary[dst_idx] = src_idx++; 501 idxary[dst_idx] = -1; 505 return dst_idx; 510 size_t src_idx, dst_idx; local 519 for (src_idx = 0, dst_idx = 0; dst_idx < dst_count; ++src_idx) [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_compiler_util.h | 55 unsigned int dst_idx,
|
radeon_compiler_util.c | 317 unsigned int dst_idx, 320 if (src_file != dst_file || src_idx != dst_idx) {
|
/toolchain/binutils/binutils-2.25/bfd/ |
versados.c | 370 unsigned int dst_idx = esdid->pc; local 385 dst_idx += get_offset (offsetlen, srcp); 397 contents[dst_idx + (sizeinwords * 2) - j - 1] = val; 418 n->address = dst_idx; 427 dst_idx += sizeinwords * 2; 433 if (dst_idx < esdid->section->size) 437 contents[dst_idx] = srcp[0]; 438 contents[dst_idx + 1] = srcp[1]; 440 dst_idx += 2; 444 EDATA (abfd, otr->esdid - 1).pc = dst_idx; [all...] |
/external/opencv3/modules/cudastereo/src/cuda/ |
stereobp.cu | 320 void level_up_messages_gpu(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream) 328 int src_idx = (dst_idx + 1) & 1; 330 level_up_message<T><<<grid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mus[src_idx], (PtrStepSz<T>)mus[dst_idx]); 333 level_up_message<T><<<grid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mds[src_idx], (PtrStepSz<T>)mds[dst_idx]); 336 level_up_message<T><<<grid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mls[src_idx], (PtrStepSz<T>)mls[dst_idx]); 339 level_up_message<T><<<grid, threads, 0, stream>>>(dst_cols, dst_rows, src_rows, (PtrStepSz<T>)mrs[src_idx], (PtrStepSz<T>)mrs[dst_idx]); 346 template void level_up_messages_gpu<short>(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream); 347 template void level_up_messages_gpu<float>(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream);
|
/system/update_engine/payload_generator/ |
delta_diff_utils.cc | 113 size_t dst_idx = 0; local 118 while (src_idx < src_extents->size() && dst_idx < dst_extents->size()) { 129 (*dst_extents)[dst_idx].start_block() + dst_offset); 132 uint64_t dst_num_blocks = (*dst_extents)[dst_idx].num_blocks(); 142 new_dst = ProcessExtentBlockRange(dst_extents, &dst_idx, do_remove,
|
/external/opencv3/modules/cudastereo/src/ |
stereobp.cpp | 66 void level_up_messages_gpu(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream); 292 typedef void (*level_up_messages_t)(int dst_idx, int dst_cols, int dst_rows, int src_rows, PtrStepSzb* mus, PtrStepSzb* mds, PtrStepSzb* mls, PtrStepSzb* mrs, cudaStream_t stream);
|
/external/vulkan-validation-layers/loader/ |
loader.c | 1696 uint32_t src_idx, dst_idx, cnt = *layer_count; local [all...] |
/external/opencv/cxcore/src/ |
cxmatmul.cpp | 1881 int src_idx = 0, dst_idx = 0; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d.h | [all...] |
/external/opencv3/modules/core/src/ |
convert.cpp | [all...] |