blob: b19666f7d7ee2d3a3ec3cabc61af746d54808161 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>oscl_int64_utils.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<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
00002 <span class="preprocessor">#ifndef OSCL_INT64_UTILS_H_INCLUDED</span>
00003 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_INT64_UTILS_H_INCLUDED</span>
00004 <span class="preprocessor"></span>
00005 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
00006 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="oscl__base_8h.html">oscl_base.h</a>"</span>
00007 <span class="preprocessor">#endif</span>
00008 <span class="preprocessor"></span>
00010
<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>
00017 {
00018 <span class="keyword">public</span>:
00019 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>&amp; input_value, <span class="keyword">const</span> int32 upper, <span class="keyword">const</span> int32 lower);
00020
00021 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>&amp; input_value);
00022
00023 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>&amp; input_value);
00024
00025 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>&amp; input_value);
00026
00027 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>&amp; input_value, <span class="keyword">const</span> uint32 upper, <span class="keyword">const</span> uint32 lower);
00028
00029 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>&amp; input_value);
00030
00031 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>&amp; input_value);
00032
00033 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>&amp; input_value);
00034 };
00035
<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>
00044 {
<a name="l00045"></a><a class="code" href="structOsclInteger64Transport.html#m0">00045</a> uint32 <a class="code" href="structOsclInteger64Transport.html#m0">iHigh</a>;
<a name="l00046"></a><a class="code" href="structOsclInteger64Transport.html#m1">00046</a> uint32 <a class="code" href="structOsclInteger64Transport.html#m1">iLow</a>;
00047 } <a class="code" href="structOsclInteger64Transport.html">_OsclInteger64Transport</a>;
00048
00049 <span class="preprocessor">#endif</span>
00050 <span class="preprocessor"></span>
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>