Home
last modified time | relevance | path

Searched defs:byteSize (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/bind/serial/
H A DSerialBase.java52 public void setSerialBufferSize(int byteSize) { in setSerialBufferSize()
88 int byteSize = getSerialBufferSize(); in getSerialOutput() local
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/bind/serial/
H A DSerialBase.java52 public void setSerialBufferSize(int byteSize) { in setSerialBufferSize()
88 int byteSize = getSerialBufferSize(); in getSerialOutput() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/bind/serial/
H A DSerialBase.java52 public void setSerialBufferSize(int byteSize) { in setSerialBufferSize()
88 int byteSize = getSerialBufferSize(); in getSerialOutput() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/
H A DHeapMemorySegmentImpl.java100 long byteSize = (long)arr.length * Unsafe.ARRAY_BYTE_INDEX_SCALE; in fromArray() local
123 long byteSize = (long)arr.length * Unsafe.ARRAY_CHAR_INDEX_SCALE; in fromArray() local
146 long byteSize = (long)arr.length * Unsafe.ARRAY_SHORT_INDEX_SCALE; in fromArray() local
169 long byteSize = (long)arr.length * Unsafe.ARRAY_INT_INDEX_SCALE; in fromArray() local
192 long byteSize = (long)arr.length * Unsafe.ARRAY_LONG_INDEX_SCALE; in fromArray() local
215 long byteSize = (long)arr.length * Unsafe.ARRAY_FLOAT_INDEX_SCALE; in fromArray() local
238 long byteSize = (long)arr.length * Unsafe.ARRAY_DOUBLE_INDEX_SCALE; in fromArray() local
H A DMemoryAddressImpl.java145 …public static MemorySegment ofLongUnchecked(long value, long byteSize, ResourceScopeImpl resourceS… in ofLongUnchecked()
149 public static MemorySegment ofLongUnchecked(long value, long byteSize) { in ofLongUnchecked()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/GdbARMPlugin/
H A DsqGdbARMPlugin.c73 ulong byteSize, ulong minAddr, ulong minWriteMaxExecAddr, ARMword (*run)(ARMul_State*)) in runOnCPU()
103 ulong byteSize, ulong minAddr, ulong minWriteMaxExecAddr) in singleStepCPUInSizeMinAddressReadWrite()
110 ulong byteSize, ulong minAddr, ulong minWriteMaxExecAddr) in runCPUInSizeMinAddressReadWrite()
145 void *memory, ulong byteSize) in disassembleForAtInSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/
H A DHeapMemorySegmentImpl.java101 long byteSize = (long)arr.length * Unsafe.ARRAY_BYTE_INDEX_SCALE; in fromArray() local
125 long byteSize = (long)arr.length * Unsafe.ARRAY_CHAR_INDEX_SCALE; in fromArray() local
149 long byteSize = (long)arr.length * Unsafe.ARRAY_SHORT_INDEX_SCALE; in fromArray() local
173 long byteSize = (long)arr.length * Unsafe.ARRAY_INT_INDEX_SCALE; in fromArray() local
197 long byteSize = (long)arr.length * Unsafe.ARRAY_LONG_INDEX_SCALE; in fromArray() local
221 long byteSize = (long)arr.length * Unsafe.ARRAY_FLOAT_INDEX_SCALE; in fromArray() local
245 long byteSize = (long)arr.length * Unsafe.ARRAY_DOUBLE_INDEX_SCALE; in fromArray() local
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/bind/tuple/
H A DTupleBase.java50 public void setTupleBufferSize(int byteSize) { in setTupleBufferSize()
87 int byteSize = getTupleBufferSize(); in getTupleOutput() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/bind/tuple/
H A DTupleBase.java50 public void setTupleBufferSize(int byteSize) { in setTupleBufferSize()
87 int byteSize = getTupleBufferSize(); in getTupleOutput() local
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/bind/tuple/
H A DTupleBase.java50 public void setTupleBufferSize(int byteSize) { in setTupleBufferSize()
87 int byteSize = getTupleBufferSize(); in getTupleOutput() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DFormat.cpp138 uint32_t byteSize) { in BuildFormatTable()
154 uint32_t width, uint32_t height, bool isSupported) { in BuildFormatTable()
/dports/misc/usd/USD-21.11/pxr/imaging/hgi/
H A DblitCmdsOps.h162 size_t byteSize; member
204 size_t byteSize; member
242 size_t byteSize; member
286 size_t byteSize; member
330 size_t byteSize; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DFormat.cpp157 uint32_t byteSize) { in BuildFormatTable()
175 uint32_t width, uint32_t height, bool isSupported) { in BuildFormatTable()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Customsearch/
H A DResultImage.php20 public $byteSize; variable in Google_Service_Customsearch_ResultImage
28 public function setByteSize($byteSize)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CustomSearchAPI/
H A DResultImage.php20 public $byteSize; variable in Google_Service_CustomSearchAPI_ResultImage
28 public function setByteSize($byteSize)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Customsearch/
H A DResultImage.php20 public $byteSize; variable in Google_Service_Customsearch_ResultImage
28 public function setByteSize($byteSize)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/security/SecureRandom/
H A DMultiThreadTest.java155 private final int byteSize; field in MultiThreadTest.Task
157 public Task(SecureRandom random, CountDownLatch latch, int byteSize, in Task()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DWebGLCommandQueue.h52 const auto& byteSize = byteSizeChecked.value(); in ReadRange() local
77 const size_t byteSize = ByteSize(src); in WriteFromRange() local
110 const size_t byteSize = ByteSize(src); in WriteFromRange() local
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLCommandQueue.h48 const auto& byteSize = byteSizeChecked.value(); in ReadRange() local
73 const size_t byteSize = ByteSize(src); in WriteFromRange() local
107 const size_t byteSize = ByteSize(src); in WriteFromRange() local

12345678910>>...50