1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>BSwap</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/ut/Overview.html">ut</a>::<a href="../../../nw/ut/Endian/Overview.html">Endian</a>::BSwap</CODE> Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14static <span>u64</span> BSwap(
15     <span>u64</span> val
16);
17static <span>s64</span> BSwap(
18     <span>s64</span> val
19);
20static <span>u32</span> BSwap(
21     <span>u32</span> val
22);
23static <span>s32</span> BSwap(
24     <span>s32</span> val
25);
26static <span>f32</span> BSwap(
27     <span>f32</span> val
28);
29static <span>u16</span> BSwap(
30     <span>u16</span> val
31);
32static <span>s16</span> BSwap(
33     <span>s16</span> val
34);
35</pre>
36    </div>
37    <h2>List of Overloaded Member Functions</h2>
38    <div class="section">
39      <table class="members">
40        <tr>
41          <td>
42            <a href="./BSwap(0).html">BSwap ( u64 ) </a>
43          </td>
44          <td>
45          </td>
46        </tr>
47        <tr>
48          <td>
49            <a href="./BSwap(1).html">BSwap ( s64 ) </a>
50          </td>
51          <td>
52          </td>
53        </tr>
54        <tr>
55          <td>
56            <a href="./BSwap(2).html">BSwap ( u32 ) </a>
57          </td>
58          <td>
59          </td>
60        </tr>
61        <tr>
62          <td>
63            <a href="./BSwap(3).html">BSwap ( s32 ) </a>
64          </td>
65          <td>
66          </td>
67        </tr>
68        <tr>
69          <td>
70            <a href="./BSwap(4).html">BSwap ( f32 ) </a>
71          </td>
72          <td>
73          </td>
74        </tr>
75        <tr>
76          <td>
77            <a href="./BSwap(5).html">BSwap ( u16 ) </a>
78          </td>
79          <td>
80          </td>
81        </tr>
82        <tr>
83          <td>
84            <a href="./BSwap(6).html">BSwap ( s16 ) </a>
85          </td>
86          <td>
87          </td>
88        </tr> </table>
89    </div>
90    <h2>Description of BSwap ( u64 )</h2>
91    <div class="section">
92      <p>
93          </p>
94    </div>
95    <h2>Description of BSwap ( s64 )</h2>
96    <div class="section">
97      <p>
98          </p>
99    </div>
100    <h2>Description of BSwap ( u32 )</h2>
101    <div class="section">
102      <p>
103          </p>
104    </div>
105    <h2>Description of BSwap ( s32 )</h2>
106    <div class="section">
107      <p>
108          </p>
109    </div>
110    <h2>Description of BSwap ( f32 )</h2>
111    <div class="section">
112      <p>
113          </p>
114    </div>
115    <h2>Description of BSwap ( u16 )</h2>
116    <div class="section">
117      <p>
118          </p>
119    </div>
120    <h2>Description of BSwap ( s16 )</h2>
121    <div class="section">
122      <p>
123          </p>
124    </div>
125  <hr><p>CONFIDENTIAL</p></body>
126</html>
127