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>nw::ut::Endian::BSwap 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); 17 18static <span>s64</span> BSwap( 19 <span>s64</span> val 20); 21 22static <span>u32</span> BSwap( 23 <span>u32</span> val 24); 25 26static <span>s32</span> BSwap( 27 <span>s32</span> val 28); 29 30static <span>f32</span> BSwap( 31 <span>f32</span> val 32); 33 34static <span>u16</span> BSwap( 35 <span>u16</span> val 36); 37 38static <span>s16</span> BSwap( 39 <span>s16</span> val 40); 41</pre> 42 </div> 43 <h2>List of Overloaded Member Functions</h2> 44 <div class="section"> 45 <table class="members"> 46 <tr> 47 <td> 48 <a href="./BSwap(0).html">BSwap ( u64 ) </a> 49 </td> 50 <td> 51 </td> 52 </tr> 53 <tr> 54 <td> 55 <a href="./BSwap(1).html">BSwap ( s64 ) </a> 56 </td> 57 <td> 58 </td> 59 </tr> 60 <tr> 61 <td> 62 <a href="./BSwap(2).html">BSwap ( u32 ) </a> 63 </td> 64 <td> 65 </td> 66 </tr> 67 <tr> 68 <td> 69 <a href="./BSwap(3).html">BSwap ( s32 ) </a> 70 </td> 71 <td> 72 </td> 73 </tr> 74 <tr> 75 <td> 76 <a href="./BSwap(4).html">BSwap ( f32 ) </a> 77 </td> 78 <td> 79 </td> 80 </tr> 81 <tr> 82 <td> 83 <a href="./BSwap(5).html">BSwap ( u16 ) </a> 84 </td> 85 <td> 86 </td> 87 </tr> 88 <tr> 89 <td> 90 <a href="./BSwap(6).html">BSwap ( s16 ) </a> 91 </td> 92 <td> 93 </td> 94 </tr> </table> 95 </div> 96 <h2>Description of BSwap ( u64 )</h2> 97 <div class="section"> 98 <p> 99 </p> 100 </div> 101 <h2>Description of BSwap ( s64 )</h2> 102 <div class="section"> 103 <p> 104 </p> 105 </div> 106 <h2>Description of BSwap ( u32 )</h2> 107 <div class="section"> 108 <p> 109 </p> 110 </div> 111 <h2>Description of BSwap ( s32 )</h2> 112 <div class="section"> 113 <p> 114 </p> 115 </div> 116 <h2>Description of BSwap ( f32 )</h2> 117 <div class="section"> 118 <p> 119 </p> 120 </div> 121 <h2>Description of BSwap ( u16 )</h2> 122 <div class="section"> 123 <p> 124 </p> 125 </div> 126 <h2>Description of BSwap ( s16 )</h2> 127 <div class="section"> 128 <p> 129 </p> 130 </div> 131 <hr><p>CONFIDENTIAL</p></body> 132</html>