Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. bitReverse# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a word.

  2. bitReverse16# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a 16-bit word.

  3. bitReverse32# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a 32-bit word.

  4. bitReverse64# :: Word64# -> Word64#

    base GHC.Exts

    Reverse the order of the bits in a 64-bit word.

  5. bitReverse8# :: Word# -> Word#

    base GHC.Exts

    Reverse the order of the bits in a 8-bit word.

  6. bitReverse16 :: Word16 -> Word16

    base GHC.Word

    Reverse the order of the bits in a Word16.

  7. bitReverse32 :: Word32 -> Word32

    base GHC.Word

    Reverse the order of the bits in a Word32.

  8. bitReverse64 :: Word64 -> Word64

    base GHC.Word

    Reverse the order of the bits in a Word64.

  9. bitReverse8 :: Word8 -> Word8

    base GHC.Word

    Reverse the order of the bits in a Word8.

  10. c_reverse :: Ptr Word8 -> Ptr Word8 -> CSize -> IO ()

    bytestring Data.ByteString.Internal

    No documentation available.

Page 42 of many | Previous | Next