Home
last modified time | relevance | path

Searched refs:need_update (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/dports/misc/kcd/kcd-7.15.0/
H A Dutf8dec.cc54 need_update = 0; in decode()
68 need_update = 0; in decode()
82 need_update = 0; in decode()
97 need_update = 0; in decode()
112 need_update = 0; in decode()
118 need_update = 0; in decode()
127 need_update = 0; in decode()
158 need_update = 0; in decode()
165 need_update = 0; in decode()
173 need_update = 0; in decode()
[all …]
H A Dutf8dec.h39 bool need_update; variable
47 …void new_seq() { need_char = false; need_update = false; extra_char = false; char_count = 0; char_… in new_seq()
59 bool is_need_update() { return need_update; } in is_need_update()
62 void set_need_update() { need_update = true; } in set_need_update()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_xdp.c13 bool need_update; in stmmac_xdp_enable_pool() local
34 need_update = netif_running(priv->dev) && stmmac_xdp_is_enabled(priv); in stmmac_xdp_enable_pool()
36 if (need_update) { in stmmac_xdp_enable_pool()
45 if (need_update) { in stmmac_xdp_enable_pool()
62 bool need_update; in stmmac_xdp_disable_pool() local
74 if (need_update) { in stmmac_xdp_disable_pool()
85 if (need_update) { in stmmac_xdp_disable_pool()
107 bool need_update; in stmmac_xdp_set_prog() local
120 need_update = !!priv->xdp_prog != !!prog; in stmmac_xdp_set_prog()
121 if (if_running && need_update) in stmmac_xdp_set_prog()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_xdp.c13 bool need_update; in stmmac_xdp_enable_pool() local
34 need_update = netif_running(priv->dev) && stmmac_xdp_is_enabled(priv); in stmmac_xdp_enable_pool()
36 if (need_update) { in stmmac_xdp_enable_pool()
45 if (need_update) { in stmmac_xdp_enable_pool()
62 bool need_update; in stmmac_xdp_disable_pool() local
74 if (need_update) { in stmmac_xdp_disable_pool()
85 if (need_update) { in stmmac_xdp_disable_pool()
107 bool need_update; in stmmac_xdp_set_prog() local
120 need_update = !!priv->xdp_prog != !!prog; in stmmac_xdp_set_prog()
121 if (if_running && need_update) in stmmac_xdp_set_prog()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_xdp.c13 bool need_update; in stmmac_xdp_enable_pool() local
34 need_update = netif_running(priv->dev) && stmmac_xdp_is_enabled(priv); in stmmac_xdp_enable_pool()
36 if (need_update) { in stmmac_xdp_enable_pool()
45 if (need_update) { in stmmac_xdp_enable_pool()
62 bool need_update; in stmmac_xdp_disable_pool() local
74 if (need_update) { in stmmac_xdp_disable_pool()
85 if (need_update) { in stmmac_xdp_disable_pool()
107 bool need_update; in stmmac_xdp_set_prog() local
120 need_update = !!priv->xdp_prog != !!prog; in stmmac_xdp_set_prog()
121 if (if_running && need_update) in stmmac_xdp_set_prog()
[all …]
/dports/www/piwigo/piwigo/admin/include/
H A Dfunctions_history.inc.php231 $need_update = array();
250 if (!isset($need_update[$time_key]))
252 $need_update[$time_key] = array(
258 $need_update[$time_key]['nb_pages'] += $row['nb_pages'];
262 $need_update[$time_key]['history_id_from'] = $row['min_id'];
265 if ($row['max_id'] > $need_update[$time_key]['history_id_to'])
267 $need_update[$time_key]['history_id_to'] = $row['max_id'];
331 if (isset($need_update[$key]))
333 $row['nb_pages'] += $need_update[$key]['nb_pages'];
336 unset($need_update[$key]);
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dboto3_elasticache.py153 need_update = {}
165 return need_update
477 if need_update:
490 **need_update
617 need_update = {}
629 return need_update
929 if need_update:
942 **need_update
1054 need_update = {}
1066 return need_update
[all …]
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Ddistrans.py36 need_update = True
40 global need_update
41 need_update = False
53 global need_update
54 need_update = True
69 if need_update:
/dports/science/gromacs/gromacs-2021.4/admin/
H A Dcopyright.py158 need_update = False
163 need_update = True
170 need_update = True
181 need_update = True
182 if options.check or not need_update:
189 need_update = True
196 need_update = True
202 return need_update, new_years
418 need_update = True
422 if need_update:
[all …]
/dports/www/seahub/seahub-8.0.7-server/fabfile/
H A Dcopyright.py35 need_update = True
39 need_update = False
41 if not need_update:
85 need_update = True
89 need_update = False
91 if need_update:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/systrace/systrace/
H A Dupdate_systrace_trace_viewer.py84 need_update = False
86 need_update = True
88 need_update = True
90 need_update = True
94 need_update = True
98 need_update = True
100 if not need_update:
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_cycles.c163 need_update = true; in displacement_node_insert()
166 if (need_update) { in displacement_node_insert()
239 if (need_update) { in square_roughness_node_insert()
314 if (need_update) { in ambient_occlusion_node_relink()
462 if (need_update) { in update_math_node_single_operand_operators()
524 if (need_update) { in update_vector_math_node_add_and_subtract_operators()
562 if (need_update) { in update_vector_math_node_dot_product_operator()
627 if (need_update) { in update_vector_math_node_cross_product_operator()
679 if (need_update) { in update_vector_math_node_normalize_operator()
781 if (need_update) { in update_vector_math_node_average_operator()
[all …]
/dports/dns/axfr2acl/axfr2acl-1.01/
H A Daxfr2acl247 my $need_update = !$update;
248 if (!$need_update) {
249 $need_update = $netsig ne $oldsig;
251 "update forced because initial networks changed") if ($need_update);
268 $need_update = 1
277 $need_update = 1;
280 if ($need_update) {
311 if (!$need_update) {
329 if ($need_update && !$dry_run) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/service/cloud_print/
H A Djob_status_updater.cc54 bool need_update = false; in UpdateStatus() local
59 need_update = true; in UpdateStatus()
66 need_update = true; in UpdateStatus()
74 need_update = true; in UpdateStatus()
79 if (need_update) { in UpdateStatus()
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/bbox/
H A Dbboxcreate.c108 int attr, copy = 1, need_update = 0; in BBoxCreate() local
132 min3p = need_update = 1; in BBoxCreate()
140 max3p = need_update = 1; in BBoxCreate()
148 min3p = need_update = 1; in BBoxCreate()
156 max3p = need_update = 1; in BBoxCreate()
164 minNp = need_update = 1; in BBoxCreate()
172 maxNp = need_update = 1; in BBoxCreate()
190 if (need_update) { in BBoxCreate()
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dtables.cpp31 need_update = true; in LookupTables()
41 if (!need_update) in device_update()
55 need_update = false; in device_update()
72 need_update = true; in add_table()
110 need_update = true; in remove_table()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/widget/
H A Dgtkmathview_decorators_common.cc135 bool need_update = false; in GTKMATHVIEW_METHOD_NAME() local
140 need_update = true; in GTKMATHVIEW_METHOD_NAME()
161 need_update = true; in GTKMATHVIEW_METHOD_NAME()
167 need_update = true; in GTKMATHVIEW_METHOD_NAME()
173 need_update = true; in GTKMATHVIEW_METHOD_NAME()
179 need_update = true; in GTKMATHVIEW_METHOD_NAME()
182 if (need_update) in GTKMATHVIEW_METHOD_NAME()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_SubSkin.cpp59 bool need_update = true;//_update; in _setAlign() local
66 need_update = true; in _setAlign()
73 need_update = true; in _setAlign()
79 need_update = true; in _setAlign()
86 need_update = true; in _setAlign()
93 need_update = true; in _setAlign()
99 need_update = true; in _setAlign()
102 if (need_update) in _setAlign()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_SubSkin.cpp59 bool need_update = true;//_update; in _setAlign() local
66 need_update = true; in _setAlign()
73 need_update = true; in _setAlign()
79 need_update = true; in _setAlign()
86 need_update = true; in _setAlign()
93 need_update = true; in _setAlign()
99 need_update = true; in _setAlign()
102 if (need_update) in _setAlign()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_SubSkin.cpp59 bool need_update = true;//_update; in _setAlign() local
66 need_update = true; in _setAlign()
73 need_update = true; in _setAlign()
79 need_update = true; in _setAlign()
86 need_update = true; in _setAlign()
93 need_update = true; in _setAlign()
99 need_update = true; in _setAlign()
102 if (need_update) in _setAlign()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_SubSkin.cpp59 bool need_update = true;//_update; in _setAlign() local
66 need_update = true; in _setAlign()
73 need_update = true; in _setAlign()
79 need_update = true; in _setAlign()
86 need_update = true; in _setAlign()
93 need_update = true; in _setAlign()
99 need_update = true; in _setAlign()
102 if (need_update) in _setAlign()
/dports/audio/aylet/aylet-0.5/
H A Dui.c22 static int used_curses_ui=0,need_update=1,need_nexttrack=0; variable
142 if(need_update) in non_ui_frame()
144 need_update=0; in non_ui_frame()
189 if(need_update) in ui_frame()
191 need_update=0; in ui_frame()
237 need_update=1; in ui_change_notify()
259 need_update=1; in non_ui_init()
/dports/x11/mate-applet-appmenu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dutils.c122 bool need_update = true; in state_submenu_cb() local
135 (gboolean *)&need_update, in state_submenu_cb()
139 need_update = true; in state_submenu_cb()
140 need_update = need_update || dbus_menu_model_is_layout_update_required(model); in state_submenu_cb()
141 if (need_update) in state_submenu_cb()
154 need_update = dbus_menu_model_is_layout_update_required(model); in state_submenu_cb()
155 if (need_update) in state_submenu_cb()
/dports/x11/appmenu-registrar/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dutils.c122 bool need_update = true; in state_submenu_cb() local
135 (gboolean *)&need_update, in state_submenu_cb()
139 need_update = true; in state_submenu_cb()
140 need_update = need_update || dbus_menu_model_is_layout_update_required(model); in state_submenu_cb()
141 if (need_update) in state_submenu_cb()
154 need_update = dbus_menu_model_is_layout_update_required(model); in state_submenu_cb()
155 if (need_update) in state_submenu_cb()
/dports/x11/gtk-app-menu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/lib/dbusmenu-importer/
H A Dutils.c122 bool need_update = true; in state_submenu_cb() local
135 (gboolean *)&need_update, in state_submenu_cb()
139 need_update = true; in state_submenu_cb()
140 need_update = need_update || dbus_menu_model_is_layout_update_required(model); in state_submenu_cb()
141 if (need_update) in state_submenu_cb()
154 need_update = dbus_menu_model_is_layout_update_required(model); in state_submenu_cb()
155 if (need_update) in state_submenu_cb()

12345678910>>...36