Home
last modified time | relevance | path

Searched defs:dsts (Results 1 – 21 of 21) 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.java633 final ByteBuffer[] dsts) throws SSLException { in unwrap()
651 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DAbstractConscryptEngine.java111 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap()
114 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap()
117 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap()
121 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap()
DJava8EngineWrapper.java241 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap()
246 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap()
252 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap()
257 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap()
DConscrypt.java643 final ByteBuffer[] dsts) throws SSLException { in unwrap()
661 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
/external/skia/docs/examples/
DMatrix_MakeRectToRect.cpp8 const SkRect dsts[] = { {0, 0, 0, 0}, {5, 6, 8, 9} }; in draw() local
/external/ComputeLibrary/tests/validation/fixtures/
DSplitFixture.h113 std::vector<SimpleTensor<T>> dsts; in compute_reference() local
222 std::vector<SimpleTensor<T>> dsts; in compute_reference() local
/external/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.c2990 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
3027 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; local
/external/igt-gpu-tools/tests/i915/
Dgem_ring_sync_copy.c75 struct igt_buf *dsts; member
80 drm_intel_bo **dsts; member
/external/skia/src/gpu/graphite/
DFactoryFunctions.cpp76 SkSpan<const sk_sp<PrecompileShader>> dsts, in PrecompileBlendShader()
198 SkSpan<const sk_sp<PrecompileShader>> dsts, in Blend()
233 SkSpan<const sk_sp<PrecompileShader>> dsts, in Blend()
/external/libvpx/vp9/common/
Dvp9_postproc.c245 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_deblock() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java177 public long read(ByteBuffer[] dsts, int offset, int length) throws IOException { in read()
/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp68 set *dsts; member in __anon83e737c10111::acp_entry
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h361 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/llvm/include/llvm/Support/
DGCOV.h347 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/
Dgml_st_ops.cc1781 ValueRange srcs, ValueRange dsts, ValueRange sets) { in build()
1789 ValueRange dsts, ValueRange sets, ArrayAttr accumulatorFlags, in build()
1897 SmallVector<OpAsmParser::UnresolvedOperand, 4> srcs, dsts, sets; in parse() local
/external/skia/modules/canvaskit/tests/
Dcore_test.js287 const dsts = CanvasKit.Malloc(Float32Array, 16); constant
327 const dsts = [ variable
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c889 struct ureg_dst dsts[2] = { temp, temp }; in ntt_emit_alu() local
/external/virglrenderer/src/
Dvrend_shader.c5329 char *dsts[3]; in iter_instruction() local