Searched defs:howmany (Results 1 – 3 of 3) sorted by relevance
41 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
652 #define howmany(x, y) (((x) + ((y)-1)) / (y)) macro
1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) in smtp_send_bodyh_data()
Completed in 25 milliseconds