HomeSort by relevance Sort by last modified time
    Searched refs:round_down (Results 1 - 4 of 4) 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.cpp 29 #define round_down(a, b) \ macro
222 to_write = round_down(len, TRANSPORT_BUF_SIZE);
  /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
  /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 737 milliseconds