Home
last modified time | relevance | path

Searched refs:MB_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.c528 if (p_num >= MB_SIZE && info->version == 0 && info->zero1 == 0) { in get_mb_info()
543 if (p_num < MB_SIZE || info->zero1 || in get_mb_info()
599 s_entry->hfs_off = MB_SIZE; in get_mb_info()
605 s_entry1->hfs_off = MB_SIZE + V_ROUND_UP(hfs_ent->dsize, MB_SIZE); in get_mb_info()
H A Dapple.h252 #define MB_SIZE 128 macro