Searched refs:howmany (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | select.h | 16 #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 D | select.h | 16 #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 D | rgb2ycbcr.c | 48 #ifndef howmany 49 #define howmany(x, y) (((x)+((y)-1))/(y)) macro 51 #define roundup(x, y) (howmany(x,y)*((uint32)(y)))
|
A D | tiff2rgba.c | 48 #ifndef howmany 49 #define howmany(x, y) (((x)+((y)-1))/(y)) macro 51 #define roundup(x, y) (howmany(x,y)*((uint32)(y)))
|
A D | tiff2ps.c | 2432 #define DOBREAK(len, howmany, fd) \ argument 2433 if (((len) -= (howmany)) <= 0) { \ 2435 (len) = MAXLINE-(howmany); \
|
Completed in 14 milliseconds