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

/linux-4.4.14/kernel/
H A Dacct.c309 #define EXPSIZE 3 /* Base 8 (3 bit) exponent. */ macro
318 rnd = value & (1 << (EXPSIZE - 1)); /* Round up? */ encode_comp_t()
319 value >>= EXPSIZE; /* Base 8 exponent == 3 bit shift. */ encode_comp_t() local
327 value >>= EXPSIZE; encode_comp_t() local

Completed in 80 milliseconds