This file is indexed.

/usr/share/doc/libghc-memory-doc/html/Data-ByteArray-Mapping.html is in libghc-memory-doc 0.10-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Data.ByteArray.Mapping</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Data-ByteArray-Mapping.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-ByteArray-Mapping.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">memory-0.10: memory and related abstraction stuff</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>License</th><td>BSD-style</td></tr><tr><th>Maintainer</th><td>Vincent Hanquez &lt;vincent@snarc.org&gt;</td></tr><tr><th>Stability</th><td>stable</td></tr><tr><th>Portability</th><td>Good</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Data.ByteArray.Mapping</p></div><div id="description"><p class="caption">Description</p><div class="doc empty">&nbsp;</div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:toW64BE">toW64BE</a> :: <a href="Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> bs =&gt; bs -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Data-Memory-Endian.html#t:BE">BE</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a></li><li class="src short"><a href="#v:toW64LE">toW64LE</a> :: <a href="Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> bs =&gt; bs -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Data-Memory-Endian.html#t:LE">LE</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a></li><li class="src short"><a href="#v:mapAsWord64">mapAsWord64</a> :: <a href="Data-ByteArray.html#t:ByteArray">ByteArray</a> bs =&gt; (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a>) -&gt; bs -&gt; bs</li><li class="src short"><a href="#v:mapAsWord128">mapAsWord128</a> :: <a href="Data-ByteArray.html#t:ByteArray">ByteArray</a> bs =&gt; (<a href="Data-Memory-ExtendedWords.html#t:Word128">Word128</a> -&gt; <a href="Data-Memory-ExtendedWords.html#t:Word128">Word128</a>) -&gt; bs -&gt; bs</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:toW64BE" class="def">toW64BE</a> :: <a href="Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> bs =&gt; bs -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Data-Memory-Endian.html#t:BE">BE</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a> <a href="src/Data-ByteArray-Mapping.html#toW64BE" class="link">Source</a></p><div class="doc"><p>Transform a bytearray at a specific offset into
 a Word64 tagged as BE (Big Endian)</p><p>no bounds checking. unsafe</p></div></div><div class="top"><p class="src"><a name="v:toW64LE" class="def">toW64LE</a> :: <a href="Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> bs =&gt; bs -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="Data-Memory-Endian.html#t:LE">LE</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a> <a href="src/Data-ByteArray-Mapping.html#toW64LE" class="link">Source</a></p><div class="doc"><p>Transform a bytearray at a specific offset into
 a Word64 tagged as LE (Little Endian)</p><p>no bounds checking. unsafe</p></div></div><div class="top"><p class="src"><a name="v:mapAsWord64" class="def">mapAsWord64</a> :: <a href="Data-ByteArray.html#t:ByteArray">ByteArray</a> bs =&gt; (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Word.html#t:Word64">Word64</a>) -&gt; bs -&gt; bs <a href="src/Data-ByteArray-Mapping.html#mapAsWord64" class="link">Source</a></p><div class="doc"><p>map blocks of 64 bits of a bytearray, creating a new bytestring
 of equivalent size where each blocks has been mapped through @f </p><p>no length checking is done. unsafe</p></div></div><div class="top"><p class="src"><a name="v:mapAsWord128" class="def">mapAsWord128</a> :: <a href="Data-ByteArray.html#t:ByteArray">ByteArray</a> bs =&gt; (<a href="Data-Memory-ExtendedWords.html#t:Word128">Word128</a> -&gt; <a href="Data-Memory-ExtendedWords.html#t:Word128">Word128</a>) -&gt; bs -&gt; bs <a href="src/Data-ByteArray-Mapping.html#mapAsWord128" class="link">Source</a></p><div class="doc"><p>map blocks of 128 bits of a bytearray, creating a new bytestring
 of equivalent size where each blocks has been mapped through @f </p><p>no length checking is done. unsafe</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>