Searched refs:range (Results 251 - 275 of 337) sorted by relevance

<<11121314

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxinclude.c889 xmlDocPtr source, xmlXPathObjectPtr range) {
899 (range == NULL))
901 if (range->type != XPATH_RANGE)
903 start = (xmlNodePtr) range->user;
907 end = range->user2;
912 index1 = range->index;
913 index2 = range->index2;
945 if (cur == end) { /* Are we at the end of the range? */
1024 * start of the range - need to take care of
1061 * Middle of the range
888 xmlXIncludeCopyRange(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target, xmlDocPtr source, xmlXPathObjectPtr range) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.c4904 ("Read index for DMA queue (%d) is out of range [0-%d)\n",
8424 /* TODO: Validate that provided channel is in range */
8764 struct iw_range *range = (struct iw_range *)extra; local
8768 wrqu->data.length = sizeof(*range);
8769 memset(range, 0, sizeof(*range));
8772 range->throughput = 27 * 1000 * 1000;
8774 range->max_qual.qual = 100;
8776 range->max_qual.level = 0;
8777 range
[all...]
H A Dwl3501_cs.c1561 struct iw_range *range = (struct iw_range *)extra; local
1564 wrqu->data.length = sizeof(*range);
1567 memset(range, 0, sizeof(*range));
1570 range->we_version_compiled = WIRELESS_EXT;
1571 range->we_version_source = 1;
1572 range->throughput = 2 * 1000 * 1000; /* ~2 Mb/s */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Drtsp.c415 /* Check to see if there is a range set in the custom headers */
416 if(!Curl_checkheaders(data, "Range:") && data->state.range) {
418 conn->allocptr.rangeline = aprintf("Range: %s\r\n", data->state.range);
467 "%s" /* range */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbn.h326 int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
327 int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn.h326 int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
327 int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S167 .long 0x02000230,0x60000050 # by ipl and load the range
169 .long 0x020002d0,0x60000050 # to the range 0x0f0-0x730
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/bcmcrypto/
H A Dbn.h358 int BN_rand_range(BIGNUM *rnd, BIGNUM *range);
359 int BN_pseudo_rand_range(BIGNUM *rnd, BIGNUM *range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbsysfs.c553 unsigned int i, flat, count, range = (max - min); local
564 fb_info->bl_curve[flat + i] = min + (range * (i + 1) / count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex156 13) iterate [x] over the range [x0]+1 ... [x1]-1 {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredCollection.java459 if (DbCompat.DATABASE_COUNT && countDups && !view.range.hasBound()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd006.tcl128 set tag [string range $tag $tail $tail]
H A Dsiutils.tcl46 proc _s_truncdata { a b } { return [string range $b 1 end] }
H A Dtest078.tcl166 set num [string range $data 0 \
H A Dtest116.tcl164 set suffix [string range $extent $idx end]
H A Dparallel.tcl133 set queuedir ../../[string range $basedir \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsgetem.S13 | range of the result is [1.0 - 2.0).
H A Dsint.S31 | 2. (X is in range) set rsc = 63 - exp(X). Unnormalize the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnfnetlink_log.c227 unsigned int range)
243 if (range > 0xffff)
246 inst->copy_range = range;
226 nfulnl_set_mode(struct nfulnl_instance *inst, u_int8_t mode, unsigned int range) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dadpcm.c324 const int range = (j < frontier/2) ? 1 : 0; local
330 const int nmin = av_clip(div-range, -8, 6);
331 const int nmax = av_clip(div+range, -7, 7);
378 int nmin = av_clip(div-range, -7, 6);\
379 int nmax = av_clip(div+range, -6, 7);\
756 /* calculate new step and clamp it to range 511..32767 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c708 q = text; // assume 1,$ for the range
784 q = begin_line(dot); // assume .,. for the range
853 q = begin_line(dot); // assume .,. for the range
1103 q = begin_line(dot); // assume .,. for the range
1212 // If "co" is already in this range then we do not have to adjust offset
1214 // If "co" is outside this range then we have to change "offset".
1462 static char *char_search(char * p, const char * pat, int dir, int range) argument
1470 stop = end - 1; // assume range is p - end-1
1471 if (range == LIMITED)
1472 stop = next_line(p); // range i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dfarsync.c236 u8 range; member in struct:su_config
1757 FST_WRB(card, suConfig.range, info->range);
1782 printk("Range = %d\n", info->range);
1870 info->range = FST_RDB(card, suConfig.range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_init.c654 int range; local
656 range = (addr == NETXEN_USER_START) ?
659 for (i = addr; i < range; i += 4) {
828 printk(KERN_ERR"CRB init value out of range %x\n",
1017 "exceeds operating range."
1025 " in normal range.\n", netxen_nic_driver_name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c725 /* speed seems to range from 0x0 to 0xff */
749 /* speed seems to range from 0x0 to 0xff */
922 /* useful range is 0x01..0x20 */
944 /* useful range is 0x01..0x3F */
1193 /* go to relative range, check again */
1205 if (ret == -EPIPE) /* stall -> out of range */
1560 ARG_DEF(struct pwc_mpt_range, range)
1562 ARGR(range) = pdev->angle_range;
1563 ARG_OUT(range)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i310 %typemap(in) DB_KEY_RANGE * (DB_KEY_RANGE range) {
311 $1 = &range;

Completed in 407 milliseconds

<<11121314