OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:byte_end
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
large_object_space.cc
156
byte*
byte_end
= byte_start + alloc_size - sizeof(AllocationHeader);
local
157
callback(byte_start,
byte_end
, alloc_size, arg);
159
cur_header = reinterpret_cast<AllocationHeader*>(
byte_end
);
318
byte*
byte_end
= byte_start + alloc_size - sizeof(AllocationHeader);
local
320
<< " of length " <<
byte_end
- byte_start << " bytes\n";
321
cur_header = reinterpret_cast<AllocationHeader*>(
byte_end
);
/external/e2fsprogs/misc/
findsuper.c
187
printf(_("byte_offset byte_start
byte_end
fs_blocks blksz grp last_mount_time sb_uuid label\n"));
Completed in 682 milliseconds