Searched refs:total_len (Results 1 – 1 of 1) sorted by relevance
415 final int total_len = off + len; in CRC32DirectByteBuffer() local416 ByteBuffer buf = ByteBuffer.allocateDirect(total_len).put(bytes, 0, total_len); in CRC32DirectByteBuffer()