HomeSort by relevance Sort by last modified time
    Searched full:byte_start (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_media_metadata_parser.cc 85 int64 request_id, int64 byte_start, int64 length) {
91 request_id, byte_start, length));
95 int64 request_id, int64 byte_start, int64 length) {
101 reader->SetByteRange(byte_start, length);
safe_media_metadata_parser.h 69 void OnUtilityProcessRequestBlobBytes(int64 request_id, int64 byte_start,
71 void StartBlobReaderOnUIThread(int64 request_id, int64 byte_start,
  /art/runtime/gc/space/
large_object_space.cc 321 byte* byte_start = reinterpret_cast<byte*>(GetAddressForAllocationInfo(cur_info)); local
322 byte* byte_end = byte_start + alloc_size;
323 callback(byte_start, byte_end, alloc_size, arg);
  /external/e2fsprogs/misc/
findsuper.c 189 printf(_("byte_offset byte_start byte_end fs_blocks blksz grp last_mount_time sb_uuid label\n"));

Completed in 160 milliseconds