Home
last modified time | relevance | path

Searched refs:LONGS (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/char/
Drandom.c280 #define LONGS(x) (((x) + sizeof(unsigned long) - 1)/sizeof(unsigned long)) macro
906 unsigned long l[LONGS(EXTRACT_SIZE)]; in extract_buf()
951 for (i = 0; i < LONGS(EXTRACT_SIZE); i++) { in extract_buf()