Searched refs:range (Results 176 - 200 of 337) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-flush.S126 # flush a range of addresses from the TLB
153 # flush a range of addresses from the TLB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_calls.h56 unsigned long compute_finetune(unsigned long base_freq, int bend, int range,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm85.c197 /* These are the zone temperature range encodings in .001 degree C */
203 static int RANGE_TO_REG( int range )
207 if ( range < lm85_range_map[0] ) {
209 } else if ( range > lm85_range_map[15] ) {
213 if ( range > lm85_range_map[i] ) { /* range bracketed */
214 if ((lm85_range_map[i+1] - range) <
215 (range - lm85_range_map[i])) {
308 u8 range; /* Temp range, encode member in struct:lm85_zone
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client_ret.c373 __dbcl_db_key_range_ret(dbp, txnp, key, range, flags, replyp)
377 DB_KEY_RANGE *range;
388 range->less = replyp->less;
389 range->equal = replyp->equal;
390 range->greater = replyp->greater;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_queue.c126 __ipq_set_mode(unsigned char mode, unsigned int range) argument
139 copy_range = range;
407 ipq_set_mode(unsigned char mode, unsigned int range) argument
412 status = __ipq_set_mode(mode, range);
429 pmsg->msg.mode.range);
634 "Copy range : %u\n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_queue.c124 __ipq_set_mode(unsigned char mode, unsigned int range) argument
137 copy_range = range;
405 ipq_set_mode(unsigned char mode, unsigned int range) argument
410 status = __ipq_set_mode(mode, range);
427 pmsg->msg.mode.range);
624 "Copy range : %u\n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est.c492 int range= c->avctx->me_range >> (1 + !!(c->flags&FLAG_QPEL)); local
494 if(c->avctx->me_range) c->range= c->avctx->me_range >> 1;
495 else c->range= 16;
503 // Search range of H261 is different from other codec standards
514 if(range){
515 c->xmin = FFMAX(c->xmin,-range);
516 c->xmax = FFMIN(c->xmax, range);
517 c->ymin = FFMAX(c->ymin,-range);
518 c->ymax = FFMIN(c->ymax, range);
1756 int i, y, range local
1815 int y, range; local
1869 int range = (((s->out_format == FMT_MPEG1 || s->msmpeg4_version) ? 8 : 16) << f_code); local
[all...]
H A Dapedec.c108 uint32_t range; ///< length of interval member in struct:APERangecoder
218 * @defgroup rangecoder APE range decoder
233 ctx->rc.range = (uint32_t) 1 << EXTRA_BITS;
239 while (ctx->rc.range <= BOTTOM_VALUE) {
245 ctx->rc.range <<= 8;
258 ctx->rc.help = ctx->rc.range / tot_f;
270 ctx->rc.help = ctx->rc.range >> shift;
284 ctx->rc.range = ctx->rc.help * sy_f;
337 * @param counts probability range start position
338 * @param counts_diff probability range width
[all...]
H A Dintrax8dsp.c55 * @param range pointer to the variable where the edge pixel range is to be stored (max-min values)
65 int * range, int * psum, int edges){
74 *range=0;
133 (*range) = max_pix - min_pix;
64 x8_setup_spatial_compensation(uint8_t *src, uint8_t *dst, int linesize, int * range, int * psum, int edges) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dregex.c72 # define re_search(bufp, string, size, startpos, range, regs) \
73 __re_search (bufp, string, size, startpos, range, regs)
77 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
78 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
423 the range 0 to one less than the pattern buffer's re_nsub
432 number, in the range 0 to one less than `re_nsub' in the
741 /* Are we starting a range? */
747 /* Have we broken a range? */
1059 gettext_noop ("Invalid range end") /* REG_ERANGE */
1061 #define REG_ESPACE_IDX (REG_ERANGE_IDX + sizeof "Invalid range en
3531 int size, startpos, range; variable
3569 int range; variable
[all...]
H A Dcommand.c956 cmd_range_match (char *range, char *str)
970 range++;
971 p = strchr (range, '-');
974 if (p - range > DECIMAL_STRLEN_MAX)
976 strncpy (buf, range, p - range);
977 buf[p - range] = '\0';
982 range = p + 1;
983 p = strchr (range, '>');
986 if (p - range > DECIMAL_STRLEN_MA
955 cmd_range_match(char *range, char *str) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpmf.c330 int range ; local
390 if (((range = (pa->p_type & 0xf000)) == 0x2000) ||
391 range == 0x3000 || range == 0x4000) {
402 switch (range) {
570 int range ; local
599 if (((range = (para & 0xf000)) == 0x2000) ||
600 range == 0x3000 || range == 0x4000) {
616 switch (range) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c274 * Initialize and free the full range of memory in each range.
736 int range; local
738 /* Map each physical memory range to its kernel vaddr */
740 for (range = 0; range < npmem_ranges; range++) {
745 start_paddr = pmem_ranges[range].start_pfn << PAGE_SHIFT;
746 end_paddr = start_paddr + (pmem_ranges[range].pages << PAGE_SHIFT);
747 size = pmem_ranges[range]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan.c2130 * Wireless Handler : get range info
2139 struct iw_range *range = (struct iw_range *) extra; local
2147 memset(range, 0, sizeof(struct iw_range));
2150 range->we_version_compiled = WIRELESS_EXT;
2151 range->we_version_source = 9;
2153 /* Set information in the range struct. */
2154 range->throughput = 1.6 * 1000 * 1000; /* don't argue on this ! */
2155 range->min_nwid = 0x0000;
2156 range->max_nwid = 0xFFFF;
2158 range
[all...]
H A Dwavelan_cs.c2379 * Wireless Handler : get range info
2388 struct iw_range *range = (struct iw_range *) extra; local
2396 memset(range, 0, sizeof(struct iw_range));
2399 range->we_version_compiled = WIRELESS_EXT;
2400 range->we_version_source = 9;
2402 /* Set information in the range struct. */
2403 range->throughput = 1.4 * 1000 * 1000; /* don't argue on this ! */
2404 range->min_nwid = 0x0000;
2405 range->max_nwid = 0xFFFF;
2407 range
[all...]
H A Dipw2100.c6703 struct iw_range *range = (struct iw_range *)extra; local
6707 wrqu->data.length = sizeof(*range);
6708 memset(range, 0, sizeof(*range));
6719 range->throughput = 5 * 1000 * 1000;
6721 // range->sensitivity; /* signal level threshold range */
6723 range->max_qual.qual = 100;
6725 range->max_qual.level = 0;
6726 range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabase.java667 final KeyRange range = new KeyRange();
668 db.key_range((txn == null) ? null : txn.txn, key, range, 0);
669 return range;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dfile.c127 Check if this is a range download, and if so, set the internal variables
139 if(data->state.use_range && data->state.range) {
140 from=curlx_strtoofft(data->state.range, &ptr, 0);
170 DEBUGF(infof(data, "range-download from %" FORMAT_OFF_T
477 if(fstated && !data->state.range && data->set.timecondition) {
527 /* Check whether file range has been specified */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c61 # define re_search(bufp, string, size, startpos, range, regs) \
62 __re_search (bufp, string, size, startpos, range, regs)
66 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
67 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
368 int startpos, int range,
390 int startpos, int range,
429 equivalence class elements, range elements, and character
440 the range 0 to one less than the pattern buffer's re_nsub
449 number, in the range 0 to one less than `re_nsub' in the
881 /* Are we starting a range
5009 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dfop006.tcl165 if {[string range $handle 0 1] == "db" } {
H A Drecd003.tcl100 set tag [string range $tag $tail $tail]
H A Drecd017.tcl122 set tag [string range $tag $tail $tail]
H A Dsysscript.tcl193 set fnum [string range $r 0 [expr $ndx - 1]]
243 set r [string range $r $ndx end]
H A Dtest019.tcl130 [string range $data $beg [expr $beg + $len - 1]]
H A Dtest110.tcl152 [string range $dupdata $beg [expr $beg + $len - 1]]

Completed in 260 milliseconds

1234567891011>>