Home
last modified time | relevance | path

Searched refs:biInfix (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dfilename.cpp2857 wxString biInfix; in GetHumanReadableSize() local
2867 biInfix = "i"; in GetHumanReadableSize()
2886 result.Printf("%.*f K%sB", precision, bytesize/kiloByteSize, biInfix); in GetHumanReadableSize()
2888 result.Printf("%.*f M%sB", precision, bytesize/megaByteSize, biInfix); in GetHumanReadableSize()
2890 result.Printf("%.*f G%sB", precision, bytesize/gigaByteSize, biInfix); in GetHumanReadableSize()
2892 result.Printf("%.*f T%sB", precision, bytesize/teraByteSize, biInfix); in GetHumanReadableSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dfilename.cpp2857 wxString biInfix; in GetHumanReadableSize() local
2867 biInfix = "i"; in GetHumanReadableSize()
2886 result.Printf("%.*f K%sB", precision, bytesize/kiloByteSize, biInfix); in GetHumanReadableSize()
2888 result.Printf("%.*f M%sB", precision, bytesize/megaByteSize, biInfix); in GetHumanReadableSize()
2890 result.Printf("%.*f G%sB", precision, bytesize/gigaByteSize, biInfix); in GetHumanReadableSize()
2892 result.Printf("%.*f T%sB", precision, bytesize/teraByteSize, biInfix); in GetHumanReadableSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dfilename.cpp2857 wxString biInfix; in GetHumanReadableSize() local
2867 biInfix = "i"; in GetHumanReadableSize()
2886 result.Printf("%.*f K%sB", precision, bytesize/kiloByteSize, biInfix); in GetHumanReadableSize()
2888 result.Printf("%.*f M%sB", precision, bytesize/megaByteSize, biInfix); in GetHumanReadableSize()
2890 result.Printf("%.*f G%sB", precision, bytesize/gigaByteSize, biInfix); in GetHumanReadableSize()
2892 result.Printf("%.*f T%sB", precision, bytesize/teraByteSize, biInfix); in GetHumanReadableSize()