| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcompat.c | 26 int digits; in lcompat_strtoll() local 52 digits = *cp - '0'; in lcompat_strtoll() 54 digits = *cp - 'a' + 10; in lcompat_strtoll() 56 digits = *cp - 'A' + 10; in lcompat_strtoll() 60 if (digits >= base) { in lcompat_strtoll() 63 value = (value * base) + digits; in lcompat_strtoll()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | util.c | 202 unsigned int digits; in memtoll() local 231 digits = u-p; in memtoll() 232 if (digits >= sizeof(buf)) { in memtoll() 236 memcpy(buf,p,digits); in memtoll() 237 buf[digits] = '\0'; in memtoll() 295 static const char digits[201] = in ll2string() local 329 dst[next] = digits[i + 1]; in ll2string() 330 dst[next - 1] = digits[i]; in ll2string() 339 dst[next] = digits[i + 1]; in ll2string() 340 dst[next - 1] = digits[i]; in ll2string()
|
| /f-stack/freebsd/libkern/ |
| H A D | inet_pton.c | 76 static const char digits[] = "0123456789"; in inet_pton4() local 87 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4() 88 u_int new = *tp * 10 + (pch - digits); in inet_pton4()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_fail.c | 709 int digits = PROB_DIGITS - 2; in fail_point_get() local 711 digits--; in fail_point_get() 714 sbuf_printf(sb, ".%0*d", digits, decimal); in fail_point_get() 1093 int digits = 0; in parse_number() local 1097 if (digits < PROB_DIGITS - 2) in parse_number() 1099 else if (digits == PROB_DIGITS - 2 && digit >= 5) in parse_number() 1101 digits++; in parse_number() 1104 if (!digits) /* need at least one digit after '.' */ in parse_number() 1106 while (digits++ < PROB_DIGITS - 2) /* add implicit zeros */ in parse_number()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | malloc_io.c | 249 const char *digits = (uppercase) in u2s() local 255 s[i] = digits[x & 0xf]; in u2s() 260 const char *digits = (uppercase) in u2s() local 267 s[i] = digits[x % (uint64_t)base]; in u2s()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ethernet-phy.yaml | 41 The first group of digits is the 16 bit Phy Identifier 1 43 second group of digits is the Phy Identifier 2 register,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | qcom.yaml | 61 The 'foundry_id' and 'subtype' elements are one or more digits from 0 to 9.
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-formatting.rst | 31 - one or more digits ('0' - '9') indicating the minimum width of the 34 - a period followed by one or more digits indicating the maximum 40 - a second period followed by one or more digits indicating the maximum
|
| H A D | xolint.rst | 340 characters, digits, and hyphens.
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 1634 static char digits[] = "0123456789abcdef"; variable 1689 *cp = digits[*d >> 4]; in ip6_sprintf() 1694 *cp = digits[*d++ & 0xf]; in ip6_sprintf() 1699 *cp = digits[*d >> 4]; in ip6_sprintf() 1704 *cp++ = digits[*d & 0xf]; in ip6_sprintf()
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _error_translation.py | 772 allowed = string.ascii_letters + string.digits + u'-_.: '
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 327 we can keep v20.0 as soname and using the final digits to identify the DPDK
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | mlx5.rst | 739 the packet send will be accurate up to specified digits. The allowed range is
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2415 ipv6-udp-ex <string of hex digits \
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 1567 *) Change: URI escaping now uses uppercase hexadecimal digits.
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 17058 uppercase letters and 4 hex digits.
|