Home
last modified time | relevance | path

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

/external/coreboot/src/soc/intel/denverton_ns/
Dcsme_ie_kt.c15 static void pci_read_bases(struct device *dev, unsigned int howmany) in pci_read_bases()
/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/
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/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c55 # 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()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c42 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
/external/coreboot/src/device/
Dpci_device.c448 static void pci_read_bases(struct device *dev, unsigned int howmany) in pci_read_bases()