Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue_builder.c78 rogue_ref dsts[] = { dst0 }; in rogue_build_alu11() local
89 rogue_ref dsts[] = { dst0 }; in rogue_build_alu12() local
101 rogue_ref dsts[] = { dst0 }; in rogue_build_alu13() local
113 rogue_ref dsts[] = { dst0, dst1 }; in rogue_build_alu22() local
126 rogue_ref dsts[] = { dst0, dst1 }; in rogue_build_alu23() local
142 rogue_ref dsts[] = { dst0, dst1, dst2 }; in rogue_build_alu35() local
291 rogue_ref dsts[] = { dst0 }; in rogue_build_backend11() local
304 rogue_ref dsts[] = { dst0 }; in rogue_build_backend13() local
318 rogue_ref dsts[] = { dst0 }; in rogue_build_backend14() local
348 rogue_ref dsts[] = { dst0 }; in rogue_build_backend16() local
[all …]
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A 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()
H A 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()
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A 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()
H A 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()
H A DConscrypt.java661 final ByteBuffer[] dsts) throws SSLException { in unwrap()
679 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DScatteringByteChannel.java123 public long read(ByteBuffer[] dsts, int offset, int length) in read()
160 public long read(ByteBuffer[] dsts) throws IOException; in read()
DDatagramChannel.java521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
537 public final long read(ByteBuffer[] dsts) throws IOException { in read()
DSocketChannel.java478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
485 public final long read(ByteBuffer[] dsts) throws IOException { in read()
DFileChannel.java369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
380 public final long read(ByteBuffer[] dsts) throws IOException { in read()
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DScatteringByteChannel.java123 public long read(ByteBuffer[] dsts, int offset, int length) in read()
160 public long read(ByteBuffer[] dsts) throws IOException; in read()
H A DDatagramChannel.java521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
537 public final long read(ByteBuffer[] dsts) throws IOException { in read()
H A DSocketChannel.java478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
485 public final long read(ByteBuffer[] dsts) throws IOException { in read()
H A DFileChannel.java369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
380 public final long read(ByteBuffer[] dsts) throws IOException { in read()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/channels/
DScatteringByteChannel.java123 public long read(ByteBuffer[] dsts, int offset, int length) in read()
160 public long read(ByteBuffer[] dsts) throws IOException; in read()
DSocketChannel.java478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
485 public final long read(ByteBuffer[] dsts) throws IOException { in read()
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java217 ByteBuffer[] dsts, in implRead()
226 ByteBuffer[] dsts, in read()
301 public final <A> void read(ByteBuffer[] dsts, in read()
H A DSourceChannelImpl.java183 public long read(ByteBuffer[] dsts, int offset, int length) in read()
191 public long read(ByteBuffer[] dsts) throws IOException { in read()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DDatagramChannel.java521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
537 public final long read(ByteBuffer[] dsts) throws IOException { in read()
DFileChannel.java369 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read()
380 public final long read(ByteBuffer[] dsts) throws IOException { in read()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DSplitFixture.h113 std::vector<SimpleTensor<T>> dsts; in compute_reference() local
222 std::vector<SimpleTensor<T>> dsts; in compute_reference() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLEngine.java1328 ByteBuffer [] dsts) throws SSLException { in unwrap()
1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/26/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLEngine.java1328 ByteBuffer [] dsts) throws SSLException { in unwrap()
1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
/aosp_15_r20/libcore/ojluni/src/main/java/javax/net/ssl/
H A DSSLEngine.java1328 ByteBuffer [] dsts) throws SSLException { in unwrap()
1416 ByteBuffer [] dsts, int offset, int length) throws SSLException; in unwrap()
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_ring_sync_copy.c75 struct igt_buf *dsts; member
80 drm_intel_bo **dsts; member

12345678910>>...13