Searched refs:alignLength (Results 1 – 1 of 1) sorted by relevance
222 int alignLength in updateBytes() local224 for (int alignEnd = off + alignLength; off < alignEnd; off++) { in updateBytes()297 int alignLength = (8 - (int) ((address + off) & 0x7)) & 0x7; in updateDirectByteBuffer() local298 for (int alignEnd = off + alignLength; off < alignEnd; off++) { in updateDirectByteBuffer()