Home
last modified time | relevance | path

Searched refs:SIZE_BYTES (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
H A DByteArrayTest.kt49 val data = ByteArray(Short.SIZE_BYTES) in testShort()
65 val data = ByteArray(Int.SIZE_BYTES) in testInt()
82 val data = ByteArray(Long.SIZE_BYTES) in testLong()
98 val data = ByteArray(ULong.SIZE_BYTES) in testULong()
114 val data = ByteArray(Float.SIZE_BYTES) in testFloat()
129 val data = ByteArray(Long.SIZE_BYTES) in testDouble()
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
H A DByteArrayTest.kt49 val data = ByteArray(Short.SIZE_BYTES) in testShort()
65 val data = ByteArray(Int.SIZE_BYTES) in testInt()
82 val data = ByteArray(Long.SIZE_BYTES) in testLong()
98 val data = ByteArray(ULong.SIZE_BYTES) in testULong()
114 val data = ByteArray(Float.SIZE_BYTES) in testFloat()
129 val data = ByteArray(Long.SIZE_BYTES) in testDouble()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java9 public static final int SIZE_BYTES = 16; field in GCMUtil
18 byte[] tmp = new byte[SIZE_BYTES]; in oneAsBytes()
40 for (int i = 0; i < SIZE_BYTES; ++i) in areEqual()
70 byte[] z = new byte[SIZE_BYTES]; in asBytes()
82 byte[] z = new byte[SIZE_BYTES]; in asBytes()
118 for (int i = 0; i < SIZE_BYTES; ++i) in copy()
378 while (i < SIZE_BYTES); in xor()
391 while (i < SIZE_BYTES); in xor()
404 while (i < SIZE_BYTES); in xor()
433 while (i < SIZE_BYTES); in xor()
H A DTables4kGCMMultiplier.java22 this.H = new byte[GCMUtil.SIZE_BYTES]; in init()
H A DTables64kGCMMultiplier.java22 this.H = new byte[GCMUtil.SIZE_BYTES]; in init()
H A DTables8kGCMMultiplier.java22 this.H = new byte[GCMUtil.SIZE_BYTES]; in init()
/dports/sysutils/bfs/bfs-2.3.1/
H A Dexpr.h78 SIZE_BYTES, enumerator
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/vmware/
H A Ddatastore.py53 SIZE_BYTES = "sizeBytes" variable in DatastoreSelector
270 size_bytes = req[DatastoreSelector.SIZE_BYTES]
H A Dfcd.py78 req[hub.DatastoreSelector.SIZE_BYTES] = volume.size * units.Gi
84 req[hub.DatastoreSelector.SIZE_BYTES] = size_bytes
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
H A DMessages.java260 public static String SIZE_BYTES; field in Messages
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
H A DMessages.java260 public static String SIZE_BYTES; field in Messages
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
H A DMessages.java260 public static String SIZE_BYTES; field in Messages
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java183 s = Resources.format(Messages.SIZE_BYTES, v); in formatBytes()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersBuilder.kt562 val byteWidth = Float.SIZE_BYTES in writeFloatArray()
570 val byteWidth = Double.SIZE_BYTES in writeFloatArray()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/vmware/
H A Dtest_fcd.py125 exp_req = {hub.DatastoreSelector.SIZE_BYTES: volume.size * units.Gi}
144 exp_req = {hub.DatastoreSelector.SIZE_BYTES: size_bytes}
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersBuilder.kt562 val byteWidth = Float.SIZE_BYTES in writeFloatArray()
570 val byteWidth = Double.SIZE_BYTES in writeFloatArray()

12345