Home
last modified time | relevance | path

Searched refs:check_low (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/webmin/webmin-1.981/squid/
H A Dsave_mem.cgi25 &save_opt("cache_mem_low", \&check_low, $conf);
28 &save_opt("cache_swap_low", \&check_low, $conf);
37 &save_opt("ipcache_low", \&check_low, $conf);
58 sub check_low
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dusercopy.c106 const unsigned long check_low = ptr; in overlaps() local
107 unsigned long check_high = check_low + n; in overlaps()
110 if (check_low >= high || check_high <= low) in overlaps()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dusercopy.c106 const unsigned long check_low = ptr; in overlaps() local
107 unsigned long check_high = check_low + n; in overlaps()
110 if (check_low >= high || check_high <= low) in overlaps()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dusercopy.c106 const unsigned long check_low = ptr; in overlaps() local
107 unsigned long check_high = check_low + n; in overlaps()
110 if (check_low >= high || check_high <= low) in overlaps()
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Dvalidate_mask.h74 u64a check_low = (cmp_result & count_mask) + count_mask; in negValidateMask() local
78 u64a check_all = ~(check_low | cmp_result | count_mask); in negValidateMask()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dalerts.c344 if (alert->check_low) in gkrellm_check_alert()
471 gboolean check_high, gboolean check_low, gboolean do_updates, in gkrellm_alert_create() argument
482 alert->check_low = check_low; in gkrellm_alert_create()
513 if (alert->check_low) in gkrellm_alert_set_triggers()
567 a_src->unit_string, a_src->check_high, a_src->check_low, in gkrellm_alert_dup()
1088 if (alert->check_low) in cb_high_warn_spin_changed()
1218 if (alert->check_low && !alert->check_hardwired) in gkrellm_alert_config_window()
1406 alert->check_high, alert->check_low, alert->check_hardwired); in gkrellm_save_alertconfig()
1477 &alert->check_high, &alert->check_low, &alert->check_hardwired); in gkrellm_load_alertconfig()
H A Dgkrellm.h862 check_low, member
/dports/audio/aqualung/aqualung-1.0/src/
H A Dbuild_store.c204 GtkWidget * check_low; member
544 gtk_widget_set_sensitive(gui->check_low, state); in capitalize_check_toggled()
608 gui->check_low = gtk_check_button_new_with_label(_("Force other letters to lowercase")); in capitalize_gui_new()
609 gtk_widget_set_name(gui->check_low, "check_on_notebook"); in capitalize_gui_new()
610 gtk_box_pack_start(GTK_BOX(vbox), gui->check_low, TRUE, TRUE, 0); in capitalize_gui_new()
629 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(gui->check_low), TRUE); in capitalize_gui_new()
638 gtk_widget_set_sensitive(gui->check_low, FALSE); in capitalize_gui_new()
650 gui->model->low_enabled = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(gui->check_low)); in capitalize_gui_sync()