Searched refs:digit (Results 26 - 42 of 42) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasnprintf.c418 (Need a_len+1 digits for the real division and 1 more digit for the
2238 int digit = (int) tail; local
2239 tail -= digit;
2242 if (digit & 1 ? tail >= 0.5L : tail > 0.5L)
2260 int digit; local
2262 digit = (int) mantissa;
2263 mantissa -= digit;
2264 *p++ = '0' + digit;
2274 digit = (int) mantissa;
2275 mantissa -= digit;
2389 int digit = (int) tail; local
2411 int digit; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dvasnprintf.c417 (Need a_len+1 digits for the real division and 1 more digit for the
2237 int digit = (int) tail; local
2238 tail -= digit;
2241 if (digit & 1 ? tail >= 0.5L : tail > 0.5L)
2259 int digit; local
2261 digit = (int) mantissa;
2262 mantissa -= digit;
2263 *p++ = '0' + digit;
2273 digit = (int) mantissa;
2274 mantissa -= digit;
2388 int digit = (int) tail; local
2410 int digit; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dradvd_token.l93 digit [0-9]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dnetmisc.c157 int digit;
179 digit = 0;
184 digit = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsb1250-mac.c2300 * Parse a hex digit, returning its value
2311 int digit; local
2314 digit = str - '0';
2316 digit = str - 'a' + 10;
2318 digit = str - 'A' + 10;
2322 return digit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c283 unsigned short digit; local
297 digit = digits[ch];
301 if (digit & 0x8000) {
306 digit = digit << 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h180 unsigned int digit:4; member in struct:__anon7052
H A Dixj.c64 * Changed back to three digit version numbers
2627 j->dtmf_current = j->dtmf.bits.digit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgen-lbrkprop.c41 const char *decdigit; /* Decimal digit value */
42 const char *digit; /* Digit value */ member in struct:unicode_attribute
85 uni->digit = (field7[0] == '\0' ? "" : strdup (field7));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c2608 unsigned long digit;
2634 _gcry_mpi_get_ui (d, &digit);
2636 os[os_n - i - 1] = (digit & 0xFF);
2600 unsigned long digit; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1134 int value, digit, got, n; local
1269 digit = toupper(c) - '0';
1270 if (digit > 10)
1271 digit += '0' + 10 - 'A';
1272 value = (value << 4) + digit;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dpod2man.pl215 a one- or two-digit roff font.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl215 a one- or two-digit roff font.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S93 | The binstr routine is used to convert the LEN digit
717 | The binstr routine is used to convert the LEN digit
794 | And are moved into their proper places in FP_SCR1. If digit e4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c2607 int digit; local
2625 digit = (accum % 10);
2626 accum = (10 - digit) % 10;
10200 websBufferWrite(wp, "Invalid <b>%s</b>: character %c is not a hexadecimal digit<br>", v->longname, *c);
10240 websBufferWrite(wp, "Invalid <b>%s</b>: character %c is not a hexadecimal digit<br>", v->longname, *c);
12776 websWrite(wp, "Invalid <b>WPA passphase</b>: character %c is not a hexadecimal digit<br>", *c);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A Dconfigure852 --enable-multipath=ARG enable multipath function, ARG must be digit
3220 echo "Please specify digit to --enable-multipath ARG."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c10947 ** This implemention requires years to be expressed as a 4-digit number
16441 ** Return the ascii code for the leading digit of *val, then
16453 int digit; local
16456 digit = (int)*val;
16457 d = digit;
16458 digit += '0';
16460 return (char)digit;
16843 ** significant digit of the number */
16873 *(bufpt++) = (char)((exp/100)+'0'); /* 100's digit */
16876 *(bufpt++) = (char)(exp/10+'0'); /* 10's digit */
[all...]

Completed in 395 milliseconds

12