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

/system/core/toolbox/
H A Dnewfs_msdos.c239 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
515 howmany((RESFTE + (bpb.spc ? MINCLS16 : MAXCLS12 + 1)) *
518 howmany(bpb.rde ? bpb.rde : DEFRDE,
521 (bpb.spc ? bpb.spc : howmany(DEFBLK, bpb.bps)))
525 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
526 howmany(DEFRDE, bpb.bps / sizeof(struct de)) +
528 (bpb.spc ? bpb.spc : howmany(8192, bpb.bps)))
557 rds = howmany(bpb.rde, bpb.bps / sizeof(struct de));
559 for (bpb.spc = howmany(fat == 16 ? DEFBLK16 : DEFBLK, bpb.bps);
562 howmany((RESFT
[all...]

Completed in 26 milliseconds