HomeSort by relevance Sort by last modified time
    Searched defs:kbytes (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/resize/
resource_track.c 80 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
84 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
85 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
  /toolchain/binutils/binutils-2.27/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;
  /external/e2fsprogs/e2fsck/
util.c 426 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
430 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
431 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));

Completed in 210 milliseconds