/third_party/grpc/third_party/upb/upb/ |
D | decode.int.h | 77 int overrun) { in decode_isdonefallback_inl() argument 78 if (overrun < d->limit) { in decode_isdonefallback_inl() 80 UPB_ASSERT(overrun < 16); in decode_isdonefallback_inl() 86 d->unknown = &d->patch[0] + overrun; in decode_isdonefallback_inl() 90 ptr = &d->patch[0] + overrun; in decode_isdonefallback_inl() 103 int overrun); 107 int overrun = *ptr - d->end; in decode_isdone() local 110 } else if (UPB_LIKELY(overrun == d->limit)) { in decode_isdone() 113 *ptr = decode_isdonefallback(d, *ptr, overrun); in decode_isdone()
|
D | decode_fast.c | 42 uint64_t hasbits, int overrun) { in fastdecode_isdonefallback() argument 43 ptr = decode_isdonefallback_inl(d, ptr, overrun); in fastdecode_isdonefallback() 56 int overrun = ptr - d->end; in fastdecode_dispatch() local 57 if (UPB_LIKELY(overrun == d->limit)) { in fastdecode_dispatch() 62 return fastdecode_isdonefallback(d, ptr, msg, table, hasbits, overrun); in fastdecode_dispatch()
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime03.c | 33 static volatile int handler_called, overrun, saved_errno; variable 47 overrun = timer_getoverrun(timer); in sighandler() 92 if (overrun == -1) in run() 95 if (overrun == INT_MAX) { in run() 100 if (overrun < 0) { in run() 106 "negative number", overrun, INT_MAX); in run()
|
/third_party/protobuf/src/google/protobuf/ |
D | parse_context.cc | 51 bool ParseEndsInSlopRegion(const char* begin, int overrun, int d) { in ParseEndsInSlopRegion() argument 53 GOOGLE_DCHECK(overrun >= 0); in ParseEndsInSlopRegion() 54 GOOGLE_DCHECK(overrun <= kSlopBytes); in ParseEndsInSlopRegion() 55 auto ptr = begin + overrun; in ParseEndsInSlopRegion() 102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() argument 118 (d < 0 || !ParseEndsInSlopRegion(buffer_, overrun, d))) { in Next() 160 int overrun = ptr - buffer_end_; in DoneFallback() local 161 GOOGLE_DCHECK(overrun <= kSlopBytes); // Guaranteed by parse loop. in DoneFallback() 163 if (PROTOBUF_PREDICT_FALSE(overrun > limit_)) return {nullptr, true}; in DoneFallback() 164 GOOGLE_DCHECK(overrun != limit_); // Guaranteed by caller. in DoneFallback() [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program_binary.c | 79 if (reader.overrun) in blob_parts_valid() 88 if (reader.overrun) in blob_parts_valid() 210 assert(!reader.overrun && in brw_program_deserialize_driver_blob() 217 assert(!reader.overrun && in brw_program_deserialize_driver_blob() 335 if (binary->overrun) in brw_read_blob_program_data() 352 return !binary->overrun; in brw_read_blob_program_data()
|
/third_party/mesa3d/src/util/ |
D | blob.c | 256 blob->overrun = false; in blob_reader_init() 266 if (blob->overrun) in ensure_can_read() 272 blob->overrun = true; in ensure_can_read() 345 blob->overrun = true; in BLOB_READ_TYPE() 355 blob->overrun = true; in BLOB_READ_TYPE()
|
D | blob_test.c | 189 expect_equal(false, reader.overrun, "read_does_not_overrun"); in test_write_and_read_functions() 267 expect_equal(false, reader.overrun, "overrun flag not set"); in test_overrun() 269 expect_equal(true, reader.overrun, "overrun flag set"); in test_overrun() 312 expect_equal(false, reader.overrun, in test_big_objects()
|
D | disk_cache_os.c | 468 if (ci_blob_reader.overrun) in parse_and_validate_cache_item() 478 if (ci_blob_reader.overrun) in parse_and_validate_cache_item() 483 if (ci_blob_reader.overrun) in parse_and_validate_cache_item() 494 if (ci_blob_reader.overrun) in parse_and_validate_cache_item() 502 if (ci_blob_reader.overrun) in parse_and_validate_cache_item()
|
D | blob.h | 84 bool overrun; member
|
/third_party/unity/extras/memory/src/ |
D | unity_memory.c | 140 int overrun; in unity_free() local 147 overrun = isOverrun(mem); in unity_free() 149 if (overrun) in unity_free()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline_cache.c | 176 if (blob.overrun) { in v3dv_pipeline_cache_search_for_nir() 497 if (blob->overrun) in serialized_nir_create_from_blob() 522 if (blob->overrun) in shader_variant_create_from_blob() 528 if (blob->overrun) in shader_variant_create_from_blob() 533 if (blob->overrun) in shader_variant_create_from_blob() 575 if (blob->overrun) in v3dv_pipeline_shared_data_create_from_blob() 608 if (blob->overrun) in v3dv_pipeline_shared_data_create_from_blob() 646 if (blob.overrun) in pipeline_cache_load() 661 if (blob.overrun) in pipeline_cache_load()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream.cc | 684 int overrun = ptr - end_; in Flush() local 686 GOOGLE_DCHECK(overrun <= kSlopBytes); // NOLINT in Flush() 687 ptr = Next() + overrun; in Flush() 828 int overrun = ptr - end_; in EnsureSpaceFallback() local 829 GOOGLE_DCHECK(overrun >= 0); // NOLINT in EnsureSpaceFallback() 830 GOOGLE_DCHECK(overrun <= kSlopBytes); // NOLINT in EnsureSpaceFallback() 831 ptr = Next() + overrun; in EnsureSpaceFallback()
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
D | unity_fixture.c | 245 int overrun; in unity_free() local 252 overrun = isOverrun(mem); in unity_free() 254 if (overrun) in unity_free()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 96 - Have multiple timers in a process blocked and ensure overrun count 98 - Have a repeating timer blocked for a period of time and ensure overrun 100 - Ensure overrun count and timer_gettime() return correct values when 102 - Try to call timer_getoverrun() as an overrun is happening.
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.h | 106 void (*overrun) (GstMultiQueue *queue); member
|
D | gstqueue.h | 150 void (*overrun) (GstQueue *queue); member
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0rc3.rst | 76 Fix overrun error in deque.index(). Found by John Leitch and Bryce Darling.
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 226 if (blob->overrun) in anv_shader_bin_create_from_blob() 259 if (blob->overrun) in anv_shader_bin_create_from_blob() 515 if (blob.overrun) in anv_pipeline_cache_load() 797 if (blob.overrun) { in anv_device_search_for_nir()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.0.5.rst | 59 Buffer overrun (segfault) decompressing ETC2 texture in GLBenchmark 109 - mesa: add bounds checking to eliminate buffer overrun
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.44.2.txt | 23 buffer overrun.
|
D | v1.11.txt | 16 Fixed an array boundary overrun case which cropped up in
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 10 - fix buffer overrun risk in unzip.c (Xavier Roche)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
D | ChangeLogUnzip | 10 - fix buffer overrun risk in unzip.c (Xavier Roche)
|
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/ |
D | plan.txt | 36 overrun.
|
/third_party/mesa3d/src/compiler/glsl/ |
D | shader_cache.cpp | 243 if (!deserialized || metadata.current != metadata.end || metadata.overrun) { in shader_cache_read_program_metadata()
|