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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dread_write.c755 #define HALF_LONG_BITS (BITS_PER_LONG / 2) macro
756 return (((loff_t)high << HALF_LONG_BITS) << HALF_LONG_BITS) | low;

Completed in 104 milliseconds