OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_free
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_mm.c
42
int total_used = 0,
total_free
= 0;
local
49
total_free
+= p->size;
55
total_used +
total_free
, total_used,
total_free
);
/external/mesa3d/src/gallium/auxiliary/util/
u_mm.c
42
int total_used = 0,
total_free
= 0;
local
49
total_free
+= p->size;
55
total_used +
total_free
, total_used,
total_free
);
/external/compiler-rt/lib/asan/
asan_stats.cc
168
uptr
total_free
= stats.mmaped
local
174
// Return sane value if
total_free
< total_used due to racy
176
return (
total_free
> total_used) ?
total_free
- total_used : 1;
/external/e2fsprogs/misc/
tune2fs.c
1668
int
total_free
= 0;
local
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.c
3014
long
total_free
= 0;
local
[
all
...]
Completed in 345 milliseconds