Home
last modified time | relevance | path

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

12345678

/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/util/tests/
Dblob_test.cpp119 EXPECT_FALSE(reader.overrun) << "read_does_not_overrun"; in TEST()
192 EXPECT_FALSE(reader.overrun); in TEST()
194 EXPECT_TRUE(reader.overrun); in TEST()
235 EXPECT_FALSE(reader.overrun) << "overrun flag not set reading large objects"; in TEST()
/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()
337 blob->overrun = true; in BLOB_READ_TYPE()
347 blob->overrun = true; in BLOB_READ_TYPE()
Ddisk_cache_os.c507 if (ci_blob_reader.overrun) in parse_and_validate_cache_item()
517 if (ci_blob_reader.overrun) in parse_and_validate_cache_item()
522 if (ci_blob_reader.overrun) in parse_and_validate_cache_item()
533 if (ci_blob_reader.overrun) in parse_and_validate_cache_item()
541 if (ci_blob_reader.overrun) in parse_and_validate_cache_item()
Dblob.h87 bool overrun; member
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_disk_cache.c144 if (blob.overrun) in v3d_disk_cache_retrieve()
150 if (blob.overrun) in v3d_disk_cache_retrieve()
155 if (blob.overrun) in v3d_disk_cache_retrieve()
161 if (blob.overrun) in v3d_disk_cache_retrieve()
/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.c178 if (blob.overrun) { in v3dv_pipeline_cache_search_for_nir()
511 if (blob->overrun) in serialized_nir_create_from_blob()
536 if (blob->overrun) in shader_variant_create_from_blob()
542 if (blob->overrun) in shader_variant_create_from_blob()
547 if (blob->overrun) in shader_variant_create_from_blob()
590 if (blob->overrun) in v3dv_pipeline_shared_data_create_from_blob()
621 if (blob->overrun) in v3dv_pipeline_shared_data_create_from_blob()
674 if (blob.overrun) in pipeline_cache_load()
689 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/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/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/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c295 assert(reader.current == reader.end && !reader.overrun); in vk_pipeline_cache_object_deserialize()
466 if (blob.overrun) { in vk_pipeline_cache_lookup_nir()
541 if (blob.overrun) in vk_pipeline_cache_load()
554 if (blob.overrun) in vk_pipeline_cache_load()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstmultiqueue.h115 void (*overrun) (GstMultiQueue *queue); member
Dgstqueue.h150 void (*overrun) (GstQueue *queue); member
/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
D10.1.1.rst36 Buffer overrun (segfault) decompressing ETC2 texture in GLBenchmark
107 - mesa: add bounds checking to eliminate buffer overrun
D10.2.8.rst68 - nv50/ir: avoid array overrun when checking for supported mods
/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/imagination/vulkan/
Dpvr_pipeline_cache.c48 if (blob.overrun) in pvr_pipeline_cache_load()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c249 if (blob->overrun) in anv_shader_bin_deserialize()
282 if (blob->overrun) in anv_shader_bin_deserialize()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
DChangeLogUnzip10 - fix buffer overrun risk in unzip.c (Xavier Roche)
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
DChangeLogUnzip10 - fix buffer overrun risk in unzip.c (Xavier Roche)
/third_party/mesa3d/src/compiler/glsl/
Dshader_cache.cpp243 if (!deserialized || metadata.current != metadata.end || metadata.overrun) { in shader_cache_read_program_metadata()
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/
Dplan.txt36 overrun.

12345678