Home
last modified time | relevance | path

Searched refs:wordSizeInBytes (Results 1 – 22 of 22) sorted by relevance

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/hashtables-1.2.3.4/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/hashtables-1.2.4.1/src/Data/HashTable/Internal/
H A DIntArray.hs39 `div` wordSizeInBytes) in \
75 wordSizeInBytes :: Int
76 wordSizeInBytes = finiteBitSize (0::Elem) `div` 8 function
88 let !sz = n * wordSizeInBytes
110 length (IA a) = A.sizeofMutableByteArray a `div` wordSizeInBytes
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/io/
H A DZlibAdapter.cpp358 int wordSizeInBytes = 4; in getUncompressedFileSizeInBytes() local
359 file.seek(file.size() - wordSizeInBytes); in getUncompressedFileSizeInBytes()
360 QByteArray buffer = file.read(wordSizeInBytes); in getUncompressedFileSizeInBytes()
361 assert(buffer.size() == wordSizeInBytes); in getUncompressedFileSizeInBytes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/
H A DJavaKind.java208 public static JavaKind fromWordSize(int wordSizeInBytes) { in fromWordSize() argument
209 if (wordSizeInBytes == 8) { in fromWordSize()
212 assert wordSizeInBytes == 4 : "Unsupported word size!"; in fromWordSize()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/RoaringBitmap/roaring/
H A Dutil.go32 wordSizeInBytes = 1 << _logS const
35 wordSizeInBits = wordSizeInBytes << 3 // word size in bits
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/RoaringBitmap/roaring/
H A Dutil.go31 wordSizeInBytes = 1 << _logS const
34 wordSizeInBits = wordSizeInBytes << 3 // word size in bits
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/RoaringBitmap/roaring/
H A Dutil.go32 wordSizeInBytes = 1 << _logS const
35 wordSizeInBits = wordSizeInBytes << 3 // word size in bits
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/RoaringBitmap/roaring/
H A Dutil.go31 wordSizeInBytes = 1 << _logS const
34 wordSizeInBits = wordSizeInBytes << 3 // word size in bits