Searched refs:VBR (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1555 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext in WriteDeclAbbrevs() 1556 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext in WriteDeclAbbrevs() 1565 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // SubmoduleID in WriteDeclAbbrevs() 1568 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Name in WriteDeclAbbrevs() 1571 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type in WriteDeclAbbrevs() 1573 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // InnerStartLoc in WriteDeclAbbrevs() 1579 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteDeclAbbrevs() 1581 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // TypeLoc in WriteDeclAbbrevs() 1588 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // DeclContext in WriteDeclAbbrevs() 1589 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // LexicalDeclContext in WriteDeclAbbrevs() [all …]
|
D | ASTWriter.cpp | 673 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type in WriteTypeAbbrevs() 674 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 3)); // Quals in WriteTypeAbbrevs() 681 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ReturnType in WriteTypeAbbrevs() 693 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // NumParams in WriteTypeAbbrevs() 695 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Params in WriteTypeAbbrevs() 1395 FileAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // File ID in WriteControlBlock() 1451 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ID in WriteInputFiles() 1452 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 12)); // Size in WriteInputFiles() 1453 IFAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 32)); // Modification time in WriteInputFiles() 1521 OffsetsAbbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # input files in WriteInputFiles() [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-bcanalyzer.rst | 205 **# of VBR 32-bit Integers** 210 **# of VBR 64-bit Integers** 215 **# of VBR Compressed Bytes** 220 **# of VBR Expanded Bytes** 226 **Bytes Saved With VBR** 229 The percentage is relative to # of VBR Expanded Bytes. 277 **Number of VBR 32-bit Integers** 281 **Number of VBR 64-bit Integers** 285 **Number of VBR Compressed Bytes** 290 **Number of VBR Expanded Bytes** [all …]
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 94 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator 121 case VBR: in hasEncodingData()
|
D | BitstreamWriter.h | 280 case BitCodeAbbrevOp::VBR: in EmitAbbreviatedField()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 64 case BitCodeAbbrevOp::VBR: in readAbbreviatedField() 84 case BitCodeAbbrevOp::VBR: in skipAbbreviatedField() 261 if ((E == BitCodeAbbrevOp::Fixed || E == BitCodeAbbrevOp::VBR) && in ReadAbbrevRecord()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 375 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size in WriteTypeTable() 635 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Initializer. in WriteModuleInfo() 1173 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteModuleMetadata() 1174 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteModuleMetadata() 1175 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteModuleMetadata() 1176 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteModuleMetadata() 1188 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteModuleMetadata() 1190 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteModuleMetadata() 1192 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); in WriteModuleMetadata() 2150 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); in WriteBlockInfo() [all …]
|
/external/libnfc-nci/src/udrv/include/ |
D | ucodec.h | 167 BOOLEAN VBR; /* Variable Bit Rate */ member
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 99 Variable-width integer (VBR) values encode values of arbitrary size, optimizing 100 for the case where the values are small. Given a 4-bit VBR field, any 3-bit 206 record. The ``blockid`` value is encoded as an 8-bit VBR identifier, and 208 an application-specific block. The ``newabbrevlen`` value is a 4-bit VBR, which 255 least a two-part VBR, which means that each letter would require at least 12 274 abbreviated record (as a Fixed or VBR operand value). 313 by a VBR that specifies the number of abbrev operands, then the abbrev operands 336 * VBR (code 2): The field should be emitted as a `variable-width value`_, whose 513 As such, signed VBR values of a specific width are emitted as follows: 522 efficiently. Signed VBR encoding is used in ``CST_CODE_INTEGER`` and
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 72 field especially may be considerably off in purely VBR streams. The 77 \item Only nominal set implies a VBR or ABR stream that averages the nominal bitrate 78 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
|
D | 01-introduction.tex | 56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
|
/external/libmtp/src/ |
D | libmtp.h.in | 640 uint16_t bitratetype; /**< 0 = unused, 1 = constant, 2 = VBR, 3 = free */
|