Searched refs:byteOffset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DUtfOps.java149 * @param byteOffset the offset into the byte array at which
167 public static int bytesToChars(byte[] bytes, int byteOffset, argument
173 len += isByteLen ? byteOffset : charOffset;
174 while ((isByteLen ? byteOffset : charOffset) < len) {
175 char1 = bytes[byteOffset++] & 0xff;
181 char2 = bytes[byteOffset++];
189 char2 = bytes[byteOffset++];
190 char3 = bytes[byteOffset++];
201 return byteOffset;
214 * @param byteOffset th
218 charsToBytes(char[] chars, int charOffset, byte[] bytes, int byteOffset, int charLength) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpreg.c1558 u32_t byteOffset, bitnum; local
1561 byteOffset = bit/64;
1562 bitnum = bit - byteOffset*64;
1564 if (bitmask[byteOffset] & val)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtorrent.c550 getBytePiece( const tr_info * info, uint64_t byteOffset )
555 return byteOffset / info->pieceSize;

Completed in 39 milliseconds