Searched refs:kbytes (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/resize/
H A Dresource_track.c79 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
83 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
84 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
/external/chromium_org/ui/gl/
H A Dgl_context_glx.cc199 GLint kbytes = 0; local
200 glGetIntegerv(GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX, &kbytes);
201 *bytes = 1024*kbytes;
/external/e2fsprogs/e2fsck/
H A Dutil.c392 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
396 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
397 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c2938 sub di, #0x0800 ;; sub 2 kbytes from offset
3089 sub si, #0x0800 ;; sub 2 kbytes from offset

Completed in 189 milliseconds