Home
last modified time | relevance | path

Searched defs:bufB (Results 1 – 25 of 83) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/esan/TestCases/
H A Dworkingset-simple.cpp19 char bufB[64]; in main() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/io/
H A DTestFileChannelEvents.java63 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java104 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java62 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java105 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java62 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketEvents.java105 s.connect(ss.getLocalSocketAddress()); in try()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/event/io/
H A DTestFileChannelEvents.java60 ByteBuffer bufB = ByteBuffer.allocateDirect(20); in main() local
H A DTestSocketChannelEvents.java103 ByteBuffer bufB = ByteBuffer.allocateDirect(bufSizeB); in test() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/validation/
H A DBufferValidationTests.cpp506 wgpu::Buffer bufB = device.CreateBuffer(&descriptorB); in TEST_F() local
525 wgpu::Buffer bufB = device.CreateBuffer(&descriptorB); in TEST_F() local
537 wgpu::Buffer bufB = device.CreateBuffer(&descriptorB); in TEST_F() local
551 wgpu::Buffer bufB = device.CreateBuffer(&descriptorB); in TEST_F() local
563 wgpu::Buffer bufB = device.CreateBuffer(&mappedBufferDesc); in TEST_F() local
584 wgpu::Buffer bufB = device.CreateBuffer(&descriptorB); in TEST_F() local
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/tutorials/
H A Dex2.c15 PetscScalar *bufB; in main() local
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Tests/
H A DAllocatorTest.cpp62 char *bufB = (char*)malloc(N); in testEnlarge() local
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/cuda/
H A Dmatrix_operations_prod.hpp72 __shared__ NumericT bufB[272]; in matrix_matrix_col_col_col_prod_AA_kernel() local
159 __shared__ NumericT bufB[272]; in matrix_matrix_col_col_col_prod_AT_kernel() local
246 __shared__ NumericT bufB[272]; in matrix_matrix_col_col_col_prod_TA_kernel() local
333 __shared__ NumericT bufB[272]; in matrix_matrix_col_col_col_prod_TT_kernel() local
427 __shared__ NumericT bufB[272]; in matrix_matrix_row_col_col_prod_AA_kernel() local
514 __shared__ NumericT bufB[272]; in matrix_matrix_row_col_col_prod_AT_kernel() local
601 __shared__ NumericT bufB[272]; in matrix_matrix_row_col_col_prod_TA_kernel() local
688 __shared__ NumericT bufB[272]; in matrix_matrix_row_col_col_prod_TT_kernel() local
783 __shared__ NumericT bufB[272]; in matrix_matrix_col_col_row_prod_AA_kernel() local
870 __shared__ NumericT bufB[272]; in matrix_matrix_col_col_row_prod_AT_kernel() local
[all …]

1234