Home
last modified time | relevance | path

Searched refs:byteFormat (Results 1 – 10 of 10) sorted by relevance

/dports/japanese/font-mona/monafont-2.90/ttftools/
H A Ddisp_EBLC_EBDT35 sub byteFormat(@) {
255 byteFormat(@metrics);
273 byteFormat(@metrics);
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_framebuffer.h40 int byteFormat; member
H A Dr_framebuffer.cpp213 buf->byteFormat = GL_UNSIGNED_BYTE; in R_CreateFramebuffer()
216 buf->byteFormat = halfFloat ? GL_HALF_FLOAT_ARB : GL_UNSIGNED_BYTE; in R_CreateFramebuffer()
232 …age2D(GL_TEXTURE_2D, 0, buf->pixelFormat, buf->width, buf->height, 0, GL_RGBA, buf->byteFormat, 0); in R_CreateFramebuffer()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/admin/
H A DJSTLFunctions.java52 public static String byteFormat( long bytes ) in byteFormat() method in JSTLFunctions
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DRecord.java25 private static final DecimalFormat byteFormat = new DecimalFormat(); field in Record
28 byteFormat.setMinimumIntegerDigits(3);
409 sb.append(byteFormat.format(b)); in byteArrayToString()
H A DName.java57 private static final DecimalFormat byteFormat = new DecimalFormat(); field in Name
66 byteFormat.setMinimumIntegerDigits(3);
598 sb.append(byteFormat.format(b)); in byteString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/lib/jdk/test/lib/hexdump/
H A DHexPrinter.java610 public HexPrinter withBytesFormat(String byteFormat, int bytesCount) { in withBytesFormat() argument
612 return new HexPrinter(annoFormatter, offsetFormat, byteFormat, bytesCount, in withBytesFormat()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/lib/jdk/test/lib/hexdump/
H A DHexPrinter.java611 public HexPrinter withBytesFormat(String byteFormat, int bytesCount) { in withBytesFormat() argument
615 return new HexPrinter(annoFormatter, offsetFormat, byteFormat, bytesCount, in withBytesFormat()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/lib/jdk/test/lib/hexdump/
H A DHexPrinter.java611 public HexPrinter withBytesFormat(String byteFormat, int bytesCount) { in withBytesFormat() argument
615 return new HexPrinter(annoFormatter, offsetFormat, byteFormat, bytesCount, in withBytesFormat()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/webapp/
H A Davailable-plugins.jsp318 … <c:out value="${admin:byteFormat( notInstalledPlugin.fileSize )}"/>