Home
last modified time | relevance | path

Searched defs:howmany (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dparam.h30 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/third_party/musl/include/sys/
H A Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Daiocp.c55 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibbitmask.c42 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) in smtp_send_bodyh_data() argument

Completed in 6 milliseconds