Searched defs:howmany (Results 1 – 9 of 9) sorted by relevance
27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
30 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
106 .macro inc howmany argument
42 #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()