Home
last modified time | relevance | path

Searched defs:roundup (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.c40 const size_t roundup = ((len+15)/16)*16; in test_strlen() local
/external/mesa3d/src/mesa/main/
Dvsnprintf.c45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/external/linux-tools-perf/src/tools/perf/util/include/linux/
Dkernel.h50 #define roundup(x, y) ( \ macro
/external/vboot_reference/futility/
Dvb1_helper.c90 static uint64_t roundup(uint64_t val, uint64_t alignment) in roundup() function
/external/libpcap/
Dpcap-bpf.c1700 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/external/openssh/
Ddefines.h461 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro