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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4377 int shift_count = hfsmp->vcbFreeExtCnt - index - 1; local
4378 if (shift_count > 0) {
4379 memmove(&hfsmp->vcbFreeExt[index], &hfsmp->vcbFreeExt[index+1], shift_count * sizeof(hfsmp->vcbFreeExt[0]));
4454 int shift_count = hfsmp->vcbFreeExtCnt - i - 1; local
4455 if (shift_count > 0) {
4456 memmove(&hfsmp->vcbFreeExt[i+1], &hfsmp->vcbFreeExt[i], shift_count * sizeof(hfsmp->vcbFreeExt[0]));

Completed in 24 milliseconds