Home
last modified time | relevance | path

Searched refs:adjustment_value (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c815 u32 adjustment_value = (u32)seconds; in lan743x_ptp_clock_step() local
817 if (adjustment_value > 0xF) in lan743x_ptp_clock_step()
818 adjustment_value = 0xF; in lan743x_ptp_clock_step()
821 adjustment_value); in lan743x_ptp_clock_step()
822 seconds -= ((s32)adjustment_value); in lan743x_ptp_clock_step()
824 u32 adjustment_value = (u32)(-seconds); in lan743x_ptp_clock_step() local
826 if (adjustment_value > 0xF) in lan743x_ptp_clock_step()
827 adjustment_value = 0xF; in lan743x_ptp_clock_step()
829 adjustment_value); in lan743x_ptp_clock_step()
830 seconds += ((s32)adjustment_value); in lan743x_ptp_clock_step()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c815 u32 adjustment_value = (u32)seconds; in lan743x_ptp_clock_step() local
817 if (adjustment_value > 0xF) in lan743x_ptp_clock_step()
818 adjustment_value = 0xF; in lan743x_ptp_clock_step()
821 adjustment_value); in lan743x_ptp_clock_step()
822 seconds -= ((s32)adjustment_value); in lan743x_ptp_clock_step()
824 u32 adjustment_value = (u32)(-seconds); in lan743x_ptp_clock_step() local
826 if (adjustment_value > 0xF) in lan743x_ptp_clock_step()
827 adjustment_value = 0xF; in lan743x_ptp_clock_step()
829 adjustment_value); in lan743x_ptp_clock_step()
830 seconds += ((s32)adjustment_value); in lan743x_ptp_clock_step()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c815 u32 adjustment_value = (u32)seconds; in lan743x_ptp_clock_step() local
817 if (adjustment_value > 0xF) in lan743x_ptp_clock_step()
818 adjustment_value = 0xF; in lan743x_ptp_clock_step()
821 adjustment_value); in lan743x_ptp_clock_step()
822 seconds -= ((s32)adjustment_value); in lan743x_ptp_clock_step()
824 u32 adjustment_value = (u32)(-seconds); in lan743x_ptp_clock_step() local
826 if (adjustment_value > 0xF) in lan743x_ptp_clock_step()
827 adjustment_value = 0xF; in lan743x_ptp_clock_step()
829 adjustment_value); in lan743x_ptp_clock_step()
830 seconds += ((s32)adjustment_value); in lan743x_ptp_clock_step()
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dregistry-list.vala88 int adjustment_value = (int) adjustment.get_value ();
96 if ((adjustment_value < row_bottom_limit)
97 || (adjustment_value > row_top_limit))
109 if ((adjustment_value < row_bottom_limit)
110 || (adjustment_value > row_top_limit))
115 if (adjustment_value < row_bottom_limit)
120 if (adjustment_value > row_top_limit)
778 int adjustment_value = (int) adjustment.get_value ();
784 if ((row_allocation.y > adjustment_value + list_allocation.height)
785 || (row_allocation.y + row_allocation.height < adjustment_value))
[all …]
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-documents-panel.c214 gdouble adjustment_value; in make_row_visible() local
225 adjustment_value = gtk_adjustment_get_value (panel->adjustment); in make_row_visible()
236 if (row_position < adjustment_value) in make_row_visible()
240 else if ((row_position + row_size) > (adjustment_value + adjustment_page_size)) in make_row_visible()
242 offset = (row_position + row_size) - (adjustment_value + adjustment_page_size); in make_row_visible()
243 new_adjustment_value = adjustment_value + offset; in make_row_visible()
247 new_adjustment_value = adjustment_value; in make_row_visible()
/dports/editors/elementary-code/code-6.0.0/plugins/outline/C/
H A DCtagsSymbolOutline.vala211 double adjustment_value = store.vadjustment.value;
215 store.vadjustment.set_value (adjustment_value);
/dports/editors/elementary-code/code-6.0.0/plugins/outline/Vala/
H A DValaSymbolOutline.vala84 double adjustment_value = store.vadjustment.value;
88 store.vadjustment.set_value (adjustment_value);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/nvidia/
H A Dsycl_cuda_utils.hpp74 int adjustment_size = 4, int adjustment_value = 1) { in convert_dims() argument
77 new_dims[i] = adjustment_value; in convert_dims()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/nvidia/
H A Dsycl_cuda_utils.hpp75 int adjustment_size = 4, int adjustment_value = 1) { in convert_dims() argument
78 new_dims[i] = adjustment_value; in convert_dims()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkrange.c204 double adjustment_value,
2584 double adjustment_value, in gtk_range_compute_slider_position() argument
2629 y = (trough_height - height) * ((adjustment_value - lower) / (upper - lower - page_size)); in gtk_range_compute_slider_position()
2664 x = (trough_width - width) * ((adjustment_value - lower) / (upper - lower - page_size)); in gtk_range_compute_slider_position()
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dmainwin.h60 gdouble adjustment_value; member
H A Dmainwin.cpp415 if (((BackListData *)(list->data))->adjustment_value != -1) { in do_back()
417 gpAppFrame->oMidWin.oTextWin.view->scroll_to(((BackListData *)(list->data))->adjustment_value); in do_back()
441 if (((BackListData *)(list->data))->adjustment_value != -1) { in do_forward()
443 gpAppFrame->oMidWin.oTextWin.view->scroll_to(((BackListData *)(list->data))->adjustment_value); in do_forward()
867 backlistdata->adjustment_value = -1; in InsertBackList()
876 backlistdata->adjustment_value = gpAppFrame->oMidWin.oTextWin.view->scroll_pos(); in InsertBackList()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrange.c193 gdouble adjustment_value);
3332 gdouble adjustment_value) in gtk_range_calc_layout() argument
3521 y += (bottom - top - height) * ((adjustment_value - range->adjustment->lower) / in gtk_range_calc_layout()
3670 x += (right - left - width) * ((adjustment_value - range->adjustment->lower) / in gtk_range_calc_layout()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c241 gdouble adjustment_value,
3548 gdouble adjustment_value, in gtk_range_compute_slider_position() argument
3603 … y += (bottom - top - height) * ((adjustment_value - gtk_adjustment_get_lower (priv->adjustment)) / in gtk_range_compute_slider_position()
3657 … x += (right - left - width) * ((adjustment_value - gtk_adjustment_get_lower (priv->adjustment)) / in gtk_range_compute_slider_position()
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Dimage.py5226 def gamma(self, adjustment_value=1.0, channel=None): argument
5244 assertions.assert_real(adjustment_value=adjustment_value)
5246 r = library.MagickGammaImage(self.wand, adjustment_value)
5252 adjustment_value)
5257 r = library.MagickGammaImage(self.wand, adjustment_value)
/dports/security/snort/snort-2.9.18/doc/
H A Dsnort_manual.tex8454 [, align][, post_offset <adjustment_value>], dce;
8459 adjustment_value = -65535 to 65535