OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_end
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/accounting/
space_bitmap-inl.h
80
const uintptr_t
offset_end
= visit_end - heap_begin_;
local
83
const uintptr_t index_end = OffsetToIndex(
offset_end
);
86
const size_t bit_end = (
offset_end
/ kAlignment) % kBitsPerWord;
/external/chromium_org/components/policy/core/common/
schema_internal.h
87
// than |
offset_end
| is assumed.
90
int
offset_end
;
member in struct:policy::internal::RestrictionNode::EnumerationRestriction
schema.cc
612
int
offset_end
;
local
624
offset_end
= static_cast<int>(int_enums_.size());
637
offset_end
= static_cast<int>(string_enums_.size());
645
restriction_nodes_.back().enumeration_restriction.
offset_end
=
offset_end
;
[
all
...]
/external/flac/libFLAC/
metadata_iterators.c
3035
const off_t
offset_end
= append? iterator->offset[iterator->depth] + (off_t)FLAC__STREAM_METADATA_HEADER_LENGTH + (off_t)iterator->length : iterator->offset[iterator->depth];
local
[
all
...]
Completed in 68 milliseconds