Home
last modified time | relevance | path

Searched defs:howmany (Results 1 – 3 of 3) sorted by relevance

/components/libc/compilers/common/include/sys/
A Dselect.h41 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/components/lwp/terminal/
A Dbsd_porting.h652 #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()

Completed in 25 milliseconds