Lines Matching refs:VLI
110 whereas most of the values in the serialized file use smaller VLI which use
161 ### VLI coding
163 VLI (Variable Length Integer) coding works like this
171 The VLI used is predicated around 32-bit unsigned integers
189 files have less that 16K lines and the VLI for the line number fits in 2 bytes,
190 but if you meet a huge file, the VLI coding can also handle it.
193 following data are stored using VLI for space- efficiency without limiting
195 size and can't use VLI.
222 The line information is cut into blocks, allowing quick skipping over the VLI
241 VLI...|for each line in the chunk, the number of bytes in the line
254 VLI|fileoffset of the start of this filepath's line table
255 VLI|count of lines in the file
256 VLI|length of filepath in bytes
277 VLI|Fileoffset of first file table in this trie entry instance list
278 VLI|number of child trie entries this trie entry has
279 VLI|number of instances this trie entry has
289 VLI|Fileoffset of next file table in this trie entry instance list
290 VLI|filepath index
291 VLI|count of line number instances following
296 the symbol in them, in ascending order. As a VLI, the median size per entry
301 VLI|line number
310 VLI|file offset of child
311 VLI|instance count belonging directly to this child
312 VLI|aggregated number of instances down all descendent paths of child
313 VLI|aggregated number of children down all descendent paths of child
314 VLI|match string length