Searched refs:copyBytes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp1223 size_t copyBytes = 0; //initialize to prevent annoying, incorrect warning that it's used uninitialized local
1242 copyBytes = remainingBytes > mbuf_len( chain ) ? mbuf_len( chain ): remainingBytes;
1244 remainingBytes -= copyBytes;
1245 bcopy( mbuf_data( chain ), destptr, copyBytes); local
1246 destptr += copyBytes;
1247 if (mbuf_len( chain ) == copyBytes) //we've completely drained this mbuf
1250 copyBytes = 0; //if we break out of loop now, make sure the offset is correct
1255 // and copyBytes indicates the offset it's at.
1263 mbuf_setdata(chain, (char *)mbuf_data( chain ) + copyBytes, mbuf_len( chain ) - copyBytes );
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DDataCursor.java195 keyThang.setData(KeyRange.copyBytes(keyBytes));
198 primaryKeyThang.setData(KeyRange.copyBytes(priKeyBytes));
201 valueThang.setData(KeyRange.copyBytes(valueBytes));
H A DBlockIterator.java114 b[i] = KeyRange.copyBytes(a[i]);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java203 public static byte[] copyBytes(byte[] bytes) { method in class:KeyRange
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclStringObj.c1960 goto copyBytes;
1975 copyBytes:
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStringObj.c3044 goto copyBytes;
3059 copyBytes:

Completed in 193 milliseconds