HomeSort by relevance Sort by last modified time
    Searched defs:offset_end (Results 1 - 6 of 6) 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...]
  /system/core/adb/
commandline.c 603 size_t offset_end = offset + SIDELOAD_HOST_BLOCK_SIZE; local
605 if (offset_end > sz) {
    [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...]
  /external/pcre/dist/
pcre_internal.h 2501 int offset_end; \/* One past the end *\/ member in struct:match_data
    [all...]

Completed in 261 milliseconds