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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
kernel.h 131 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
  /frameworks/base/libs/androidfw/
BackupData.cpp 45 const static int ROUND_UP[4] = { 0, 3, 2, 1 };
48 round_up(size_t n) function in namespace:android
50 return n + ROUND_UP[n % 4];
56 return ROUND_UP[n % 4];
BackupHelpers.cpp 81 const static int ROUND_UP[4] = { 0, 3, 2, 1 };
84 round_up(int n) function in namespace:android
86 return n + ROUND_UP[n % 4];
119 int nameBufSize = round_up(file.nameLen);
157 bytesWritten += sizeof(FileState) + round_up(name.length());
191 int paddingLen = ROUND_UP[nameLen % 4];
    [all...]
  /system/extras/verity/
build_verity_tree.cpp 29 #define round_up(x,y) (div_round_up(x,y)*(y)) macro
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 704 size = round_up(size, sizeof(u64));
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 5051 Label round_up; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 5234 #define round_up macro
    [all...]

Completed in 137 milliseconds