| /f-stack/freebsd/kern/ |
| H A D | kern_fail.c | 705 int decimal = ent->fe_prob % (PROB_MAX / 100); in fail_point_get() local 708 if (decimal) { in fail_point_get() 710 while (!(decimal % 10)) { in fail_point_get() 712 decimal /= 10; in fail_point_get() 714 sbuf_printf(sb, ".%0*d", digits, decimal); in fail_point_get() 1018 int units, decimal; in parse_term() local 1020 p = parse_number(&units, &decimal, p); in parse_term() 1027 ent->fe_prob = units * (PROB_MAX / 100) + decimal; in parse_term() 1031 if (!units || units < 0 || decimal) in parse_term()
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-modifiers.rst | 21 \ hn-decimal Humanize: Add a decimal digit, if number < 10 174 "`hn-decimal`" modifier will add a decimal point and a single tenths 182 "{h,hn-decimal:errors/%u}, {h,hn-1000:capacity/%u}, " 183 "{h,hn-decimal:remaining/%u}\n",
|
| H A D | field-formatting.rst | 59 d int base 10 (decimal) 60 i int base 10 (decimal) 62 u unsigned base 10 (decimal) 65 D long base 10 (decimal) 67 U unsigned long base 10 (decimal)
|
| H A D | xolint.rst | 35 The hn-* modifiers (hn-decimal, hn-space, hn-1000) 218 The hn-* modifiers (hn-decimal, hn-space, hn-1000) 364 'Anchor content should be decimal width' 367 The message "Anchor content should be decimal width" can be caused by code like:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | pca963x.txt | 11 This parameter provides a scaling ratio (fixed point, decimal divided
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | samsung_uart.yaml | 16 decimal integer) as specified by User's Manual of respective SoC.
|
| H A D | serial.yaml | 19 where N is the port number (non-negative decimal integer) as printed on the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | aspeed,usb-vhub.yaml | 64 description: vhub Device Revision in binary-coded decimal
|
| H A D | generic.txt | 22 in binary-coded decimal (i.e. 2.0 is 0200H). This
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/ |
| H A D | jemalloc_macros.h.in | 37 * definition is intentionally specified in raw decimal format to support
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | chosen.txt | 59 baud - baud rate in decimal
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_cat.rst | 104 decimal form.
|
| H A D | l3_forward_graph.rst | 68 …t-len:`` Optional, under the premise of enabling jumbo, maximum packet length in decimal (64-9600).
|
| H A D | l3_forward.rst | 87 …t-len:`` Optional, under the premise of enabling jumbo, maximum packet length in decimal (64-9600).
|
| H A D | l3_forward_access_ctrl.rst | 260 * --max-pkt-len: optional, maximum packet length in decimal (64-9600)
|
| H A D | l3_forward_power_man.rst | 104 * --max-pkt-len: optional, maximum packet length in decimal (64-9600)
|
| H A D | ipsec_secgw.rst | 677 * *port_id X* X is a valid device number in decimal
|
| /f-stack/tools/libxo/doc/_static/ |
| H A D | basic.css_t | 429 list-style: decimal;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ibm,emac.txt | 180 33, 34 (in decimal)
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 213 For example, the decimal number 520 is stored as: 360 denoted by a single line feed character (10 decimal).
|
| H A D | rfc1950.txt | 199 For example, the decimal number 520 is stored as:
|
| H A D | rfc1951.txt | 263 For example, the decimal number 520 is stored as:
|
| /f-stack/freebsd/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary2 | 55 from decimal import Decimal as D
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | blkdev.shlib | 586 # two are converted to decimal in the while loop. 4M is added to
|
| H A D | libtest.shlib | 3938 # Get decimal value of global uint32_t variable using mdb. 3956 # Set global uint32_t variable to a decimal value using mdb.
|