Home
last modified time | relevance | path

Searched defs:ROUNDTOTBLOCK (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c8543 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1)) macro
/titanic_50/usr/src/cmd/tar/
H A Dtar.c7580 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1)) macro