Home
last modified time | relevance | path

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

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