Searched refs:base (Results 1 - 25 of 1612) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzip2.c255 double base = 1.0; local
258 sum += base * (double)(n->b[i]);
259 base *= 256.0;
H A Dbzlib_private.h407 Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon10
H A Ddecompress.c85 gBase = &(s->base[gSel][0]); \
341 &(s->base[t][0]),
H A Dhuffman.c171 Int32 *base,
185 for (i = 0; i < BZ_MAX_CODE_LEN; i++) base[i] = 0;
186 for (i = 0; i < alphaSize; i++) base[length[i]+1]++;
188 for (i = 1; i < BZ_MAX_CODE_LEN; i++) base[i] += base[i-1];
194 vec += (base[i+1] - base[i]);
199 base[i] = ((limit[i-1] + 1) << 1) - base[i];
170 BZ2_hbCreateDecodeTables( Int32 *limit, Int32 *base, Int32 *perm, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize ) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Ddepcomp287 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
297 # compilations output dependencies in in $dir.libs/$base.o.d and
298 # in $dir$base.o.d. We have to check for both files, because
300 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
303 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
304 tmpdepfile2=$dir$base.o.d # libtool 1.5
305 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
306 tmpdepfile4=$dir.libs/$base
[all...]
H A Dlibtool1797 # Only attempt this if the compiler in the base compile
1832 # The compiler in the base compile command matches
4995 const char *base;
5003 for (base = name; *name; name++)
5005 base = name + 1;
5006 return base;
H A Dltmain.sh1372 # Only attempt this if the compiler in the base compile
1407 # The compiler in the base compile command matches
4570 const char *base;
4578 for (base = name; *name; name++)
4580 base = name + 1;
4581 return base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dformdata.c963 char *base; local
968 base = strdup(basename(filename));
972 return base; /* returns an allocated string or NULL ! */
H A Dinet_ntop.c94 long base; member in struct:__anon87
108 best.base = -1;
109 cur.base = -1;
115 if(cur.base == -1)
116 cur.base = i, cur.len = 1;
120 else if(cur.base != -1) {
121 if(best.base == -1 || cur.len > best.len)
123 cur.base = -1;
126 if((cur.base != -1) && (best.base
[all...]
H A Dmprintf.c659 long base; local
737 base = 10;
742 base = 8;
749 base = 16;
754 base = 10;
768 /* Unsigned number of base BASE. */
772 /* Number of base BASE. */
784 *w-- = digits[num % base];
785 num /= base;
790 if(is_alt && base
[all...]
H A Dstrtoofft.c48 static int get_char(char c, int base);
55 curlx_strtoll(const char *nptr, char **endptr, int base) argument
88 if(base == 16 || base == 0) {
90 base = 16;
94 if(base == 8 || base == 0) {
96 base = 8;
100 /* Matching strtol, if the base is 0 and it doesn't look like
101 * the number is octal or hex, we assume it's base 1
154 get_char(char c, int base) argument
[all...]
H A Dstrtoofft.h51 curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base);
H A Dtransfer.c1614 * Concatenate a relative URL to a base URL making it absolute.
1619 static char *concat_url(const char *base, const char *relurl) argument
1636 char *url_clone=strdup(base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/OS400/
H A Dos400sys.c707 Curl_ldap_search_s_a(void * ld, char * base, int scope, char * filter, argument
723 if (base) {
724 i = strlen(base);
729 QadrtConvertA2E(ebase, base, i, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_doswin.c211 char *base; local
217 base = basename(fname);
218 if(((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) {
219 size_t blen = strlen(base);
224 base[blen] = '\0';
227 memmove(base + 1, base, blen + 1);
228 base[0] = '_';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib506.c141 static char *suburl(const char *base, int i) argument
143 return curl_maprintf("%s%.4d", base, i);
H A Dlib568.c36 static char *suburl(const char *base, int i) argument
38 return curl_maprintf("%s%.4d", base, i);
H A Dlib569.c29 static char *suburl(const char *base, int i) argument
31 return curl_maprintf("%s%.4d", base, i);
H A Dlib570.c29 static char *suburl(const char *base, int i) argument
31 return curl_maprintf("%s%.4d", base, i);
H A Dlib571.c93 static char *suburl(const char *base, int i) argument
95 return curl_maprintf("%s%.4d", base, i);
H A Dlib572.c36 static char *suburl(const char *base, int i) argument
38 return curl_maprintf("%s%.4d", base, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex63 defined only on per-packet base (f.e.\ jumbo payload option).
H A Dip-cref.tex1385 nexthop, so that load splitting will only occur on per-flow base.
2079 --- The base of the IP address block to translate (for source addresses).
H A Dip-tunnels.tex112 {\bf 2.2} has {\em one\/} module \verb|ipip|. Loading it you get base
186 that base device or fallback tunnel cannot be replicated.\footnote{
192 which have no \verb|remote|. Particularly, base devices (f.e.\ \verb|tunl0|)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dutils.h77 extern int get_integer(int *val, const char *arg, int base);
78 extern int get_unsigned(unsigned *val, const char *arg, int base);
82 extern int get_u64(__u64 *val, const char *arg, int base);
83 extern int get_u32(__u32 *val, const char *arg, int base);
84 extern int get_u16(__u16 *val, const char *arg, int base);
85 extern int get_s16(__s16 *val, const char *arg, int base);
86 extern int get_u8(__u8 *val, const char *arg, int base);
87 extern int get_s8(__s8 *val, const char *arg, int base);

Completed in 223 milliseconds

1234567891011>>