OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kbytes
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/resize/
resource_track.c
79
#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/
gl_context_glx.cc
199
GLint
kbytes
= 0;
local
200
glGetIntegerv(GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX, &
kbytes
);
201
*bytes = 1024*
kbytes
;
/external/e2fsprogs/e2fsck/
util.c
392
#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));
Completed in 672 milliseconds