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 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50<title>nn::cx::UncompContextLZ</title> 51 </head> 52 <body> 53<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/cx/Overview.html">cx</a>::UncompContextLZ</CODE> Structure</h1> 54 <div class="section"> 55<B>Header file:</B> <CODE>nn/cx.h</CODE> </div> 56<h2>Syntax</h2> 57 <div class="section"> 58 <pre class="definition">struct UncompContextLZ 59{ 60 <a href="../../../nn_types/u8.html">u8</a> * destp; 61 <a href="../../../nn_types/s32.html">s32</a> destCount; 62 <a href="../../../nn_types/s32.html">s32</a> forceDestCount; 63 <a href="../../../nn_types/s32.html">s32</a> length; 64 <a href="../../../nn_types/u8.html">u8</a> lengthFlg; 65 <a href="../../../nn_types/u8.html">u8</a> flags; 66 <a href="../../../nn_types/u8.html">u8</a> flagIndex; 67 <a href="../../../nn_types/u8.html">u8</a> headerSize; 68 <a href="../../../nn_types/u8.html">u8</a> exFormat; 69}; 70</pre> 71 </div> 72<h2>Description</h2> 73 <div class="section"> 74<p>The context for decompressing LZ77 compressed data.</p><!-- write here --></div> 75 <a name="variable" id="variable"> 76<h2>Member Variables</h2> 77 <div class="section"> 78 <table class="members"> 79 <tr> 80 <td width="100"> </td> 81 <th> 82<span class="argument">destp</span> 83 </th> 84<td width="100"><a href="../../../nn_types/u8.html">u8</a> *</td> 85<td>Write-destination pointer</td> 86 </tr> 87 <tr> 88 <td width="100"> </td> 89 <th> 90<span class="argument">destCount</span> 91 </th> 92<td width="100"><a href="../../../nn_types/s32.html">s32</a></td> 93<td>Remaining write size</td> 94 </tr> 95 <tr> 96 <td width="100"> </td> 97 <th> 98<span class="argument">forceDestCount</span> 99 </th> 100<td width="100"><a href="../../../nn_types/s32.html">s32</a></td> 101<td>Forcibly sets the size of the decompression target</td> 102 </tr> 103 <tr> 104 <td width="100"> </td> 105 <th> 106<span class="argument">length</span> 107 </th> 108<td width="100"><a href="../../../nn_types/s32.html">s32</a></td> 109<td>Remaining length of continuous write</td> 110 </tr> 111 <tr> 112 <td width="100"> </td> 113 <th> 114<span class="argument">lengthFlg</span> 115 </th> 116<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 117<td>Flag indicating length has been acquired</td> 118 </tr> 119 <tr> 120 <td width="100"> </td> 121 <th> 122<span class="argument">flags</span> 123 </th> 124<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 125<td>Compression flag</td> 126 </tr> 127 <tr> 128 <td width="100"> </td> 129 <th> 130<span class="argument">flagIndex</span> 131 </th> 132<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 133<td>Current compression flag index</td> 134 </tr> 135 <tr> 136 <td width="100"> </td> 137 <th> 138<span class="argument">headerSize</span> 139 </th> 140<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 141<td>Size of header being read</td> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146<span class="argument">exFormat</span> 147 </th> 148<td width="100"><a href="../../../nn_types/u8.html">u8</a></td> 149<td>LZ77 extended compression option</td> 150 </tr> </table> 151 </div> 152 </a> 153<h2>Revision History</h2> 154 <div class="section"> 155 <dl class="history"> 156 <dt>2010/11/10</dt> 157<dd>Initial version.<br /> 158 </dd> 159 </dl> 160 </div> 161 <hr><p>CONFIDENTIAL</p></body> 162</html>