HomeSort by relevance Sort by last modified time
    Searched refs:round_down (Results 1 - 6 of 6) sorted by null

  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/
kernel.h 76 #define round_down(x,y) ((x) & ~__round_mask(x, y)) macro
  /system/core/fastboot/
protocol.c 31 #define round_down(a, b) \ macro
252 to_write = round_down(len, USB_BUF_SIZE);
  /external/linux-tools-perf/src/tools/perf/util/include/linux/
kernel.h 126 * 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
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/
kernel.h 126 * 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/src/tools/perf/
builtin-record.c 692 unsigned long max_size = round_down(USHRT_MAX, sizeof(u64));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 5236 #define round_down macro
    [all...]

Completed in 302 milliseconds