Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 274) sorted by relevance

1234567891011

/third_party/node/deps/openssl/openssl/util/
Dmknum.pl118 my $dropped = 0;
123 $dropped++ unless $result;
136 if ($dropped) {
137 print STDERR "${ordinals_file}: Dropped $dropped new symbols\n";
140 $unassigned = $stats{unassigned} - $dropped;
/third_party/openssl/util/
Dmknum.pl118 my $dropped = 0;
123 $dropped++ unless $result;
136 if ($dropped) {
137 print STDERR "${ordinals_file}: Dropped $dropped new symbols\n";
140 $unassigned = $stats{unassigned} - $dropped;
/third_party/pulseaudio/src/modules/
Dmodule-pipe-sink.c230 size_t dropped = 0; in process_render_use_timing() local
251 dropped = chunk.length - written; in process_render_use_timing()
253 if (u->bytes_dropped != 0 && dropped != chunk.length) { in process_render_use_timing()
258 if (u->bytes_dropped == 0 && dropped != 0) in process_render_use_timing()
259 pa_log_debug("Pipe-sink just dropped %zu bytes", dropped); in process_render_use_timing()
261 u->bytes_dropped += dropped; in process_render_use_timing()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Draytraversal.txt256 intersection is dropped, and no further processing of this intersection
264 intersection is dropped, and no further processing of this intersection
279 0#, the intersection is dropped, and no further processing occurs.
354 back face of a triangle primitive, the intersection is dropped, and no
359 as with the front face of a triangle primitive, the intersection is dropped,
418 a ray, an intersection with a geometry that is considered opaque is dropped,
423 is dropped, and no further processing occurs.
511 If this shader calls code:OpIgnoreIntersectionKHR, the candidate is dropped
531 candidate is dropped and no further processing of the candidate occurs.
544 have been tested and either confirmed or dropped.
[all …]
Draytraversal.adoc273 intersection is dropped, and no further processing of this intersection
282 intersection is dropped, and no further processing of this intersection
298 0#, the intersection is dropped, and no further processing occurs.
373 back face of a triangle primitive, the intersection is dropped, and no
378 as with the front face of a triangle primitive, the intersection is dropped,
446 a ray, an intersection with a geometry that is considered opaque is dropped,
451 is dropped, and no further processing occurs.
614 If this shader calls code:OpIgnoreIntersectionKHR, the candidate is dropped
634 candidate is dropped and no further processing of the candidate occurs.
647 have been tested and either confirmed or dropped.
[all …]
/third_party/node/deps/histogram/src/
Dhdr_histogram.c600 int64_t dropped = 0; in hdr_add() local
610 dropped += count; in hdr_add()
614 return dropped; in hdr_add()
621 int64_t dropped = 0; in hdr_add_while_correcting_for_coordinated_omission() local
631 dropped += count; in hdr_add_while_correcting_for_coordinated_omission()
635 return dropped; in hdr_add_while_correcting_for_coordinated_omission()
/third_party/python/Doc/library/
Dtextwrap.rst61 Otherwise, enough words are dropped from the end so that the remaining words
212 every line (after wrapping but before indenting) is dropped.
213 Whitespace at the beginning of the paragraph, however, is not dropped
214 if non-whitespace follows it. If whitespace being dropped takes up an
215 entire line, the whole line is dropped.
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp686 ++ctx->dropped; in handle_klv()
862 ++ctx->dropped; in VideoInputFrameArrived()
906 "- Frames dropped %u\n", ctx->frameCount, ++ctx->dropped); in VideoInputFrameArrived()
912 "- Frames dropped %u\n", ctx->frameCount, ++ctx->dropped); in VideoInputFrameArrived()
959 "- Frames dropped %u\n", ctx->frameCount, ++ctx->dropped); in VideoInputFrameArrived()
1042 ++ctx->dropped; in VideoInputFrameArrived()
1053 ++ctx->dropped; in VideoInputFrameArrived()
1075 ++ctx->dropped; in VideoInputFrameArrived()
Ddecklink_common.h123 unsigned int dropped; member
/third_party/lwip/
D0037-enable-ARP-QUEUE-to-avoid-sync-packet-dropped.patch4 Subject: [PATCH] enable ARP QUEUE to avoid sync packet dropped
/third_party/libfuse/
DChangeLog.rst330 * Support for building with autotools has been dropped.
523 * The ``-o nopath`` option has been dropped - it never actually did
527 * The ``-o large_read`` mount option has been dropped. Hopefully no
569 Consequently, the fuse_lowlevel_help() method has been dropped.
705 * The "ulockmgr_server" has been dropped.
716 * The (high-level) `getdir` handler has been dropped.
719 dropped.
721 * The (high-level) *utime* handler has been dropped.
727 * The *fh_old* member of `struct fuse_file_info` has been dropped.
745 * The `struct fuse_session_ops` data structure has been dropped.
/third_party/libinput/doc/user/
Dtouchpad-thumb-detection.rst76 are moving across the touchpad and a thumb is dropped, this can cause
79 dropped finger is more likely to be labeled as thumb.
/third_party/glslang/Test/
Dspv.controlFlowAttributes.frag23 [[dont_flatten]] switch(3) { } // dropped
/third_party/rust/crates/rust-openssl/
DREADME.md15 fixes for 3 months, after which support will be dropped entirely.
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c103 long long oldmask, oldsignmask, dropped; in cast_value() local
140 dropped = oldmask & ~mask; in cast_value()
143 if (value & dropped) { in cast_value()
144 if (!(value & oldsignmask) || !(value & signmask) || (value & dropped) != dropped) in cast_value()
/third_party/lwip/src/core/
Dtcp_in.c152 goto dropped;
159 goto dropped;
172 goto dropped;
182 goto dropped;
215 goto dropped;
245 goto dropped;
605 dropped:
/third_party/skia/third_party/externals/icu/patches/
Dgb_table.patch47 +# U1E3F will be round-tripped and UE7C7 will be dropped
/third_party/openssl/doc/man3/
DSSL_CTX_sess_set_cache_size.pod30 sessions are dropped from the end of the cache.
DEVP_set_default_properties.pod29 be dropped.
/third_party/ltp/include/lapi/
Dio_uring.h167 uint32_t dropped; member
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec-hfi.c51 uint32_t dropped; member
511 printf("\t\tdropped: %u\n", queue->dropped); in dump_gmu_hfi()
/third_party/EGL/extensions/NV/
DEGL_NV_post_convert_rounding.txt74 buffer, that component will be dropped."
/third_party/skia/third_party/externals/libpng/contrib/conftest/
DREADME12 for given configurations can be, and has been, dropped between successive minor
/third_party/ltp/lib/
Dtst_safe_io_uring.c64 uring->sqr_dropped = uring->sqr_base + params->sq_off.dropped; in safe_io_uring_init()
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_post_convert_rounding.txt74 buffer, that component will be dropped."

1234567891011