Lines Matching +full:index +full:- +full:power +full:- +full:of +full:- +full:two

12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
15 .\" notice, this list of conditions and the following disclaimer in the
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
48 function formats the signed 64-bit quantity given in
74 default, rather than the IEE/IEC (and now also SI) power of two
75 convention or the power of ten notion.
85 .Bl -column "Prefix" "Description" "1000000000000000000" -offset indent
96 An uppercase K indicates a power of two, a lowercase k a power of ten.
98 The IEE/IEC (and now also SI) power of two prefixes are:
99 .Bl -column "Prefix" "Description" "1000000000000000000" -offset indent
111 argument must be at least 4 plus the length of
123 This cannot be combined with any of the
129 .Bl -tag -width ".Dv HN_DIVISOR_1000" -offset indent
133 Return the prefix index number (the number of times
135 must be divided to fit) instead of formatting it to the buffer.
140 .Bl -tag -width ".Dv HN_DIVISOR_1000" -offset indent
154 with 1000 instead of 1024.
156 Use the IEE/IEC notion of prefixes (Ki, Mi, Gi...).
164 function returns the number of characters that would have been stored in
170 was large enough, or \-1 upon failure.
171 Even upon failure, the contents of
176 is specified, the prefix index number will be returned instead.
185 conform to ISO/IEC Std\~80000-13:2008
186 and IEEE Std\~1541-2002.
199 For numbers greater than 999 using buffer length of 4 and less can cause
203 the same error occurs for buffer length of 5 or less.