Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dkern_fail.c705 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 Dfield-modifiers.rst21 \ 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 Dfield-formatting.rst59 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 Dxolint.rst35 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 Dpca963x.txt11 This parameter provides a scaling ratio (fixed point, decimal divided
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dsamsung_uart.yaml16 decimal integer) as specified by User's Manual of respective SoC.
H A Dserial.yaml19 where N is the port number (non-negative decimal integer) as printed on the
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Daspeed,usb-vhub.yaml64 description: vhub Device Revision in binary-coded decimal
H A Dgeneric.txt22 in binary-coded decimal (i.e. 2.0 is 0200H). This
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in37 * definition is intentionally specified in raw decimal format to support
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dchosen.txt59 baud - baud rate in decimal
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_cat.rst104 decimal form.
H A Dl3_forward_graph.rst68 …t-len:`` Optional, under the premise of enabling jumbo, maximum packet length in decimal (64-9600).
H A Dl3_forward.rst87 …t-len:`` Optional, under the premise of enabling jumbo, maximum packet length in decimal (64-9600).
H A Dl3_forward_access_ctrl.rst260 * --max-pkt-len: optional, maximum packet length in decimal (64-9600)
H A Dl3_forward_power_man.rst104 * --max-pkt-len: optional, maximum packet length in decimal (64-9600)
H A Dipsec_secgw.rst677 * *port_id X* X is a valid device number in decimal
/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t429 list-style: decimal;
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dibm,emac.txt180 33, 34 (in decimal)
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1952.txt213 For example, the decimal number 520 is stored as:
360 denoted by a single line feed character (10 decimal).
H A Drfc1950.txt199 For example, the decimal number 520 is stored as:
H A Drfc1951.txt263 For example, the decimal number 520 is stored as:
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary255 from decimal import Decimal as D
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib586 # two are converted to decimal in the while loop. 4M is added to
H A Dlibtest.shlib3938 # Get decimal value of global uint32_t variable using mdb.
3956 # Set global uint32_t variable to a decimal value using mdb.

12