Home
last modified time | relevance | path

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

/external/musl/include/sys/
Dparam.h27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/external/trusty/musl/include/sys/
Dparam.h29 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
/external/libaom/av1/encoder/arm/neon/
Dhighbd_fwd_txfm_neon.c601 int howmany) { in highbd_fdct8_xn_neon()
611 int howmany) { in highbd_fadst8_xn_neon()
621 int howmany) { in highbd_fidentity8_xn_neon()
1020 const int howmany) { in highbd_fdct16_xn_neon()
1029 int howmany) { in highbd_fadst16_xn_neon()
1038 int bit, int howmany) { in highbd_fidentity16_xn_neon()
/external/cronet/third_party/libevent/
Dselect.c60 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c55 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c42 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/external/igt-gpu-tools/tests/
Dkms_atomic_transition.c737 static void run_modeset_tests(igt_display_t *display, int howmany, bool nonblocking, bool fencing) in run_modeset_tests()