Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 13 of 13) sorted by relevance

/f-stack/tools/libutil/
H A Dhumanize_number.c54 const char *prefixes, *sep; in humanize_number() local
92 prefixes = "B\0\0Ki\0Mi\0Gi\0Ti\0Pi\0Ei"; in humanize_number()
94 prefixes = "\0\0\0Ki\0Mi\0Gi\0Ti\0Pi\0Ei"; in humanize_number()
101 prefixes = "B\0\0k\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number()
103 prefixes = "\0\0\0k\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number()
108 prefixes = "B\0\0K\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number()
110 prefixes = "\0\0\0K\0\0M\0\0G\0\0T\0\0P\0\0E"; in humanize_number()
114 #define SCALE2PREFIX(scale) (&prefixes[(scale) * 3]) in humanize_number()
/f-stack/tools/libxo/libxo/
H A Dxo_humanize.h66 const char *prefixes, *sep; in xo_humanize_number() local
87 prefixes = "B\0k\0M\0G\0T\0P\0E"; in xo_humanize_number()
89 prefixes = "\0\0k\0M\0G\0T\0P\0E"; in xo_humanize_number()
97 prefixes = "B\0K\0M\0G\0T\0P\0E"; in xo_humanize_number()
99 prefixes = "\0\0K\0M\0G\0T\0P\0E"; in xo_humanize_number()
102 #define SCALE2PREFIX(scale) (&prefixes[(scale) << 1]) in xo_humanize_number()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dproperty-units.txt7 prefixes is due to selecting the most commonly used variants.
10 unit prefixes.
H A Dvendor-prefixes.yaml4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml#
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst54 different prefixes.
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Djemalloc_test.h.in88 * public jemalloc interfaces with jet_ prefixes, so that stress tests can use
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3299 prefixes = ([2**80, "YiB"], # yobibytes (yotta)
311 for limit, unit in prefixes:
H A Darc_summary2137 prefixes = [
149 for limit, unit in prefixes:
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include73 # If no $(CC) found in PATH with listed prefixes return nothing
/f-stack/tools/libxo/doc/
H A Dfield-roles.rst18 L label Field is text that prefixes a value
/f-stack/freebsd/contrib/zlib/
H A DChangeLog382 - Add cross-compilation prefixes to configure [Bar-Lev]
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt245 root scope) or a NameString containing parent prefixes.
680 multiple parent prefixes (^)
4995 iASL: Fixed a possible segfault for "too many parent prefixes" condition.
4996 This can occur if there are too many parent prefixes in a namepath (for
8652 contained one or more parent-prefixes (carats) were not handled
9521 Allow multiple backslashes as root prefixes in namepaths. In a fully
9522 qualified namepath, allow multiple backslash prefixes. This can happen
11115 prefixes
/f-stack/app/nginx-1.16.1/
H A DCHANGES3036 directive is given by prefixes "~" or "~*".