HomeSort by relevance Sort by last modified time
    Searched refs:UpdateUInt64 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/webm/
cluster_builder.h 45 void UpdateUInt64(int offset, int64 value);
cluster_builder.cc 78 UpdateUInt64(block_offset + kSimpleBlockSizeOffset, block_size);
98 UpdateUInt64(block_group_offset + kBlockGroupSizeOffset, block_group_size);
99 UpdateUInt64(block_group_offset + kBlockGroupDurationOffset, duration);
100 UpdateUInt64(block_group_offset + kBlockGroupBlockSizeOffset, block_size);
136 UpdateUInt64(kClusterSizeOffset, bytes_used_ - (kClusterSizeOffset + 8));
164 void ClusterBuilder::UpdateUInt64(int offset, int64 value) {
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 83 crc.UpdateUInt64(h.NextHeaderOffset);
84 crc.UpdateUInt64(h.NextHeaderSize);
86 crc.UpdateUInt64(h.ArchiveStartOffset);
87 crc.UpdateUInt64(h.AdditionalStartBlockSize);

Completed in 60 milliseconds