Searched refs:srcBuf (Results 1 – 2 of 2) sorted by relevance
107 ByteBuffer srcBuf = ByteBuffer.wrap(srcArr); in test0() local121 int limit = srcBuf.limit(); in test0()122 ByteBuffer resBuf = encoder.encode(srcBuf); in test0()123 assertEqual(srcBuf.position(), limit); in test0()124 assertEqual(srcBuf.limit(), limit); in test0()126 srcBuf.rewind(); // reset for next test in test0()147 assertEqual(resBuf, srcBuf); in test0()
83 long srcBuf = unsafe.allocateMemory(msg.length); in test_copyMemory() local85 long srcPtr = srcBuf; in test_copyMemory()93 unsafe.copyMemory(srcBuf, dstBuf, msg.length); in test_copyMemory()96 long srcPtr = srcBuf; in test_copyMemory()108 unsafe.freeMemory(srcBuf); in test_copyMemory()