Home
last modified time | relevance | path

Searched defs:dsts (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractConscryptEngine.java110 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap()
113 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap()
116 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap()
120 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap()
DJava8EngineWrapper.java240 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap()
245 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap()
251 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap()
256 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap()
DConscrypt.java462 final ByteBuffer[] dsts) throws SSLException { in unwrap()
480 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
/external/skqp/tests/
DSkColorSpace_NewTest.cpp47 SkColor dsts[3]; in DEF_TEST() local
/external/skia/tests/
DSkColorSpace_NewTest.cpp47 SkColor dsts[3]; in DEF_TEST() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c26 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_scale_and_extend_frame_c() local
Dvp9_encoder.c2636 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
2673 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c244 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_deblock() local
/external/llvm/include/llvm/Support/
DGCOV.h347 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/valgrind/helgrind/
Dhg_main.c3835 Lock* laog__do_dfs_from_to ( Lock* src, WordSetID dsts /* univ_lsets */ ) in laog__do_dfs_from_to()