Home
last modified time | relevance | path

Searched refs:dropped (Results 1 - 25 of 40) sorted by relevance

12

/third_party/pulseaudio/src/modules/
H A Dmodule-pipe-sink.c155 pa_log_debug("Pipe-sink continuously dropping data - clear statistics (%zu -> 0 bytes dropped)", u->bytes_dropped); in sink_set_state_in_io_thread_cb()
230 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()
254 pa_log_debug("Pipe-sink continuously dropped %zu bytes", u->bytes_dropped); 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/glfw/src/
H A Dlinux_joystick.c406 _glfw.linjs.dropped = GLFW_TRUE; in _glfwPollJoystickLinux()
409 _glfw.linjs.dropped = GLFW_FALSE; in _glfwPollJoystickLinux()
414 if (_glfw.linjs.dropped) in _glfwPollJoystickLinux()
H A Dlinux_joystick.h54 GLFWbool dropped; member
/third_party/node/deps/histogram/src/
H A 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/ffmpeg/libavdevice/
H A 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()
[all...]
H A Ddecklink_common.h123 unsigned int dropped; member
/third_party/rust/crates/regex/src/
H A Dpool.rs94 /// Getting a value out comes with a guard. When that guard is dropped, the
169 /// in the pool once it's dropped. in fmt()
242 /// the guard that's returned by 'get' is dropped, it is put back into the
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c103 long long oldmask, oldsignmask, dropped; in cast_value() local
137 // Check if we dropped any bits.. in cast_value()
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/
H A Dtcp_in.c152 goto dropped;
159 goto dropped;
172 goto dropped;
182 goto dropped;
215 goto dropped;
245 goto dropped;
605 dropped:
/third_party/ltp/include/lapi/
H A Dio_uring.h167 uint32_t dropped; member
/third_party/ltp/lib/
H A Dtst_safe_io_uring.c64 uring->sqr_dropped = uring->sqr_base + params->sq_off.dropped; in safe_io_uring_init()
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec-hfi.c51 uint32_t dropped; member
511 printf("\t\tdropped: %u\n", queue->dropped); in dump_gmu_hfi()
/third_party/python/Lib/unittest/test/
H A Dtest_result.py245 dropped = [l for l in full_exc if l not in formatted_exc]
246 self.assertEqual(len(dropped), 1)
247 self.assertIn("raise self.failureException(msg)", dropped[0])
274 dropped = [l for l in full_exc if l not in formatted_exc]
275 self.assertEqual(len(dropped), 1)
276 self.assertIn("raise self.failureException(msg)", dropped[0])
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc295 // src count dropped to zero. If this is a destination register, execute in ClearExecutedMove()
681 auto* dropped = cache_state_.stack_state.begin() + depth; in DropValue() local
682 if (dropped->is_reg()) { in DropValue()
683 cache_state_.dec_used(dropped->reg()); in DropValue()
685 std::copy(dropped + 1, cache_state_.stack_state.end(), dropped); in DropValue()
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs808 pub dropped: u32,
1120 dropped, in io_uring_layouts()
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp1760 /* modified during revision but dropped from 754-2008. */
1989 Int dropped; /* .. */ in uprv_decNumberPower() local
2284 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ in uprv_decNumberPower()
2351 Int dropped; /* work */ in uprv_decNumberReduce() local
2379 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ in uprv_decNumberReduce()
2845 Int dropped; /* .. */ in uprv_decNumberSquareRoot() local
3088 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ in uprv_decNumberSquareRoot()
3107 /* here, dropped is the count of trailing zeros in 'a' */ in uprv_decNumberSquareRoot()
3109 Int todrop=ideal-a->exponent; /* most that can be dropped */ in uprv_decNumberSquareRoot()
3119 if (dropped<todro in uprv_decNumberSquareRoot()
3594 Int dropped; /* work */ uprv_decNumberTrim() local
4293 Int dropped; /* work */ decDivideOp() local
6637 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) global() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp1760 /* modified during revision but dropped from 754-2008. */
1989 Int dropped; /* .. */ in uprv_decNumberPower() local
2284 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ in uprv_decNumberPower()
2351 Int dropped; /* work */ in uprv_decNumberReduce() local
2379 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ in uprv_decNumberReduce()
2845 Int dropped; /* .. */ in uprv_decNumberSquareRoot() local
3088 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ in uprv_decNumberSquareRoot()
3107 /* here, dropped is the count of trailing zeros in 'a' */ in uprv_decNumberSquareRoot()
3109 Int todrop=ideal-a->exponent; /* most that can be dropped */ in uprv_decNumberSquareRoot()
3119 if (dropped<todro in uprv_decNumberSquareRoot()
3594 Int dropped; /* work */ uprv_decNumberTrim() local
4293 Int dropped; /* work */ decDivideOp() local
6637 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) global() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp1760 /* modified during revision but dropped from 754-2008. */
1989 Int dropped; /* .. */ in uprv_decNumberPower() local
2284 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */ in uprv_decNumberPower()
2351 Int dropped; /* work */ in uprv_decNumberReduce() local
2379 decTrim(res, set, 1, 0, &dropped); /* normalize in place */ in uprv_decNumberReduce()
2845 Int dropped; /* .. */ in uprv_decNumberSquareRoot() local
3088 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */ in uprv_decNumberSquareRoot()
3107 /* here, dropped is the count of trailing zeros in 'a' */ in uprv_decNumberSquareRoot()
3109 Int todrop=ideal-a->exponent; /* most that can be dropped */ in uprv_decNumberSquareRoot()
3119 if (dropped<todro in uprv_decNumberSquareRoot()
3594 Int dropped; /* work */ uprv_decNumberTrim() local
4293 Int dropped; /* work */ decDivideOp() local
6637 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) global() argument
[all...]
/third_party/ffmpeg/tests/fate/
H A Dscreen.mak1 # FIXME dropped frames in this test because of coarse timebase
H A Dmov.mak104 # Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration miscalculations.
H A Dvideo.mak272 # FIXME dropped frames in this test because of coarse timebase
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h36 __u32 drops; /* Packets dropped because of lack of resources */
803 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
837 * instead of being dropped
962 __u32 dropped; /* packets dropped due to pie_action */ member
963 __u32 overlimit; /* dropped due to lack of space in queue */
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm108 is dropped.
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm108 is dropped.
/third_party/libuv/src/unix/
H A Dlinux.c208 uint32_t dropped; member

Completed in 50 milliseconds

12