Searched defs:nBytes (Results 1 – 3 of 3) sorted by relevance
593 for (int32 nBytes = temp >> 1; nBytes != 0; nBytes--) /* read main data. */ in fillMainDataBuf() local612 for (int32 nBytes = temp >> 1; nBytes != 0; nBytes--) /* read main data. */ in fillMainDataBuf() local
42 int nBytes; in dumpOneStack() local
723 int nBytes = in.readInt(); in onRestoreFile() local1004 private void restoreLockSettings(byte[] buffer, int nBytes) { in restoreLockSettings()