/third_party/pulseaudio/src/modules/ |
H A D | module-pipe-sink.c | 155 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 D | linux_joystick.c | 406 _glfw.linjs.dropped = GLFW_TRUE; in _glfwPollJoystickLinux() 409 _glfw.linjs.dropped = GLFW_FALSE; in _glfwPollJoystickLinux() 414 if (_glfw.linjs.dropped) in _glfwPollJoystickLinux()
|
H A D | linux_joystick.h | 54 GLFWbool dropped; member
|
/third_party/node/deps/histogram/src/ |
H A D | hdr_histogram.c | 600 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 D | decklink_dec.cpp | 686 ++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 D | decklink_common.h | 123 unsigned int dropped; member
|
/third_party/rust/crates/regex/src/ |
H A D | pool.rs | 94 /// 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 D | expand.c | 103 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 D | tcp_in.c | 152 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 D | io_uring.h | 167 uint32_t dropped; member
|
/third_party/ltp/lib/ |
H A D | tst_safe_io_uring.c | 64 uring->sqr_dropped = uring->sqr_base + params->sq_off.dropped; in safe_io_uring_init()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec-hfi.c | 51 uint32_t dropped; member 511 printf("\t\tdropped: %u\n", queue->dropped); in dump_gmu_hfi()
|
/third_party/python/Lib/unittest/test/ |
H A D | test_result.py | 245 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 D | liftoff-assembler.cc | 295 // 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 D | io_uring.rs | 808 pub dropped: u32, 1120 dropped, in io_uring_layouts()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 1760 /* 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 D | decNumber.cpp | 1760 /* 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 D | decNumber.cpp | 1760 /* 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 D | screen.mak | 1 # FIXME dropped frames in this test because of coarse timebase
|
H A D | mov.mak | 104 # Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration miscalculations.
|
H A D | video.mak | 272 # FIXME dropped frames in this test because of coarse timebase
|
/third_party/libbpf/include/uapi/linux/ |
H A D | pkt_sched.h | 36 __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 D | Ordinals.pm | 108 is dropped.
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 108 is dropped.
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 208 uint32_t dropped; member
|