Searched refs:end_size (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | aiffenc.c | 239 int64_t file_size, end_size; in aiff_write_trailer() local 240 end_size = file_size = avio_tell(pb); in aiff_write_trailer() 243 end_size++; in aiff_write_trailer() 256 avio_seek(pb, end_size, SEEK_SET); in aiff_write_trailer()
|
/third_party/python/Modules/ |
D | readline.c | 1151 size_t start_size, end_size; in flex_complete() local 1171 s = Py_DecodeLocale(rl_line_buffer + start, &end_size); in flex_complete() 1178 end = start + (int)end_size; in flex_complete()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 2055 size_t end_size = 0; in TEST() local 2057 end_size += sampler.Iterate([&](const HashtablezInfo& info) { in TEST() 2062 ++end_size; in TEST() 2065 EXPECT_NEAR((end_size - start_size) / static_cast<double>(tables.size()), in TEST() 2088 size_t end_size = 0; in TEST() local 2089 end_size += sampler.Iterate([&](const HashtablezInfo&) { ++end_size; }); in TEST() 2091 EXPECT_NEAR((end_size - start_size) / static_cast<double>(tables.size()), in TEST()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | attrib.c | 6881 s64 end_size; local 6904 end_size = pos & (na->compression_block_size - 1); 6905 size = (begin_size > end_size ? begin_size : end_size); 6909 end_size = 0; 6925 && ((na->initialized_size + end_size) < pos) 6927 pos - end_size, HOLES_OK)) 6931 = na->data_size = pos - end_size; 6933 if (!ret && end_size 6935 na->initialized_size, end_size, buf) 6936 != end_size))
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 7051 int end_size = end_with.size(); in FullMatch() local 7053 name.substr(name.size() - end_size, end_size) != end_with) { in FullMatch() 7057 name.substr(begin_size, name.size() - end_size - begin_size), file_num); in FullMatch()
|