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

  /bionic/linker/
linker_block_allocator.cpp 26 static constexpr size_t round_up(size_t size, size_t multiplier) { function
42 round_up(block_size < sizeof(FreeBlockInfo) ? sizeof(FreeBlockInfo) : block_size, 16)),
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/kernel/
kernel.h 75 #define round_up(x,y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/
kernel.h 131 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
  /external/libdrm/omap/
omap_drm.c 50 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
219 bo->size = round_up(size.tiled.width, PAGE_SIZE) * size.tiled.height;
  /system/extras/verity/
build_verity_tree.cpp 33 #define round_up(x,y) (div_round_up(x,y)*(y)) macro
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 78 const static int ROUND_UP[4] = { 0, 3, 2, 1 };
81 round_up(int n) function in namespace:android
83 return n + ROUND_UP[n % 4];
116 int nameBufSize = round_up(file.nameLen);
154 bytesWritten += sizeof(FileState) + round_up(name.length());
188 int paddingLen = ROUND_UP[nameLen % 4];
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldexp.c 141 bfd_boolean round_up = FALSE; local
148 round_up = TRUE;
152 if (round_up)
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 5242 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 323 milliseconds