Home
last modified time | relevance | path

Searched refs:pads (Results 101 – 125 of 8158) sorted by relevance

12345678910>>...327

/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/etherpadlite/
H A Detherpadlite_9 etherpadlite_ - Monitor number of pads with etherpad-lite plugin called ep_pads_stats
79 graph_vlabel available pads
80 graph_info number of available pads
81 padsCount.label active pads
82 padsCount.info number of active pads
84 blankPads.label blank pads
85 blankPads.info number of blank pads
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-tablet-seat.c161 g_hash_table_iter_init (&iter, tablet_seat->pads); in notify_pads()
205 GList *pads, *l; in meta_wayland_tablet_seat_device_added() local
218 for (l = pads; l; l = l->next) in meta_wayland_tablet_seat_device_added()
221 g_list_free (pads); in meta_wayland_tablet_seat_device_added()
240 g_hash_table_remove (tablet_seat->pads, device); in meta_wayland_tablet_seat_device_removed()
305 g_hash_table_destroy (tablet_seat->pads); in meta_wayland_tablet_seat_free()
449 pad = g_hash_table_lookup (tablet_seat->pads, in meta_wayland_tablet_seat_handle_event()
528 GList *l, *devices, *pads = NULL; in meta_wayland_tablet_seat_lookup_paired_pads() local
537 pads = g_list_prepend (pads, pad); in meta_wayland_tablet_seat_lookup_paired_pads()
540 return pads; in meta_wayland_tablet_seat_lookup_paired_pads()
[all …]
/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/handlers/backend/
H A Dunpool_mixin.py30 pads = node.attrs.get("pads", None)
52 pads = cls._get_pads_from_output_shape(unpooled, output_shape)
53 if pads is not None:
54 unpooled = cls._pad_output(unpooled, pads, 0)
101 pads = pads_begin + pads_end
102 return pads
105 def _pad_output(cls, unpool, pads, constant_values): argument
119 paddings = paddings + [[pads[d], pads[d + len(unpool_shape)]]]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/parse/
H A Dgrammar.y681 if (g_slist_length (link->src.pads) != g_slist_length (link->sink.pads)) { in gst_parse_perform_link()
840 $$->first.pads = $$->last.pads = NULL;
881 if($$->last.pads){
893 $$->last.pads = g_slist_concat ($$->last.pads, $2);
896 | openchain link pads elementary pads
900 $2->sink.pads = g_slist_concat ($3, $2->sink.pads);
906 $$->last.pads = g_slist_concat ($$->last.pads, $5);
1020 GSList *pads = $2;
1026 pads = g_slist_prepend (pads, gst_parse_strdup (padname));
1030 $$.pads=pads;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/src/inputselector/
H A Dimp.rs301 let pads = { in src_query() localVariable
302 let pads = inputselector.pads.lock().unwrap(); in src_query() localVariable
309 for pad in pads { in src_query()
381 pads: Mutex<Pads>, field
479 let pads = self.pads.lock().unwrap(); in set_property() localVariable
491 drop(pads); in set_property()
608 let mut pads = self.pads.lock().unwrap(); in request_new_pad() localVariable
611 pads.pad_serial += 1; in request_new_pad()
623 drop(pads); in request_new_pad()
632 let mut pads = self.pads.lock().unwrap(); in release_pad() localVariable
[all …]
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/base/
H A Dgstflowcombiner.c72 GQueue pads; member
100 g_queue_init (&combiner->pads); in gst_flow_combiner_new()
161 while ((pad = g_queue_pop_head (&combiner->pads))) in gst_flow_combiner_unref()
183 while ((pad = g_queue_pop_head (&combiner->pads))) in gst_flow_combiner_clear()
205 for (iter = combiner->pads.head; iter; iter = iter->next) { in gst_flow_combiner_reset()
222 for (iter = combiner->pads.head; iter; iter = iter->next) { in gst_flow_combiner_get_flow()
325 g_queue_push_head (&combiner->pads, gst_object_ref (pad)); in gst_flow_combiner_add_pad()
343 if (g_queue_remove (&combiner->pads, pad)) in gst_flow_combiner_remove_pad()
/dports/cad/pcb/pcb-4.2.0/lib/pcblib-newlib/candk/
H A DCANDK_ES01MSABE.fp3 # x value for pads 1,3 (1/100 mil)
4 # y value for pads 1,2,3 (1/100 mil)
7 # x value for the mounting pads (1/100 mil)
8 # y value for the mounting pads (1/100 mil)
27 # bottom edge of upper pads
28 # bottom edge of the lower pads
35 # the signal pads
39 # the mounting pads
H A DCANDK_ES02MSABE.fp3 # x value for pads 1,3 (1/100 mil)
4 # y value for pads 1,2,3 (1/100 mil)
7 # x value for the mounting pads (1/100 mil)
8 # y value for the mounting pads (1/100 mil)
27 # bottom edge of upper pads
28 # bottom edge of the lower pads
35 # the signal pads
39 # the mounting pads
H A DCANDK_ES03MSABE.fp3 # x value for pads 1,3 (1/100 mil)
4 # y value for pads 1,2,3 (1/100 mil)
7 # x value for the mounting pads (1/100 mil)
8 # y value for the mounting pads (1/100 mil)
27 # bottom edge of upper pads
28 # bottom edge of the lower pads
35 # the signal pads
39 # the mounting pads
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/plugins/
H A Dqfp_wizard.py45 def pads(self): member in QFPWizard
58 n = self.pads['n'],
61 p = pcbnew.ToMM(self.pads['pitch'])
66 pad_pitch = self.pads["pitch"]
67 pad_length = self.pads["length"]
68 pad_width = self.pads["width"]
70 v_pitch = self.pads["vertical spacing"]
71 h_pitch = self.pads["horizontal spacing"]
73 pads_per_row = int(self.pads["n"] // 4)
77 pad_shape = pcbnew.PAD_SHAPE_OVAL if self.pads["oval"] else pcbnew.PAD_SHAPE_RECT
H A Dmutualcap_button_wizard.py40 width = pcbnew.ToMM(self.pads["Width"]),
41 height= pcbnew.ToMM(self.pads["Height"])
52 def pads(self): member in MutualcapButtonWizard
79 w = self.pads["Width"]
80 h = self.pads["Height"]
81 oew = self.pads["Outer electrode width"]
82 iew = self.pads["Inner electrode width"]
83 drawBox = self.pads["Draw line around button"]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-links.rst13 MEDIA_IOC_ENUM_LINKS - Enumerate all pads and links for a given entity
34 To enumerate pads and/or links for a given entity, applications set the
39 the ``pads`` and ``links`` fields. They then call the
42 If the ``pads`` field is not NULL, the driver fills the ``pads`` array
43 with information about the entity's pads. The array must have enough
44 room to store all the entity's pads. The number of pads can be retrieved
52 Only forward links that originate at one of the entity's source pads are
69 - \*\ ``pads``
70 - Pointer to a pads array allocated by the application. Ignored if
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-links.rst13 MEDIA_IOC_ENUM_LINKS - Enumerate all pads and links for a given entity
34 To enumerate pads and/or links for a given entity, applications set the
39 the ``pads`` and ``links`` fields. They then call the
42 If the ``pads`` field is not NULL, the driver fills the ``pads`` array
43 with information about the entity's pads. The array must have enough
44 room to store all the entity's pads. The number of pads can be retrieved
52 Only forward links that originate at one of the entity's source pads are
69 - \*\ ``pads``
70 - Pointer to a pads array allocated by the application. Ignored if
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-enum-links.rst13 MEDIA_IOC_ENUM_LINKS - Enumerate all pads and links for a given entity
34 To enumerate pads and/or links for a given entity, applications set the
39 the ``pads`` and ``links`` fields. They then call the
42 If the ``pads`` field is not NULL, the driver fills the ``pads`` array
43 with information about the entity's pads. The array must have enough
44 room to store all the entity's pads. The number of pads can be retrieved
52 Only forward links that originate at one of the entity's source pads are
69 - \*\ ``pads``
70 - Pointer to a pads array allocated by the application. Ignored if
/dports/math/octave-forge-image/image-2.12.0/src/
H A Dimreconstruct.cc108 const octave_idx_type* pads = padding_lengths.fortran_vec (); in scan_raster_order() local
120 J += pads[dim]; in scan_raster_order()
121 I += pads[dim]; in scan_raster_order()
139 J += pads[dim]; in scan_raster_order()
140 I += pads[dim]; in scan_raster_order()
175 J -= pads[dim]; in scan_antiraster_order()
176 I -= pads[dim]; in scan_antiraster_order()
177 ind -= pads[dim]; in scan_antiraster_order()
199 J -= pads[dim]; in scan_antiraster_order()
200 I -= pads[dim]; in scan_antiraster_order()
[all …]
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/dsp/
H A Dbank.cxx51 pads.push_back( p ); in pad()
70 if( n < pads.size() && n >= 0 ) { in pad()
71 return pads.at(n); in pad()
79 for(int i = 0; i < pads.size(); i++) { in ~Bank()
80 delete pads.at(i); in ~Bank()
/dports/misc/py-onnx/onnx-1.10.2/onnx/backend/test/case/node/
H A Dpad.py55pads = np.array([0, 0, 1, 3, 0, 0, 2, 4]).astype(np.int64) # pad order [x1_begin, x2_begin, ..., …
59 pads,
64 expect(node, inputs=[x, pads, value], outputs=[y],
77pads = np.array([0, 0, 1, 1, 0, 0, 1, 1]).astype(np.int64) # pad order [x1_begin, x2_begin, ..., …
80 pads,
84 expect(node, inputs=[x, pads], outputs=[y],
/dports/emulators/jzintv/jzintv-20200712-src/src/
H A DMakefile.emscripten_sdl191 pads/pads_intv2pc.$(O):
92 $(CC) -O3 -o pads/pads_intv2pc.$(O) $(CFLAGS) -c pads/pads_intv2pc.c
94 OBJS_SDL1 += pads/pads_cgc_linux.$(O)
95 OBJS += pads/pads_intv2pc.$(O)
105 jzintv_em.$(O): pads/pads.h debug/debug_.h cp1600/op_decode.h cp1600/op_exec.h
109 jzintv_em.$(O): bincfg/legacy.h bincfg/bincfg.h pads/pads_intv2pc.h
H A DMakefile.emscripten_sdl291 pads/pads_intv2pc.$(O):
92 $(CC) -O3 -o pads/pads_intv2pc.$(O) $(CFLAGS) -c pads/pads_intv2pc.c
94 OBJS_SDL2 += pads/pads_cgc_linux.$(O)
95 OBJS += pads/pads_intv2pc.$(O)
105 jzintv_em.$(O): pads/pads.h debug/debug_.h cp1600/op_decode.h cp1600/op_exec.h
109 jzintv_em.$(O): bincfg/legacy.h bincfg/bincfg.h pads/pads_intv2pc.h
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/plugins/nle/
H A Dnleoperation.c219 GstIterator *pads; in element_is_valid_filter() local
242 gst_iterator_resync (pads); in element_is_valid_filter()
254 gst_iterator_free (pads); in element_is_valid_filter()
466 GstIterator *pads; in get_unused_static_sink_pad() local
512 gst_iterator_resync (pads); in get_unused_static_sink_pad()
522 gst_iterator_free (pads); in get_unused_static_sink_pad()
536 GstIterator *pads; in get_unlinked_sink_ghost_pad() local
564 gst_iterator_resync (pads); in get_unlinked_sink_ghost_pad()
574 gst_iterator_free (pads); in get_unlinked_sink_ghost_pad()
759 GstIterator *pads; in nle_operation_hard_cleanup() local
[all …]
/dports/net-mgmt/pads/pads-1.2/etc/
H A DMakefile.am3 EXTRA_DIST = pads*
6 sysconf_DATA = pads.conf \
7 pads-signature-list \
8 pads-ether-codes
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DAirBaseHandler.cpp36 CR_MEMBER(pads),
51 for (PadLstIt pi = (*bi)->pads.begin(); pi != (*bi)->pads.end(); ++pi) { in ~CAirBaseHandler()
84 ab->pads.push_back(pad); in RegisterAirBase()
101 for (PadLstIt pi = (*bi)->pads.begin(); pi != (*bi)->pads.end(); ++pi) { in DeregisterAirBase()
160 if (!foundBase->pads.empty()) { in FindAirBase()
161 return foundBase->pads.front(); in FindAirBase()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/libjit/
H A Dlibjit_conv.cpp62 dim_t pad_t = pads[0]; in libjit_quantized_conv2d_generic()
63 dim_t pad_l = pads[1]; in libjit_quantized_conv2d_generic()
164 dim_t pad_t = pads[0]; in libjit_channelwise_quantized_conv2d_generic()
165 dim_t pad_l = pads[1]; in libjit_channelwise_quantized_conv2d_generic()
255 dim_t pad_top = pads[2]; in libjit_channelwise_quantized_conv3d_generic()
358 dim_t pad_t = pads[0]; in libjit_conv2d_f()
359 dim_t pad_l = pads[1]; in libjit_conv2d_f()
570 dim_t pad_t = pads[0]; in libjit_conv_transpose_f()
571 dim_t pad_l = pads[1]; in libjit_conv_transpose_f()
633 dim_t pad_t = pads[0]; in libjit_convolution_grad_f()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/midi/Gervill/SoftLinearResampler/
H A DInterpolate.java78 int pads = resampler.getPadding(); in testResampler() local
82 …resampler.interpolate(testbuffer, new float[] {pads}, testbuffer.length - pads, new float[] {p_pit… in testResampler()
83 …perfectInterpolation(new float[] {pads}, testbuffer.length - pads, new float[] {p_pitch}, pitchste… in testResampler()
89 for (int i = pads; i < out_off; i++) { in testResampler()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/midi/Gervill/SoftLinearResampler2/
H A DInterpolate.java78 int pads = resampler.getPadding(); in testResampler() local
82 …resampler.interpolate(testbuffer, new float[] {pads}, testbuffer.length - pads, new float[] {p_pit… in testResampler()
83 …perfectInterpolation(new float[] {pads}, testbuffer.length - pads, new float[] {p_pitch}, pitchste… in testResampler()
89 for (int i = pads; i < out_off; i++) { in testResampler()

12345678910>>...327