Home
last modified time | relevance | path

Searched refs:running_size (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_util.cc38 int64_t running_size = 0; in ComputeDirectorySize() local
41 running_size += file_iter.GetInfo().GetSize(); in ComputeDirectorySize()
42 return running_size; in ComputeDirectorySize()
/third_party/ffmpeg/libavcodec/
H A Dhapdec.c105 size_t running_size = 0; in hap_parse_decode_instructions() local
107 ctx->chunks[i].compressed_offset = running_size; in hap_parse_decode_instructions()
108 if (ctx->chunks[i].compressed_size > UINT32_MAX - running_size) in hap_parse_decode_instructions()
110 running_size += ctx->chunks[i].compressed_size; in hap_parse_decode_instructions()

Completed in 1 milliseconds