allocateDirect    705 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity);
allocateDirect    718 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 2);
allocateDirect    731 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 2);
allocateDirect    744 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 4);
allocateDirect    757 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 8);
allocateDirect    770 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 4);
allocateDirect    783 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 8);