OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap_size
(Results
1 - 2
of
2
) sorted by null
/art/compiler/driver/
compiled_method_storage.cc
183
const size_t
swap_size
= swap_space_->GetSize();
local
184
os << " swap=" << PrettySize(
swap_size
) << " (" <<
swap_size
<< "B)";
/external/mesa3d/src/gallium/drivers/r300/
r300_texture.c
74
unsigned
swap_size
;
local
90
swap_size
= desc->is_array ? desc->channel[0].size : desc->block.bits;
92
switch (
swap_size
) {
[
all
...]
Completed in 264 milliseconds