Searched defs:alignLength (Results 1 – 1 of 1) sorted by relevance
222 int alignLength in updateBytes() local297 int alignLength = (8 - (int) ((address + off) & 0x7)) & 0x7; in updateDirectByteBuffer() local