Lines Matching full:leb128
63 <td>signed LEB128, variable-length (see below)</td>
67 <td>unsigned LEB128, variable-length (see below)</td>
71 <td>unsigned LEB128 plus <code>1</code>, variable-length (see below)</td>
76 <h3>LEB128</h3>
78 <p>LEB128 ("<b>L</b>ittle-<b>E</b>ndian <b>B</b>ase <b>128</b>") is a
82 specification. In a <code>.dex</code> file, LEB128 is only ever used to
85 <p>Each LEB128 encoded value consists of one to five
91 byte and so on. In the case of a signed LEB128 (<code>sleb128</code>),
99 <tr><th colspan="16">Bitwise diagram of a two-byte LEB128 value</th></tr>
139 <table class="leb128">