Searched refs:eptr (Results 1 - 17 of 17) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmadec.c490 int16_t *ptr, *eptr; local
501 eptr = ptr + nb_coefs[ch];
525 if (ptr >= eptr)
532 if (ptr >= eptr)
H A Dwmaenc.c267 int16_t *ptr, *eptr; local
270 eptr = ptr + nb_coefs[ch];
273 for(;ptr < eptr; ptr++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmdoctorfat.c84 char *number, *eptr; local
146 begin = strtoul(number, &eptr, 0);
147 if (eptr && *eptr == '-') {
148 number = eptr+1;
149 end = strtoul(number, &eptr, 0);
153 if (eptr == number) {
158 if (eptr && *eptr == '>') {
159 eptr
[all...]
H A DmissFuncs.c172 unsigned long strtoul(const char *string, char **eptr, int base) argument
181 return strtoul(string+2, eptr, 16);
184 return strtoul(string+2, eptr, 2);
186 return strtoul(string, eptr, 8);
189 return strtoul(string, eptr, 10);
203 if(eptr)
204 *eptr = (char *) string;
210 long strtol(const char *string, char **eptr, int base) argument
215 return -(long) strtoul(string+1, eptr, base);
219 return (long) strtoul(string, eptr, bas
[all...]
H A Dmlabel.c112 char *eptr; local
160 serial = strtol(optarg, &eptr, 16);
161 if(*eptr) {
H A Dsysincludes.h416 unsigned long strtoul(const char *string, char **eptr, int base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h76 sw_uint8 ** eptr,
88 sw_uint8 ** eptr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_gen.c382 char *eptr; local
385 tag_num = strtoul(vstart, &eptr, 10);
387 if (eptr && *eptr && (eptr > vstart + vlen))
396 if (eptr)
397 vlen -= eptr - vstart;
402 switch (*eptr)
422 erch[0] = *eptr;
830 char *eptr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Ddp_frexp.c32 ieee754dp ieee754dp_frexp(ieee754dp x, int *eptr) argument
43 *eptr = 0;
51 *eptr = xe + 1;
H A Dsp_frexp.c32 ieee754sp ieee754sp_frexp(ieee754sp x, int *eptr) argument
43 *eptr = 0;
51 *eptr = xe + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Drrunner.c1487 unsigned long eptr, segptr; local
1530 eptr = (unsigned long)rr_read_eeprom_word(rrpriv,
1532 eptr = ((eptr & 0x1fffff) >> 3);
1539 if ((eptr < p2size) || (eptr > (p2size + p2len))){
1540 printk("%s: eptr is invalid\n", dev->name);
1552 nr_seg = rr_read_eeprom_word(rrpriv, (void *)eptr);
1553 eptr +=4;
1559 sptr = rr_read_eeprom_word(rrpriv, (void *)eptr);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlops.c721 __be32 *eptr = (__be32 *)bh_ip->b_data; local
722 *eptr = cpu_to_be32(GFS2_MAGIC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfeature.c92 char *eptr; local
123 num = strtol(string+9, &eptr, 10);
126 if (*eptr)
H A Dhashstr.c51 char *eptr; local
64 num = strtol(string+8, &eptr, 10);
67 if (*eptr)
H A Dmntopts.c55 char *eptr; local
69 num = strtol(string+8, &eptr, 10);
72 if (*eptr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/scsi_id/
H A Dscsi_id.c137 char *eptr; local
140 type_num = strtoul(from, &eptr, 0);
141 if (eptr != from) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/usb_id/
H A Dusb_id.c144 char *eptr; local
147 type_num = strtoul(from, &eptr, 0);
148 if (eptr != from) {
176 char *eptr; local
179 type_num = strtoul(from, &eptr, 0);
180 if (eptr != from) {

Completed in 148 milliseconds