Searched refs:prefixes (Results 1 – 13 of 13) sorted by relevance
54 const char *prefixes, *sep; in humanize_number() local92 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()
66 const char *prefixes, *sep; in xo_humanize_number() local87 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()
7 prefixes is due to selecting the most commonly used variants.10 unit prefixes.
4 $id: http://devicetree.org/schemas/vendor-prefixes.yaml#
54 different prefixes.
88 * public jemalloc interfaces with jet_ prefixes, so that stress tests can use
299 prefixes = ([2**80, "YiB"], # yobibytes (yotta)311 for limit, unit in prefixes:
137 prefixes = [149 for limit, unit in prefixes:
73 # If no $(CC) found in PATH with listed prefixes return nothing
18 L label Field is text that prefixes a value
382 - Add cross-compilation prefixes to configure [Bar-Lev]
245 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
3036 directive is given by prefixes "~" or "~*".