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

/haiku-fatelf/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp734 uint8 *outKeys = other->Keys(); local
790 memcpy(outKeys,inKeys,bytesBefore);
796 memcpy(outKeys + bytesBefore,key,bytes);
802 memcpy(outKeys + bytesBefore + bytes,inKeys + bytesBefore,bytesAfter);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBPlusTree.cpp864 uint8 *outKeys = other->Keys(); local
918 memcpy(outKeys, inKeys, bytesBefore);
924 memcpy(outKeys + bytesBefore, key, bytes);
930 memcpy(outKeys + bytesBefore + bytes, inKeys + bytesBefore, bytesAfter);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1363 uint8* outKeys = other->Keys(); local
1428 memcpy(outKeys, inKeys, bytesBefore);
1434 memcpy(outKeys + bytesBefore, key, bytes);
1440 memcpy(outKeys + bytesBefore + bytes, inKeys + bytesBefore,

Completed in 103 milliseconds