Home
last modified time | relevance | path

Searched refs:lost (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/third_party/openssl/test/
Dmemleaktest.c47 char *lost; in main() local
49 lost = OPENSSL_malloc(3); in main()
50 if (!TEST_ptr(lost)) in main()
53 strcpy(lost, "ab"); in main()
56 OPENSSL_free(lost); in main()
60 lost = NULL; in main()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_rst.c39 rs->lost = 0; in ngtcp2_rs_init()
56 rst->lost = 0; in ngtcp2_rst_init()
69 ent->rst.lost = rst->lost; in ngtcp2_rst_on_pkt_sent()
93 rs->lost = rst->lost - rs->prior_lost; in ngtcp2_rst_on_ack_recv()
128 rs->prior_lost = ent->rst.lost; in ngtcp2_rst_update_rate_sample()
Dngtcp2_rst.h49 uint64_t lost; member
71 uint64_t lost; member
Dngtcp2_cc.h81 uint64_t lost; member
313 ngtcp2_tstamp sent_ts, uint64_t lost,
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.h133 int lost; member
319 return p_atomic_read(&device->_lost.lost) > 0; in vk_device_is_lost_no_report()
325 int lost = vk_device_is_lost_no_report(device); in vk_device_is_lost() local
326 if (unlikely(lost && !device->_lost.reported)) in vk_device_is_lost()
328 return lost; in vk_device_is_lost()
Dvk_queue.h103 int lost; member
191 return queue->_lost.lost; in vk_queue_is_lost()
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_device_creation_d3d11.txt79 "If a Direct3D 11 device used to create a device experiences a "lost device"
81 undefined. It is the caller's responsibility to monitor for "lost device"
83 more information on "lost device", see the Direct3D documentation."
/third_party/node/doc/contributing/
Dinvestigating-native-memory-leaks.md78 ==28993== definitely lost: 0 bytes in 0 blocks
79 ==28993== indirectly lost: 0 bytes in 0 blocks
80 ==28993== possibly lost: 304 bytes in 1 blocks
171 ==1504== definitely lost: 996,064 bytes in 997 blocks
172 ==1504== indirectly lost: 0 bytes in 0 blocks
173 ==1504== possibly lost: 3,304 bytes in 4 blocks
186 definitely lost and the question is how to find where that memory was
222 ==4174== 64 bytes in 1 blocks are definitely lost in loss record 17 of 35
237 ==4174== 304 bytes in 1 blocks are possibly lost in loss record 27 of 35
250 ==4174== 2,000 bytes in 2 blocks are possibly lost in loss record 33 of 35
[all …]
/third_party/openGLES/extensions/NV/
DNV_robustness_video_memory_purge.txt47 (FBOs), will be lost. As the OpenGL specification makes no mention
53 memory content has been lost, so that the application can re-populate
115 memory content has been lost. This will only take effect if the
128 memory content has been lost. This will only take effect if the
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_robustness_video_memory_purge.txt47 (FBOs), will be lost. As the OpenGL specification makes no mention
53 memory content has been lost, so that the application can re-populate
115 memory content has been lost. This will only take effect if the
128 memory content has been lost. This will only take effect if the
/third_party/rust/crates/peeking_take_while/
DREADME.md15 `false`, and it will be lost.
51 // ...except, when using plain old `take_while` we lost 10!
/third_party/skia/site/docs/user/sample/
Dpdf.md48 - _SkImageFilter_: When SkImageFilter is expanded, text-as-text is lost.
58 - _drawTextOnPath_ — expand. (Text-as-text is lost.)
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkPlatformFunctionPointers.inl2 * be lost! Modify the generating script instead.
DvkInitPlatformFunctionPointers.inl2 * be lost! Modify the generating script instead.
DvkInstanceExtensions.inl2 * be lost! Modify the generating script instead.
DvkVirtualPlatformInterface.inl2 * be lost! Modify the generating script instead.
DvkConcretePlatformInterface.inl2 * be lost! Modify the generating script instead.
DvkKnownDriverIds.inl2 * be lost! Modify the generating script instead.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_pbuffer.txt58 4. The pixel buffer might be lost if a display mode change occurs.
305 pixel buffer memory was lost due to a display mode change. A value
306 of TRUE is returned in <iAttribute> if the display mode change lost
312 the pixel buffer memory has been lost. A value of FALSE is
360 - Changed the lost definition of a pixel buffer.
367 pbuffer may be lost due to a display mode change.
/third_party/openGLES/extensions/ARB/
DWGL_ARB_pbuffer.txt68 4. The pixel buffer might be lost if a display mode change occurs.
315 pixel buffer memory was lost due to a display mode change. A value
316 of TRUE is returned in <iAttribute> if the display mode change lost
322 the pixel buffer memory has been lost. A value of FALSE is
370 - Changed the lost definition of a pixel buffer.
377 pbuffer may be lost due to a display mode change.
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogUtil.inl2 * be lost! Modify the generating script instead.
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robustness.txt184 CONTEXT_LOST Context has been lost Except as noted for
194 event, it is referred to as a <lost context> and is unusable for almost
196 all relevant state from the lost context. The current status of the
231 result in a lost context and require creating a new context as described
345 lost contexts.
470 11. What should the behavior of GL calls made after a context is lost be?
471 This can be expected to occur when the context has been lost, but the
479 features, so that apps can determine a context was lost and see the
495 commands on a lost context may not block) should not need exceptional
584 queries when contexts are lost (Bug 12104
[all …]
/third_party/openGLES/extensions/KHR/
DKHR_robustness.txt194 CONTEXT_LOST Context has been lost Except as noted for
204 event, it is referred to as a <lost context> and is unusable for almost
206 all relevant state from the lost context. The current status of the
241 result in a lost context and require creating a new context as described
355 lost contexts.
480 11. What should the behavior of GL calls made after a context is lost be?
481 This can be expected to occur when the context has been lost, but the
489 features, so that apps can determine a context was lost and see the
505 commands on a lost context may not block) should not need exceptional
594 queries when contexts are lost (Bug 12104
[all …]
/third_party/ffmpeg/libavformat/
Drtpdec.c310 uint32_t lost; in ff_rtp_check_and_send_back_rr() local
347 lost = expected - stats->received; in ff_rtp_check_and_send_back_rr()
348 lost = FFMIN(lost, 0xffffff); // clamp it since it's only 24 bits... in ff_rtp_check_and_send_back_rr()
359 fraction = (fraction << 24) | lost; in ff_rtp_check_and_send_back_rr()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwVersions.inl2 * be lost! Modify the generating script instead.

12345678910>>...23