1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>oscl_int64_utils.h Source File</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<hr><h1>oscl_int64_utils.h</h1><a href="oscl__int64__utils_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 1000002 <span class="preprocessor">#ifndef OSCL_INT64_UTILS_H_INCLUDED</span> 1100003 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_INT64_UTILS_H_INCLUDED</span> 1200004 <span class="preprocessor"></span> 1300005 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span> 1400006 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span> 1500007 <span class="preprocessor">#endif</span> 1600008 <span class="preprocessor"></span> 1700010 18<a name="l00016"></a><a class="code" href="classOscl__Int64__Utils.html">00016</a> <span class="keyword">class </span><a class="code" href="classOscl__Int64__Utils.html">Oscl_Int64_Utils</a> 1900017 { 2000018 <span class="keyword">public</span>: 2100019 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classOscl__Int64__Utils.html#d0">set_int64</a>(<a class="code" href="group__osclbase.html#a30">int64</a>& input_value, <span class="keyword">const</span> int32 upper, <span class="keyword">const</span> int32 lower); 2200020 2300021 OSCL_IMPORT_REF <span class="keyword">static</span> int32 <a class="code" href="classOscl__Int64__Utils.html#d1">get_int64_upper32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a30">int64</a>& input_value); 2400022 2500023 OSCL_IMPORT_REF <span class="keyword">static</span> int32 <a class="code" href="classOscl__Int64__Utils.html#d2">get_int64_lower32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a30">int64</a>& input_value); 2600024 2700025 OSCL_IMPORT_REF <span class="keyword">static</span> int32 <a class="code" href="classOscl__Int64__Utils.html#d3">get_int64_middle32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a30">int64</a>& input_value); 2800026 2900027 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classOscl__Int64__Utils.html#d4">set_uint64</a>(<a class="code" href="group__osclbase.html#a31">uint64</a>& input_value, <span class="keyword">const</span> uint32 upper, <span class="keyword">const</span> uint32 lower); 3000028 3100029 OSCL_IMPORT_REF <span class="keyword">static</span> uint32 <a class="code" href="classOscl__Int64__Utils.html#d5">get_uint64_upper32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a31">uint64</a>& input_value); 3200030 3300031 OSCL_IMPORT_REF <span class="keyword">static</span> uint32 <a class="code" href="classOscl__Int64__Utils.html#d6">get_uint64_lower32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a31">uint64</a>& input_value); 3400032 3500033 OSCL_IMPORT_REF <span class="keyword">static</span> uint32 <a class="code" href="classOscl__Int64__Utils.html#d7">get_uint64_middle32</a>(<span class="keyword">const</span> <a class="code" href="group__osclbase.html#a31">uint64</a>& input_value); 3600034 }; 3700035 38<a name="l00043"></a><a class="code" href="structOsclInteger64Transport.html">00043</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structOsclInteger64Transport.html">OsclInteger64Transport</a> 3900044 { 40<a name="l00045"></a><a class="code" href="structOsclInteger64Transport.html#m0">00045</a> uint32 <a class="code" href="structOsclInteger64Transport.html#m0">iHigh</a>; 41<a name="l00046"></a><a class="code" href="structOsclInteger64Transport.html#m1">00046</a> uint32 <a class="code" href="structOsclInteger64Transport.html#m1">iLow</a>; 4200047 } <a class="code" href="structOsclInteger64Transport.html">_OsclInteger64Transport</a>; 4300048 4400049 <span class="preprocessor">#endif</span> 4500050 <span class="preprocessor"></span> 46</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 47<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 48</small></address> 49</body> 50</html> 51