Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 970) sorted by relevance

12345678910>>...39

/third_party/ffmpeg/libavfilter/
Dtrim.c128 int drop; in trim_filter_frame() local
137 drop = 1; in trim_filter_frame()
139 drop = 0; in trim_filter_frame()
142 drop = 0; in trim_filter_frame()
143 if (drop) in trim_filter_frame()
144 goto drop; in trim_filter_frame()
151 drop = 1; in trim_filter_frame()
154 drop = 0; in trim_filter_frame()
157 drop = 0; in trim_filter_frame()
160 drop = 0; in trim_filter_frame()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
227 incr = 1U << (len - drop);
231 next[(huff >> drop) + fill] = this;
255 if (drop == 0)
256 drop = root;
262 curr = len - drop;
264 while (curr + drop < max) {
265 left -= count[curr + drop];
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
227 incr = 1U << (len - drop);
231 next[(huff >> drop) + fill] = this;
255 if (drop == 0)
256 drop = root;
262 curr = len - drop;
264 while (curr + drop < max) {
265 left -= count[curr + drop];
[all …]
/third_party/zlib/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
199 drop = 0; /* current bits to drop from code for index */
212 this.bits = (unsigned char)(len - drop);
227 incr = 1U << (len - drop);
231 next[(huff >> drop) + fill] = this;
255 if (drop == 0)
256 drop = root;
262 curr = len - drop;
264 while (curr + drop < max) {
265 left -= count[curr + drop];
[all …]
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
233 incr = 1U << (len - drop);
238 next[(huff >> drop) + fill] = here;
262 if (drop == 0)
263 drop = root;
269 curr = len - drop;
271 while (curr + drop < max) {
272 left -= count[curr + drop];
[all …]
/third_party/flutter/skia/third_party/externals/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
[all …]
/third_party/skia/third_party/externals/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
[all …]
/third_party/zlib/
Dinftrees.c41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
199 drop = 0; /* current bits to drop from code for index */ in inflate_table()
212 here.bits = (unsigned char)(len - drop); in inflate_table()
227 incr = 1U << (len - drop); in inflate_table()
232 next[(huff >> drop) + fill] = here; in inflate_table()
256 if (drop == 0) in inflate_table()
257 drop = root; in inflate_table()
263 curr = len - drop; in inflate_table()
265 while (curr + drop < max) { in inflate_table()
266 left -= count[curr + drop]; in inflate_table()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
[all …]
/third_party/node/deps/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
203 drop = 0; /* current bits to drop from code for index */
216 here.bits = (unsigned char)(len - drop);
231 incr = 1U << (len - drop);
236 next[(huff >> drop) + fill] = here;
260 if (drop == 0)
261 drop = root;
267 curr = len - drop;
269 while (curr + drop < max) {
270 left -= count[curr + drop];
[all …]
/third_party/python/Doc/library/
Dtkinter.dnd.rst1 :mod:`tkinter.dnd` --- Drag and drop support
6 :synopsis: Tkinter drag-and-drop interface
15 The :mod:`tkinter.dnd` module provides drag-and-drop support for objects within
18 drag-and-drop process. Typically, you bind a ButtonPress event to a callback
33 #. Call to *<target>.dnd_commit(source, event)* to notify of drop
34 #. Call to *<source>.dnd_end(target, event)* to signal end of drag-and-drop
39 The *DndHandler* class handles drag-and-drop events tracking Motion and
44 Cancel the drag-and-drop process.
48 Execute end of drag-and-drop functions.
60 Factory function for drag-and-drop process.
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c90 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
97 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
104 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
111 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
118 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
125 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
132 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
139 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
146 fail_unless(lwip_stats.ip_frag.drop == 0); in START_TEST()
/third_party/boost/libs/accumulators/test/
Ddroppable.cpp39 acc.drop<tag::mean>(); in test_stat()
59 acc2.drop<tag::mean>(); in test_stat()
85 acc.drop<tag::mean>(); in test_stat2()
86 acc.drop<tag::sum>(); in test_stat2()
113 acc.drop<tag::mean>(); in test_stat3()
114 acc.drop<tag::sum>(); in test_stat3()
121 acc.drop<tag::count>(); in test_stat3()
/third_party/ffmpeg/libavutil/
Dtimecode.c55 int drop = !!(tc->flags & AV_TIMECODE_FLAG_DROPFRAME); in av_timecode_get_smpte_from_framenum() local
59 if (drop) in av_timecode_get_smpte_from_framenum()
65 return av_timecode_get_smpte(tc->rate, drop, hh, mm, ss, ff); in av_timecode_get_smpte_from_framenum()
68 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() argument
89 tc |= drop << 30; in av_timecode_get_smpte()
105 int drop = tc->flags & AV_TIMECODE_FLAG_DROPFRAME; in av_timecode_make_string() local
109 if (drop) in av_timecode_make_string()
123 hh, mm, ss, drop ? ';' : ':', ff); in av_timecode_make_string()
142 unsigned drop = tcsmpte & 1<<30 && !prevent_df; // 1-bit drop if not arbitrary bit in av_timecode_make_smpte_tc_string2() local
155 hh, mm, ss, drop ? ';' : ':', ff); in av_timecode_make_smpte_tc_string2()
/third_party/harfbuzz/test/subset/data/tests/
Dcff-japanese.tests6 drop-hints.txt
7 drop-hints-retain-gids.txt
11 drop-hints-desubroutinize.txt
12 drop-hints-desubroutinize-retain-gids.txt
Dcff-full-font.tests6 drop-hints.txt
7 drop-hints-retain-gids.txt
11 drop-hints-desubroutinize.txt
12 drop-hints-desubroutinize-retain-gids.txt
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/data/tests/
Dcff-japanese.tests6 drop-hints.txt
7 drop-hints-retain-gids.txt
11 drop-hints-desubroutinize.txt
12 drop-hints-desubroutinize-retain-gids.txt
Dcff-full-font.tests6 drop-hints.txt
7 drop-hints-retain-gids.txt
11 drop-hints-desubroutinize.txt
12 drop-hints-desubroutinize-retain-gids.txt
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/
Dcff-japanese.tests6 drop-hints.txt
7 drop-hints-retain-gids.txt
11 drop-hints-desubroutinize.txt
12 drop-hints-desubroutinize-retain-gids.txt
Dcff-full-font.tests6 notdef-outline-drop-hints.txt
7 notdef-outline-drop-hints-retain-gids.txt
11 notdef-outline-drop-hints-desubroutinize.txt
12 notdef-outline-drop-hints-desubroutinize-retain-gids.txt
/third_party/lwip/src/core/ipv6/
Dip6.c375 IP6_STATS_INC(ip6.drop); in ip6_forward()
398 IP6_STATS_INC(ip6.drop); in ip6_forward()
411 IP6_STATS_INC(ip6.drop); in ip6_forward()
420 IP6_STATS_INC(ip6.drop); in ip6_forward()
434 IP6_STATS_INC(ip6.drop); in ip6_forward()
445 IP6_STATS_INC(ip6.drop); in ip6_forward()
534 IP6_STATS_INC(ip6.drop);
560 IP6_STATS_INC(ip6.drop);
580 IP6_STATS_INC(ip6.drop);
678 IP6_STATS_INC(ip6.drop);
[all …]
/third_party/mindspore/tests/ut/python/dataset/
Dtest_var_batch_map.py26 def test_repeat_batch(gen_num, repeats, batch_size, drop, res): argument
27 …ata1 = ds.GeneratorDataset((lambda: gen(gen_num)), ["num"]).repeat(repeats).batch(batch_size, drop)
31 def test_batch_repeat(gen_num, repeats, batch_size, drop, res): argument
32 …data1 = ds.GeneratorDataset((lambda: gen(gen_num)), ["num"]).batch(batch_size, drop).repeat(repeat…
38 test_repeat_batch(gen_num=2, repeats=4, batch_size=7, drop=False, res=tst1)
42 test_repeat_batch(gen_num=2, repeats=4, batch_size=5, drop=True, res=tst2)
46 test_batch_repeat(gen_num=5, repeats=2, batch_size=4, drop=True, res=tst3)
50 test_batch_repeat(gen_num=5, repeats=2, batch_size=4, drop=False, res=tst4)
81 def test_repeat_batch(gen_num, r, drop, func, res): argument
83 … drop_remainder=drop)
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstvalve.c151 valve->drop = FALSE; in gst_valve_init()
182 g_atomic_int_set (&valve->drop, g_value_get_boolean (value)); in gst_valve_set_property()
202 g_value_set_boolean (value, g_atomic_int_get (&valve->drop)); in gst_valve_get_property()
238 if (g_atomic_int_get (&valve->drop)) { in gst_valve_chain()
263 if (g_atomic_int_get (&valve->drop)) in gst_valve_chain()
272 if (!g_atomic_int_get (&valve->drop)) in gst_valve_event_needs_dropping()
313 if (g_atomic_int_get (&valve->drop)) { in gst_valve_sink_event()
329 if (GST_QUERY_IS_SERIALIZED (query) && g_atomic_int_get (&valve->drop)) in gst_valve_query()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestdropfile.c81 SDL_Log("Drop beginning on window %u", (unsigned int) event.drop.windowID); in main()
83 SDL_Log("Drop complete on window %u", (unsigned int) event.drop.windowID); in main()
86 char *dropped_filedir = event.drop.file; in main()
87 …SDL_Log("%s dropped on window %u: %s", typestr, (unsigned int) event.drop.windowID, dropped_filedi… in main()

12345678910>>...39