This file is indexed.

/usr/share/doc/libosmocore/core/html/crc8gen_8h.html is in libosmocore-doc 0.9.0-7.

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
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
<!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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libosmocore: include/osmocom/core/crc8gen.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libosmocore
   &#160;<span id="projectnumber">0.9.0</span>
   </div>
   <div id="projectbrief">Osmocom core library</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('crc8gen_8h.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">crc8gen.h File Reference<div class="ingroups"><a class="el" href="group__crcgen.html">Osmocom generic CRC routines</a></div></div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &lt;stdint.h&gt;</code><br />
<code>#include &lt;<a class="el" href="bits_8h_source.html">osmocom/core/bits.h</a>&gt;</code><br />
</div>
<p><a href="crc8gen_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structosmo__crc8gen__code.html">osmo_crc8gen_code</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">structure describing a given CRC code of max 8 bits  <a href="structosmo__crc8gen__code.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga1549c35fe5c50ec456a7bcbe65573e62"><td class="memItemLeft" align="right" valign="top">uint8_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__crcgen.html#ga1549c35fe5c50ec456a7bcbe65573e62">osmo_crc8gen_compute_bits</a> (const struct <a class="el" href="structosmo__crc8gen__code.html">osmo_crc8gen_code</a> *code, const <a class="el" href="group__bits.html#ga6a432fe43b85ec8e0d13e7de04a3f8ed">ubit_t</a> *in, int len)</td></tr>
<tr class="memdesc:ga1549c35fe5c50ec456a7bcbe65573e62"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute the CRC value of a given array of hard-bits.  <a href="group__crcgen.html#ga1549c35fe5c50ec456a7bcbe65573e62">More...</a><br /></td></tr>
<tr class="separator:ga1549c35fe5c50ec456a7bcbe65573e62"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga66f9c6afefc4dfe9baacdaf75ac1d95a"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__crcgen.html#ga66f9c6afefc4dfe9baacdaf75ac1d95a">osmo_crc8gen_check_bits</a> (const struct <a class="el" href="structosmo__crc8gen__code.html">osmo_crc8gen_code</a> *code, const <a class="el" href="group__bits.html#ga6a432fe43b85ec8e0d13e7de04a3f8ed">ubit_t</a> *in, int len, const <a class="el" href="group__bits.html#ga6a432fe43b85ec8e0d13e7de04a3f8ed">ubit_t</a> *crc_bits)</td></tr>
<tr class="memdesc:ga66f9c6afefc4dfe9baacdaf75ac1d95a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Checks the CRC value of a given array of hard-bits.  <a href="group__crcgen.html#ga66f9c6afefc4dfe9baacdaf75ac1d95a">More...</a><br /></td></tr>
<tr class="separator:ga66f9c6afefc4dfe9baacdaf75ac1d95a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gac88fe09d8beb2a70f1ec43f87920ee73"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__crcgen.html#gac88fe09d8beb2a70f1ec43f87920ee73">osmo_crc8gen_set_bits</a> (const struct <a class="el" href="structosmo__crc8gen__code.html">osmo_crc8gen_code</a> *code, const <a class="el" href="group__bits.html#ga6a432fe43b85ec8e0d13e7de04a3f8ed">ubit_t</a> *in, int len, <a class="el" href="group__bits.html#ga6a432fe43b85ec8e0d13e7de04a3f8ed">ubit_t</a> *crc_bits)</td></tr>
<tr class="memdesc:gac88fe09d8beb2a70f1ec43f87920ee73"><td class="mdescLeft">&#160;</td><td class="mdescRight">Computes and writes the CRC value of a given array of bits.  <a href="group__crcgen.html#gac88fe09d8beb2a70f1ec43f87920ee73">More...</a><br /></td></tr>
<tr class="separator:gac88fe09d8beb2a70f1ec43f87920ee73"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Osmocom generic CRC routines (for max 8 bits poly) header </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_abe9b486a10ccc5afdf8abc29637e0c1.html">osmocom</a></li><li class="navelem"><a class="el" href="dir_4a15838024bb755c6d5f76ba8bfaacdb.html">core</a></li><li class="navelem"><a class="el" href="crc8gen_8h.html">crc8gen.h</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>