Skip to content

Commit

Permalink
deploy: f0812a0
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Nov 28, 2024
1 parent b914be4 commit f7062c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/skiplist_8c_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<div class="line"><a id="l00169" name="l00169"></a><span class="lineno"> 169</span> }</div>
<div class="line"><a id="l00170" name="l00170"></a><span class="lineno"> 170</span> </div>
<div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> x-&gt;<a class="code hl_variable" href="structskip__node.html#a45a0b6bc7ce1d301c1527998d99e85f0">prev</a> = (update[0] == list-&gt;<a class="code hl_variable" href="structskiplist.html#a100e90aa60de0591e29864fef4ba2baf">head</a>) ? NULL : update[0];</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordflow">if</span> (update[0]-&gt;link &amp;&amp; update[0]-&gt;link[0])</div>
<div class="line"><a id="l00172" name="l00172"></a><span class="lineno"> 172</span> <span class="keywordflow">if</span> (update[0]-&gt;link[0])</div>
<div class="line"><a id="l00173" name="l00173"></a><span class="lineno"> 173</span> update[0]-&gt;<a class="code hl_variable" href="structskip__node.html#afd0a54ecc55aea8e453873fa9f17b225">link</a>[0]-&gt;<a class="code hl_variable" href="structskip__node.html#a45a0b6bc7ce1d301c1527998d99e85f0">prev</a> = x;</div>
<div class="line"><a id="l00174" name="l00174"></a><span class="lineno"> 174</span> <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> k = 0; k &lt; nlinks; k++) {</div>
<div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> <a class="code hl_define" href="dict__private_8h.html#a28301f76c53b643912da7c538f74e2c6">ASSERT</a>(update[k]-&gt;link_count &gt; k);</div>
Expand Down
2 changes: 1 addition & 1 deletion xml/skiplist_8c.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@
<codeline lineno="169"><highlight class="normal"><sp/><sp/><sp/><sp/>}</highlight></codeline>
<codeline lineno="170"><highlight class="normal"></highlight></codeline>
<codeline lineno="171"><highlight class="normal"><sp/><sp/><sp/><sp/>x-&gt;<ref refid="structskip__node_1a45a0b6bc7ce1d301c1527998d99e85f0" kindref="member">prev</ref><sp/>=<sp/>(update[0]<sp/>==<sp/>list-&gt;<ref refid="structskiplist_1a100e90aa60de0591e29864fef4ba2baf" kindref="member">head</ref>)<sp/>?<sp/>NULL<sp/>:<sp/>update[0];</highlight></codeline>
<codeline lineno="172"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">if</highlight><highlight class="normal"><sp/>(update[0]-&gt;link<sp/>&amp;&amp;<sp/>update[0]-&gt;link[0])</highlight></codeline>
<codeline lineno="172"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">if</highlight><highlight class="normal"><sp/>(update[0]-&gt;link[0])</highlight></codeline>
<codeline lineno="173"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/>update[0]-&gt;<ref refid="structskip__node_1afd0a54ecc55aea8e453873fa9f17b225" kindref="member">link</ref>[0]-&gt;<ref refid="structskip__node_1a45a0b6bc7ce1d301c1527998d99e85f0" kindref="member">prev</ref><sp/>=<sp/>x;</highlight></codeline>
<codeline lineno="174"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keywordflow">for</highlight><highlight class="normal"><sp/>(</highlight><highlight class="keywordtype">unsigned</highlight><highlight class="normal"><sp/>k<sp/>=<sp/>0;<sp/>k<sp/>&lt;<sp/>nlinks;<sp/>k++)<sp/>{</highlight></codeline>
<codeline lineno="175"><highlight class="normal"><sp/><sp/><sp/><sp/><sp/><sp/><sp/><sp/><ref refid="dict__private_8h_1a28301f76c53b643912da7c538f74e2c6" kindref="member">ASSERT</ref>(update[k]-&gt;link_count<sp/>&gt;<sp/>k);</highlight></codeline>
Expand Down

0 comments on commit f7062c6

Please sign in to comment.