Home
last modified time | relevance | path

Searched refs:bin_class (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/i2c/
H A Dpd.py189 bin_class = -1
192 bin_class = 1
195 bin_class = 0
198 bin_class = 3
201 bin_class = 2
208 self.putb([bin_class, bytes([d])])
/dports/science/sigrok-cli/sigrok-cli-0.7.1/
H A Ddecode.c374 int bin_class; in setup_pd_binary() local
390 bin_class = 0; in setup_pd_binary()
392 for (l = dec->binary; l; l = l->next, bin_class++) { in setup_pd_binary()
404 "%d (%s).", keyval[0], bin_class, bin_name[0]); in setup_pd_binary()
407 bin_class = -1; in setup_pd_binary()
411 g_hash_table_insert(pd_binary_visible, g_strdup(keyval[0]), GINT_TO_POINTER(bin_class)); in setup_pd_binary()
532 if (classi != -1 && classi != pdb->bin_class) in show_pd_binary()
/dports/science/pulseview/pulseview-0.4.2/pv/data/
H A Ddecodesignal.cpp555 const DecodeBinaryClass* bin_class = nullptr; in get_merged_binary_data_chunks_by_sample() local
558 bin_class = &bc; in get_merged_binary_data_chunks_by_sample()
563 for (const DecodeBinaryDataChunk& chunk : bin_class->chunks) in get_merged_binary_data_chunks_by_sample()
596 const DecodeBinaryClass* bin_class = nullptr; in get_merged_binary_data_chunks_by_offset() local
599 bin_class = &bc; in get_merged_binary_data_chunks_by_offset()
1465 DecodeBinaryClass* bin_class = nullptr; in binary_callback() local
1468 (bc.info->bin_class_id == (uint32_t)pdb->bin_class)) in binary_callback()
1469 bin_class = &bc; in binary_callback()
1471 if (!bin_class) { in binary_callback()
1479 bin_class->chunks.emplace_back(); in binary_callback()
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/prefs/
H A Ddzl-preferences-font-button.c230 DzlPreferencesBinClass *bin_class = DZL_PREFERENCES_BIN_CLASS (klass); in dzl_preferences_font_button_class_init() local
236 bin_class->connect = dzl_preferences_font_button_connect; in dzl_preferences_font_button_class_init()
237 bin_class->disconnect = dzl_preferences_font_button_disconnect; in dzl_preferences_font_button_class_init()
238 bin_class->matches = dzl_preferences_font_button_matches; in dzl_preferences_font_button_class_init()
H A Ddzl-preferences-file-chooser-button.c199 DzlPreferencesBinClass *bin_class = DZL_PREFERENCES_BIN_CLASS (klass); in dzl_preferences_file_chooser_button_class_init() local
205 bin_class->connect = dzl_preferences_file_chooser_button_connect; in dzl_preferences_file_chooser_button_class_init()
206 bin_class->matches = dzl_preferences_file_chooser_button_matches; in dzl_preferences_file_chooser_button_class_init()
H A Ddzl-preferences-spin-button.c339 DzlPreferencesBinClass *bin_class = DZL_PREFERENCES_BIN_CLASS (klass); in dzl_preferences_spin_button_class_init() local
345 bin_class->connect = dzl_preferences_spin_button_connect; in dzl_preferences_spin_button_class_init()
346 bin_class->disconnect = dzl_preferences_spin_button_disconnect; in dzl_preferences_spin_button_class_init()
347 bin_class->matches = dzl_preferences_spin_button_matches; in dzl_preferences_spin_button_class_init()
H A Ddzl-preferences-switch.c366 DzlPreferencesBinClass *bin_class = DZL_PREFERENCES_BIN_CLASS (klass); in dzl_preferences_switch_class_init() local
372 bin_class->connect = dzl_preferences_switch_connect; in dzl_preferences_switch_class_init()
373 bin_class->disconnect = dzl_preferences_switch_disconnect; in dzl_preferences_switch_class_init()
374 bin_class->matches = dzl_preferences_switch_matches; in dzl_preferences_switch_class_init()
/dports/science/pulseview/pulseview-0.4.2/pv/data/decode/
H A Ddecoder.cpp56 char **bin_class = (char**)l->data; in Decoder() local
57 char *name = bin_class[0]; in Decoder()
58 char *desc = bin_class[1]; in Decoder()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkplug.c84 static GtkBinClass *bin_class = NULL; variable
137 bin_class = g_type_class_peek (GTK_TYPE_BIN); in gtk_plug_class_init()
687 GTK_WIDGET_CLASS (bin_class)->show (widget); in gtk_plug_show()
696 GTK_WIDGET_CLASS (bin_class)->hide (widget); in gtk_plug_hide()
726 GTK_WIDGET_CLASS (bin_class)->map (widget); in gtk_plug_map()
747 GTK_WIDGET_CLASS (bin_class)->unmap (widget); in gtk_plug_unmap()
995 GTK_CONTAINER_CLASS (bin_class)->check_resize (container); in gtk_plug_check_resize()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dtype_decoder.c139 int bin_class; in convert_binary() local
167 bin_class = PyLong_AsLong(py_tmp); in convert_binary()
168 if (!(class_name = g_slist_nth_data(di->decoder->binary, bin_class))) { in convert_binary()
170 "unregistered binary class %d.", di->decoder->name, bin_class); in convert_binary()
195 pdb->bin_class = bin_class; in convert_binary()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/replaygain/
H A Dgstrgvolume.c143 GstBinClass *bin_class; in gst_rg_volume_class_init() local
268 bin_class = (GstBinClass *) klass; in gst_rg_volume_class_init()
271 bin_class->add_element = NULL; in gst_rg_volume_class_init()
272 bin_class->remove_element = NULL; in gst_rg_volume_class_init()

12345678910>>...19