Searched defs:howmany (Results 1 – 8 of 8) sorted by relevance
/external/coreboot/src/soc/intel/denverton_ns/ |
D | csme_ie_kt.c | 15 static void pci_read_bases(struct device *dev, unsigned int howmany) in pci_read_bases()
|
/external/musl/include/sys/ |
D | param.h | 27 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
|
/external/trusty/musl/include/sys/ |
D | param.h | 29 #define howmany(n,d) (((n)+((d)-1))/(d)) macro
|
/external/libaom/av1/encoder/arm/ |
D | highbd_fwd_txfm_neon.c | 601 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/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 55 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic_transition.c | 737 static void run_modeset_tests(igt_display_t *display, int howmany, bool nonblocking, bool fencing) in run_modeset_tests()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libbitmask.c | 42 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
|
/external/coreboot/src/device/ |
D | pci_device.c | 448 static void pci_read_bases(struct device *dev, unsigned int howmany) in pci_read_bases()
|