HomeSort by relevance Sort by last modified time
    Searched refs:dst_offset (Results 1 - 21 of 21) sorted by null

  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 156 unsigned int src_offset, dst_offset; local
165 dst_offset = width * i + j;
167 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
169 dst_offset += width;
170 memcpy(y_dst + dst_offset, y_src + src_offset, 16);
172 dst_offset += width;
177 dst_offset = width * i + j;
179 memcpy(y_dst + dst_offset, y_src + src_offset, width - j);
181 dst_offset += width;
182 memcpy(y_dst + dst_offset, y_src + src_offset, width - j)
243 unsigned int src_offset, dst_offset; local
327 unsigned int src_offset, dst_offset; local
    [all...]
csc_tiled_to_linear_uv_deinterleave_neon.s 64 @r7 dst_offset
94 add r7, r0, r12 @ dst_offset = u_dst + temp1
109 add r7, r1, r12 @ dst_offset = v_dst + temp1
csc_tiled_to_linear_uv_neon.s 61 @r7 dst_offset
91 add r7, r0, r12 @ dst_offset = y_dst + temp1
csc_tiled_to_linear_y_neon.s 62 @r7 dst_offset
96 add r7, r0, r12 @ dst_offset = y_dst + temp1
  /bootable/recovery/minelf/
Retouch.c 48 int32_t *dst_offset, uint32_t *dst_contents) {
50 *dst_offset = offs_prev + (((encoded_bytes[0]&0x60)>>5)+1)*4;
58 *dst_offset = offs_prev + (((encoded_bytes[0]&0x30)>>4)+1)*4;
67 *dst_offset =
72 if (*dst_offset == 0x3fffffff) *dst_offset = -1;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_rate.h 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
pcm_extplug.h 130 snd_pcm_uframes_t dst_offset,
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_rate.h 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
pcm_extplug.h 130 snd_pcm_uframes_t dst_offset,
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_rate.h 85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
pcm_extplug.h 130 snd_pcm_uframes_t dst_offset,
pcm.h     [all...]
  /external/valgrind/main/none/tests/s390x/
mvcl.c 175 uint32_t dst_offset, dst_len, src_offset, src_len; local
264 for (dst_offset = 0; dst_offset < sizeof buf; ++dst_offset)
265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len)
268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x');
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc 251 int raw_offset, dst_offset; local
254 timezone.getOffset(now, false, raw_offset, dst_offset, status);
256 int offset = raw_offset + dst_offset;
276 timezone.getDisplayName(dst_offset != 0, icu::TimeZone::LONG, name);
  /external/chromium/base/third_party/nspr/
prtime.cc 527 int dst_offset = 0; local
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 866 int dst_offset = i * kDoubleSize + double_regs_offset; local
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 911 int dst_offset = i * kDoubleSize + double_regs_offset; local
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 858 int dst_offset = i * kDoubleSize + double_regs_offset; local
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 846 int dst_offset = i * kDoubleSize + double_regs_offset; local
    [all...]

Completed in 441 milliseconds