Searched refs:round_down (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
H A Dkernel.h126 * get the type for the ~ right in round_down (it needs to be
132 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c696 unsigned long max_size = round_down(USHRT_MAX, sizeof(u64));

Completed in 169 milliseconds