Home
last modified time | relevance | path

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

/components/libc/compilers/common/include/sys/
A Dselect.h40 #ifndef howmany
41 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
45 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/components/lwp/terminal/freebsd/
A Dtty_outq.c106 to->to_quota = howmany(size, TTYOUTQ_DATASIZE); in ttyoutq_setsize()
A Dtty_inq.c128 ti->ti_quota = howmany(size, TTYINQ_DATASIZE); in ttyinq_setsize()
/components/lwp/terminal/
A Dbsd_porting.h651 #ifndef howmany
652 #define howmany(x, y) (((x) + ((y)-1)) / (y)) macro
/components/net/lwip/lwip-2.1.2/src/apps/smtp/
A Dsmtp.c1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) in smtp_send_bodyh_data() argument
1451 u16_t len = *howmany; in smtp_send_bodyh_data()
1457 if ((*howmany -= len) > 0) { in smtp_send_bodyh_data()

Completed in 12 milliseconds