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

/ast/src/cmd/std/
H A Ddu.c81 #define BLOCKS(n) (Count_t)((blocksize==LS_BLOCKSIZE)?(n):(((n)*LS_BLOCKSIZE+blocksize-1)/blocksize)) macro
318 sfprintf(sfstdout, "%I*u\t%s\n", sizeof(Count_t), BLOCKS(n), ent->fts_path);
326 sfprintf(sfstdout, "%I*u\n", sizeof(Count_t), BLOCKS(count));
H A Dls.c299 #define BLOCKS(st) ((state.blocksize==LS_BLOCKSIZE)?iblocks(st):(state.blocksize>LS_BLOCKSIZE)?(iblocks(st)+state.blocksize/LS_BLOCKSIZE-1)/(state.blocksize/LS_BLOCKSIZE):iblocks(st)*(LS_BLOCKSIZE/state.blocksize))
301 #define BLOCKS(st) ((state.blocksize==LS_BLOCKSIZE)?iblocks(st):(iblocks(st)*LS_BLOCKSIZE+state.blocksize-1)/state.blocksize) macro
529 n = BLOCKS(st);
1216 list.count.blocks += BLOCKS(&p->statb);

Completed in 10 milliseconds