Home
last modified time | relevance | path

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

/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Dselect.h16 #ifndef howmany
17 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
23 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Dselect.h16 #ifndef howmany
17 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
23 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Drgb2ycbcr.c48 #ifndef howmany
49 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
51 #define roundup(x, y) (howmany(x,y)*((uint32)(y)))
A Dtiff2rgba.c48 #ifndef howmany
49 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
51 #define roundup(x, y) (howmany(x,y)*((uint32)(y)))
A Dtiff2ps.c2432 #define DOBREAK(len, howmany, fd) \ argument
2433 if (((len) -= (howmany)) <= 0) { \
2435 (len) = MAXLINE-(howmany); \

Completed in 14 milliseconds