Home
last modified time | relevance | path

Searched refs:overrun (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/grpc/third_party/upb/upb/
Ddecode.int.h77 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()
Ddecode_fast.c42 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/
Dtimer_settime03.c33 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/
Dparse_context.cc51 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/
Dbrw_program_binary.c79 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/
Dblob.c256 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()
Dblob_test.c189 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()
Ddisk_cache_os.c468 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()
Dblob.h84 bool overrun; member
/third_party/unity/extras/memory/src/
Dunity_memory.c140 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/
Dv3dv_pipeline_cache.c176 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/
Dcoded_stream.cc684 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/
Dunity_fixture.c245 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/
Dplan.txt96 - 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/
Dgstmultiqueue.h106 void (*overrun) (GstMultiQueue *queue); member
Dgstqueue.h150 void (*overrun) (GstQueue *queue); member
/third_party/python/Misc/NEWS.d/
D3.5.0rc3.rst76 Fix overrun error in deque.index(). Found by John Leitch and Bryce Darling.
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c226 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/
D10.0.5.rst59 Buffer overrun (segfault) decompressing ETC2 texture in GLBenchmark
109 - mesa: add bounds checking to eliminate buffer overrun
/third_party/e2fsprogs/doc/RelNotes/
Dv1.44.2.txt23 buffer overrun.
Dv1.11.txt16 Fixed an array boundary overrun case which cropped up in
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
DChangeLogUnzip10 - fix buffer overrun risk in unzip.c (Xavier Roche)
/third_party/skia/third_party/externals/zlib/contrib/minizip/
DChangeLogUnzip10 - fix buffer overrun risk in unzip.c (Xavier Roche)
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt36 overrun.
/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp243 if (!deserialized || metadata.current != metadata.end || metadata.overrun) { in shader_cache_read_program_metadata()

123456789