Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dparam.h60 #ifndef howmany
61 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dpoll.c62 bytes = howmany (max_fd_size, __NFDBITS);
87 nbytes = howmany (max_fd_size, __NFDBITS);

Completed in 3 milliseconds