summaryrefslogtreecommitdiff
path: root/static/netbsd/man9/imax.9 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man9/imax.9 3.html')
-rw-r--r--static/netbsd/man9/imax.9 3.html83
1 files changed, 0 insertions, 83 deletions
diff --git a/static/netbsd/man9/imax.9 3.html b/static/netbsd/man9/imax.9 3.html
deleted file mode 100644
index 9848ab9b..00000000
--- a/static/netbsd/man9/imax.9 3.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">IMAX(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">IMAX(9)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">imax</code>, <code class="Nm">imin</code>,
- <code class="Nm">lmax</code>, <code class="Nm">lmin</code>,
- <code class="Nm">uimax</code>, <code class="Nm">uimin</code>,
- <code class="Nm">ulmax</code>, <code class="Nm">ulmin</code> &#x2014;
- <span class="Nd">compare integers</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">imax</code>(<var class="Fa" style="white-space: nowrap;">int
- a</var>, <var class="Fa" style="white-space: nowrap;">int b</var>);</p>
-<p class="Pp"><var class="Ft">int</var>
- <br/>
- <code class="Fn">imin</code>(<var class="Fa" style="white-space: nowrap;">int
- a</var>, <var class="Fa" style="white-space: nowrap;">int b</var>);</p>
-<p class="Pp"><var class="Ft">long</var>
- <br/>
- <code class="Fn">lmax</code>(<var class="Fa" style="white-space: nowrap;">long
- a</var>, <var class="Fa" style="white-space: nowrap;">long b</var>);</p>
-<p class="Pp"><var class="Ft">long</var>
- <br/>
- <code class="Fn">lmin</code>(<var class="Fa" style="white-space: nowrap;">long
- a</var>, <var class="Fa" style="white-space: nowrap;">long b</var>);</p>
-<p class="Pp"><var class="Ft">u_int</var>
- <br/>
- <code class="Fn">uimax</code>(<var class="Fa" style="white-space: nowrap;">u_int
- a</var>, <var class="Fa" style="white-space: nowrap;">u_int b</var>);</p>
-<p class="Pp"><var class="Ft">u_int</var>
- <br/>
- <code class="Fn">uimin</code>(<var class="Fa" style="white-space: nowrap;">u_int
- a</var>, <var class="Fa" style="white-space: nowrap;">u_int b</var>);</p>
-<p class="Pp"><var class="Ft">u_long</var>
- <br/>
- <code class="Fn">ulmax</code>(<var class="Fa" style="white-space: nowrap;">u_long
- a</var>, <var class="Fa" style="white-space: nowrap;">u_long b</var>);</p>
-<p class="Pp"><var class="Ft">u_long</var>
- <br/>
- <code class="Fn">ulmin</code>(<var class="Fa" style="white-space: nowrap;">u_long
- a</var>, <var class="Fa" style="white-space: nowrap;">u_long b</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The
- <a class="permalink" href="#imin"><code class="Fn" id="imin">imin</code></a>(),
- <a class="permalink" href="#lmin"><code class="Fn" id="lmin">lmin</code></a>(),
- <a class="permalink" href="#uimin"><code class="Fn" id="uimin">uimin</code></a>(),
- and
- <a class="permalink" href="#ulmin"><code class="Fn" id="ulmin">ulmin</code></a>()
- functions return whichever argument is algebraically smaller, differing only
- in their argument and return types: these functions operate on,
- respectively, natural size, long, unsigned and unsigned long integers.</p>
-<p class="Pp" id="imax">The
- <a class="permalink" href="#imax"><code class="Fn">imax</code></a>(),
- <a class="permalink" href="#lmax"><code class="Fn" id="lmax">lmax</code></a>(),
- <a class="permalink" href="#uimax"><code class="Fn" id="uimax">uimax</code></a>(),
- and
- <a class="permalink" href="#ulmax"><code class="Fn" id="ulmax">ulmax</code></a>()
- functions are identical except that they return the algebraically larger
- argument between <var class="Ar">a</var> and <var class="Ar">b</var>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">ilog2(3)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">July 10, 2024</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>