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

  /external/chromium_org/ui/gl/
gl_context_glx.cc 214 GLint kbytes = 0; local
215 glGetIntegerv(GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX, &kbytes);
216 *bytes = 1024*kbytes;
  /external/e2fsprogs/e2fsck/
util.c 338 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) macro
342 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd),
343 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks));
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 166 milliseconds