Lines Matching refs:emitted
86 Fixed-width integer values have their low bits emitted directly to the file.
104 For example, the value 27 (0x1B) is encoded as 1011 0011 when emitted as a vbr4
253 letters with values less than 32, each letter would need to be emitted as at
284 emitted.
291 few binary operators, the abbreviation does not need to be emitted.
319 the result is always a single specific value. This specific value is emitted
324 are just emitted as their code.
328 have extra data are emitted as their code, followed by the extra data.
332 * Fixed (code 1): The field should be emitted as a `fixed-width value`_, whose
335 * VBR (code 2): The field should be emitted as a `variable-width value`_, whose
346 * Char6 (code 4): This field should be emitted as a `char6-encoded value`_.
350 * Blob (code 5): This field is emitted as a vbr6, followed by padding to a
359 ``[TRIPLE, 'a', 'b', 'c', 'd']``. Consider if the bitstream emitted the
368 When emitting a record with this abbreviation, the above entry would be emitted
386 With this abbreviation, the triple is emitted with only 37 bits (assuming a
389 not emitted as a literal in the abbreviation, the abbreviation can also be used
499 As such, signed VBR values of a specific width are emitted as follows:
501 * Positive values are emitted as VBRs of the specified width, but with their
504 * Negative values are emitted as VBRs of the specified width, but the negated
507 With this encoding, small positive and small negative values can both be emitted