45    if ( 
_count && blocksize_r )
 
 
   73    if ( usize < 
K.factor() )
 
   75    if ( usize < 
M.factor() )
 
   77    if ( usize < 
G.factor() )
 
   79    if ( usize < 
T.factor() )
 
 
   92    if ( usize < 
kB.factor() )
 
   94    if ( usize < 
MB.factor() )
 
   96    if ( usize < 
GB.factor() )
 
   98    if ( usize < 
TB.factor() )
 
 
static const Unit MB
1000^2 Byte
static const Unit G
1024^3 Byte
const Unit & bestUnit1000() const
Return the best Unit (B,kB,MB,GB,TB) for count.
static const Unit kB
1000 Byte
ByteCount & fillBlock(ByteCount blocksize_r=K)
Adjust count to multiple of blocksize_r (default 1K).
const Unit & bestUnit() const
Return the best Unit (B,K,M,G,T) for count.
static const Unit K
1024 Byte
static const Unit TB
1000^4 Byte
static const Unit B
1 Byte
static const Unit M
1024^2 Byte
static const Unit GB
1000^3 Byte
static const Unit T
1024^4 Byte
Easy-to use interface to the ZYPP dependency resolver.