Searched refs:dsts (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.h68 LLVMValueRef *dsts, unsigned num_dsts);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_frame_scale.c28 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
44 uint8_t *dst_ptr = dsts[i] + (y / factor) * dst_stride + (x / factor);
H A Dvp9_encoder.c2694 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
2705 src_strides[i], dsts[i], dst_heights[i],
2709 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]);
2713 dsts[i], dst_heights[i], dst_widths[i], dst_strides[i]);
2731 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
2747 uint8_t *dst_ptr = dsts[i] + (y / factor) * dst_stride + (x / factor);
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscrypt.java389 * @param dsts the destination buffers
394 final ByteBuffer[] dsts) throws SSLException {
395 return toConscrypt(engine).unwrap(srcs, dsts);
405 * @param dsts the destination buffers
406 * @param dstsOffset the offset in the {@code dsts} array of the first destination buffer
412 int srcsOffset, final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset,
415 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength);
393 unwrap(SSLEngine engine, final ByteBuffer[] srcs, final ByteBuffer[] dsts) argument
411 unwrap(SSLEngine engine, final ByteBuffer[] srcs, int srcsOffset, final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) argument
H A DOpenSSLEngineImpl.java605 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { argument
608 return unwrap(singleSrcBuffer(src), dsts);
616 public SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, final int offset, argument
620 return unwrap(singleSrcBuffer(src), 0, 1, dsts, offset, length);
627 SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) throws SSLException { argument
629 checkNotNull(dsts, "dsts");
630 return unwrap(srcs, 0, srcs.length, dsts, 0, dsts.length);
634 final ByteBuffer[] dsts, fina
633 unwrap(final ByteBuffer[] srcs, int srcsOffset, final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) argument
820 calcDstsLength(ByteBuffer[] dsts, int dstsOffset, int dstsLength) argument
[all...]
/external/libcxx/utils/libcxx/test/
H A Dexecutor.py157 dsts = [target_exe_path]
162 dsts.extend(dev_paths)
163 self.copy_in(srcs, dsts)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c244 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
249 CONVERT_TO_SHORTPTR(srcs[i]), CONVERT_TO_SHORTPTR(dsts[i]),
/external/llvm/include/llvm/Support/
H A DGCOV.h347 iterator_range<EdgeIterator> dsts() const { function in class:llvm::GCOVBlock
/external/llvm/lib/IR/
H A DGCOV.cpp725 for (const GCOVEdge *Edge : Block.dsts()) {
/external/valgrind/helgrind/
H A Dhg_main.c3833 Lock* laog__do_dfs_from_to ( Lock* src, WordSetID dsts /* univ_lsets */ )
3847 if (HG_(isEmptyWS)( univ_lsets, dsts ))
3865 if (HG_(elemWS)( univ_lsets, dsts, (UWord)here )) { ret = here; break; }
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2931 milliseconds