Searched refs:MoveRecordsRight (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h472 void MoveRecordsRight (u_int8_t * src,
476 #define MoveRecordsRight(src,dst,bytes) bcopy((src),(dst),(bytes)) macro
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c522 MoveRecordsRight (src, dst, bytesToMove);
608 MoveRecordsRight (src, dst, bytesToMove);

Completed in 21 milliseconds