Searched refs:min (Results 201 - 225 of 1243) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm77.c271 int i, cur, conf, hyst, crit, min, max; local
278 min = i2c_smbus_read_word_data(new_client, 4);
284 || i2c_smbus_read_word_data(new_client, i + 4) != min
292 || ((min & 0x00f0) != 0xf0 && (min & 0x00f0) != 0x0)
309 min = i2c_smbus_read_word_data(new_client, 4);
310 if (i2c_smbus_read_word_data(new_client, 6) != min
311 || i2c_smbus_read_word_data(new_client, 7) != min)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig508 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
541 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
553 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
616 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
628 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
636 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
709 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
719 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
747 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtime.c228 unsigned int year, mon, day, hour, min, sec; local
239 min = MSTK_REG_MIN(mregs);
244 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
383 unsigned int year, mon, day, hour, min, sec; local
401 min = iregs->clk.int_min;
410 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
414 printk("%u/%u/%u %u:%u:%u\n",day,mon,year,hour,min,sec);
460 usec = min(usec, max_ntp_tick);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsjcd.c201 + bcd2bin(mp->min) * 4500 - 150);
207 msf->min = hsg / 4500;
211 msf->min = bin2bcd(msf->min); /* convert to BCD */
274 outb(pms->start.min, SJCDPORT(0));
277 outb(pms->end.min, SJCDPORT(0));
599 sjcd_disk_length.min = info.un.track_msf.min;
607 printk("SJCD: (%02x:%02x.%02x)\n", sjcd_disk_length.min,
658 msf.end.min
[all...]
H A Dgscd.h84 unsigned char min; member in struct:msf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dtime.c51 h->min = BIN2BCD(t->tm_min);
61 t->tm_min = BCD2BIN(h->min);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dgunzip_util.c117 len = min(state->s.avail_in, (unsigned)dstlen);
201 len = min(state->s.avail_in, (unsigned)dstlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dprotocol.c169 cnt = min(buflen, srb->request_bufflen - *offset);
219 unsigned int plen = min(sglen, (unsigned int)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java239 * @param min the minimum key value.
243 * the beginning of the handler block for the <tt>min + i</tt> key.
245 void visitTableSwitchInsn(int min, int max, Label dflt, Label labels[]); argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/acos/include/
H A DacosTypes.h243 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc_data.h457 float min; member in struct:__anon590
H A Dopt.h68 double min; ///< minimum valid value for the option member in struct:AVOption
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h68 double min; ///< minimum valid value for the option member in struct:AVOption
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.h63 * @param min the minimum valid accepted value
66 double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddvb-pll.h13 u32 min; member in struct:dvb_pll_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtime.c120 usec = min(usec, max_ntp_tick);
236 unsigned int epoch, year, mon, day, hour, min, sec; local
238 sec = min = hour = day = mon = year = 0;
254 xtime.tv_sec = mktime(year, mon, day, hour, min, sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/platform/68EZ328/
H A Dconfig.c38 void m68328_timer_gettod(int *year, int *mon, int *day, int *hour, int *min, int *sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dvideo_gx.c125 long min, diff; local
140 min = abs(pll_table[0].pixclock - info->var.pixclock);
143 if (diff < min) {
144 min = diff;

Completed in 268 milliseconds

1234567891011>>