Searched refs:min (Results 326 - 350 of 2156) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3cyclicdfa.c131 /* Check against min and max for this state
133 if (c>= cdfa->min[s] && c <= cdfa->max[s])
139 snext = cdfa->transition[s][c - cdfa->min[s]];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dcpufreq.c56 /* Check if policy->min <= new_freq <= policy->max */
57 if(freq < (policy->min * 1000) || freq > (policy->max * 1000))
102 policy->min = policy->cpuinfo.min_freq;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibip6t_HL.c27 .min = 1},
30 .min = 1},
H A Dlibip6t_hl.c28 .min = 1},
31 .min = 1},
H A Dlibipt_TTL.c26 .min = 1},
29 .min = 1},
H A Dlibxt_TCPMSS.c42 .min = 0, .max = UINT16_MAX - sizeof(struct iphdr),
50 .min = 0, .max = UINT16_MAX - SIZEOF_STRUCT_IP6_HDR,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c184 int min; member in struct:_xmlRegAtom
204 int min; member in struct:_xmlRegCounter
787 ret->min = 0;
839 ret->min = atom->min;
1086 fprintf(output, "%d-%d ", atom->min, atom->max);
1193 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min,
1271 ctxt->counters[ctxt->nbCounters].min = -1;
1604 if ((atom->min
5140 int min = 0, max = 0; local
5785 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5872 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5940 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
6020 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6136 xmlAutomataNewCounter(xmlAutomataPtr am, int min, int max) argument
6473 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6839 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
7060 int min, max; local
7366 int min, max; local
7421 int min, max; local
7830 int min, max; local
7833 min = xmlExpParseNumber(ctxt); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c184 int min; member in struct:_xmlRegAtom
204 int min; member in struct:_xmlRegCounter
787 ret->min = 0;
839 ret->min = atom->min;
1086 fprintf(output, "%d-%d ", atom->min, atom->max);
1193 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min,
1271 ctxt->counters[ctxt->nbCounters].min = -1;
1604 if ((atom->min
5140 int min = 0, max = 0; local
5785 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5872 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5940 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
6020 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6136 xmlAutomataNewCounter(xmlAutomataPtr am, int min, int max) argument
6473 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6839 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
7060 int min, max; local
7366 int min, max; local
7421 int min, max; local
7830 int min, max; local
7833 min = xmlExpParseNumber(ctxt); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pm81.c306 pid_param.min = fan_system->ops->get_min(fan_system);
309 pid_param.min =
310 max(pid_param.min,fan_hd->ops->get_min(fan_hd));
312 min(pid_param.max,fan_hd->ops->get_max(fan_hd));
317 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n",
318 FIX32TOPRINT(pid_param.itarget), pid_param.min, pid_param.max);
366 scaled = max(scaled, st->pid.param.min);
367 scaled = min(scaled, st->pid.param.max);
451 pid_param.min = fan_cpu_main->ops->get_min(fan_cpu_main);
457 DBG(" ttarged=%d.%03d, tmax=%d.%03d, min
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dftp-ls.c103 int hour, min, sec; local
184 year = hour = min = sec = 0; /* Silence the compiler. */
253 min = hour = sec = 0;
268 min = (*tok - '0') + 10 * min;
281 DEBUGP (("time: %02d:%02d:%02d (no yr); ", hour, min, sec));
393 timestruct.tm_min = min;
431 int hour, min; local
483 min = atoi(tok);
491 year+1900, month, day, hour, min));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Djr3_pci.c101 int min; member in struct:poll_delay_t
161 static struct poll_delay_t poll_delay_min_max(int min, int max) argument
165 result.min = min;
643 p->range[0].range.min =
647 p->range[1].range.min =
651 p->range[2].range.min =
655 p->range[3].range.min =
659 p->range[4].range.min =
663 p->range[5].range.min
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dconfig527 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
546 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
561 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
595 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
612 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
629 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
677 # (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
706 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
718 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
726 (trap "stty `stty -g`" 2 0; stty -icanon min
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dconfig527 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
546 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
561 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
595 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
612 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
629 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
677 # (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
706 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
718 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
726 (trap "stty `stty -g`" 2 0; stty -icanon min
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c178 int min; member in struct:_xmlRegAtom
197 int min; member in struct:_xmlRegCounter
750 ret->min = 0;
1003 fprintf(output, "%d-%d ", atom->min, atom->max);
1110 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min,
1188 ctxt->counters[ctxt->nbCounters].min = -1;
1516 if (atom->min == 0) {
1526 ctxt->counters[counter].min = atom->min
5026 int min = 0, max = 0; local
5660 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5747 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5815 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5895 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6011 xmlAutomataNewCounter(xmlAutomataPtr am, int min, int max) argument
6348 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6714 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
6935 int min, max; local
7241 int min, max; local
7296 int min, max; local
7705 int min, max; local
7708 min = xmlExpParseNumber(ctxt); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c178 int min; member in struct:_xmlRegAtom
197 int min; member in struct:_xmlRegCounter
750 ret->min = 0;
1003 fprintf(output, "%d-%d ", atom->min, atom->max);
1110 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min,
1188 ctxt->counters[ctxt->nbCounters].min = -1;
1516 if (atom->min == 0) {
1526 ctxt->counters[counter].min = atom->min
5026 int min = 0, max = 0; local
5660 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5747 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5815 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5895 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6011 xmlAutomataNewCounter(xmlAutomataPtr am, int min, int max) argument
6348 xmlExpHashGetEntry(xmlExpCtxtPtr ctxt, xmlExpNodeType type, xmlExpNodePtr left, xmlExpNodePtr right, const xmlChar *name, int min, int max) argument
6714 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) argument
6935 int min, max; local
7241 int min, max; local
7296 int min, max; local
7705 int min, max; local
7708 min = xmlExpParseNumber(ctxt); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dsysfs.c102 unsigned int maj, min; local
104 if (sysfs_read_attr(path, "/dev", "%u:%u", &maj, &min, verbose))
105 min = ~minor(dev);
108 if (min == (unsigned)minor(dev)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_DNAT.c100 range.min.tcp.port
114 range.min.tcp.port = htons(port);
206 printf("%hu", ntohs(r->min.tcp.port));
207 if (r->max.tcp.port != r->min.tcp.port)
H A Dlibipt_SNAT.c100 range.min.tcp.port
114 range.min.tcp.port = htons(port);
206 printf("%hu", ntohs(r->min.tcp.port));
207 if (r->max.tcp.port != r->min.tcp.port)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_old.h57 int snd_pcm_hw_params_set_channels_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, unsigned int *max);
76 int snd_pcm_hw_params_set_rate_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
97 int snd_pcm_hw_params_set_period_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
116 int snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, int *mindir, snd_pcm_uframes_t *max, int *maxdir);
136 int snd_pcm_hw_params_set_periods_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
156 int snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
175 int snd_pcm_hw_params_set_buffer_size_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_uframes_t *min, snd_pcm_uframes_t *max);
194 int snd_pcm_hw_params_set_tick_time_minmax(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *min, int *mindir, unsigned int *max, int *maxdir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.h51 long min; /* packed 24 bit float */ member in struct:__anon4060
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dtxn_auto.h77 u_int32_t min; member in struct:___txn_recycle_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinctrl.cpp214 int min,
241 m_btn->SetRange(min, max);
415 void wxSpinCtrl::SetRange(int min, int max) argument
419 m_btn->SetRange(min, max);
208 Create(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos, const wxSize& size, long style, int min, int max, int initial, const wxString& name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinctrl.cpp142 int min,
168 m_btn->SetRange(min, max);
313 void wxSpinCtrl::SetRange(int min, int max) argument
317 m_btn->SetRange(min, max);
136 Create(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos, const wxSize& size, long style, int min, int max, int initial, const wxString& name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dspinctlg.cpp159 int min,
184 m_btn->SetRange(min, max);
376 void wxSpinCtrl::SetRange(int min, int max) argument
380 m_btn->SetRange(min, max);
153 Create(wxWindow *parent, wxWindowID id, const wxString& value, const wxPoint& pos, const wxSize& size, long style, int min, int max, int initial, const wxString& name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dcdbase.h19 wxUint8 hour, min, sec; member in struct:wxCDtime

Completed in 619 milliseconds

<<11121314151617181920>>