| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/ |
| BitstreamWriter.h | 37 /// CurCodeSize - This is the declared size of code values used for the 177 /// EmitCode - Emit the specified code. 245 // Restore the inner block's code size and abbrev table. 291 /// emission code. If BlobData is non-null, then it specifies an array of 293 /// known to exist at the end of the record. If Code is specified, then 294 /// it is the record code to emit before the Vals, which must not contain 295 /// the code. 298 StringRef Blob, Optional<unsigned> Code) { 308 if (Code) { 313 EmitAbbreviatedLiteral(Op, Code.getValue()) [all...] |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/ |
| BitstreamWriter.h | 37 /// CurCodeSize - This is the declared size of code values used for the 177 /// EmitCode - Emit the specified code. 245 // Restore the inner block's code size and abbrev table. 291 /// emission code. If BlobData is non-null, then it specifies an array of 293 /// known to exist at the end of the record. If Code is specified, then 294 /// it is the record code to emit before the Vals, which must not contain 295 /// the code. 298 StringRef Blob, Optional<unsigned> Code) { 308 if (Code) { 313 EmitAbbreviatedLiteral(Op, Code.getValue()) [all...] |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/ |
| BitstreamWriter.h | 37 /// CurCodeSize - This is the declared size of code values used for the 177 /// EmitCode - Emit the specified code. 245 // Restore the inner block's code size and abbrev table. 291 /// emission code. If BlobData is non-null, then it specifies an array of 293 /// known to exist at the end of the record. If Code is specified, then 294 /// it is the record code to emit before the Vals, which must not contain 295 /// the code. 298 StringRef Blob, Optional<unsigned> Code) { 308 if (Code) { 313 EmitAbbreviatedLiteral(Op, Code.getValue()) [all...] |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /external/llvm/lib/MC/ |
| MCELFStreamer.cpp | 65 SmallString<256> Code; 66 raw_svector_ostream VecOS(Code); 74 DF->getContents().append(Code.begin(), Code.end()); 476 SmallString<256> Code; 477 raw_svector_ostream VecOS(Code); 521 CEIF->getContents().append(Code.begin(), Code.end()); 548 DF->getContents().append(Code.begin(), Code.end()) [all...] |
| /external/clang/include/clang/Format/ |
| Format.h | 1 //===--- Format.h - Format C++ code -----------------------------*- C++ -*-===// 11 /// Various functions to configurably format source code. 53 /// \code 59 /// \code 66 /// \code 83 /// \code 94 /// \code 110 /// \code 356 /// \code 362 /// \code{.yaml [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
| AsmPrinterInlineAsm.cpp | 119 // state. e.g. .code 16, .code 32. 219 OS << '\n'; // Indent code with newline. 379 const char *Code) const { 380 if (!strcmp(Code, "private")) { 382 } else if (!strcmp(Code, "comment")) { 384 } else if (!strcmp(Code, "uid")) { 398 Msg << "Unknown special formatter '" << Code
|
| /external/syslinux/libinstaller/ |
| syslxint.h | 247 uint8_t Code[442]; 263 uint8_t Code[414]; 298 uint8_t Code[420]; 307 #define FAT_bsCode bs32.Code /* The common safe choice */ 313 #define NTFS_bsCode Code
|
| /external/v8/src/ |
| log.h | 2 // Use of this source code is governed by a BSD-style license that can be 14 #include "src/code-events.h" 34 // Minimal logging (no API, code, or GC sample events), default is off. 38 // --log-api, --log-code, --log-gc, and --log-regexp. 43 // --log-code 44 // Log code (create, move, and delete) events to the logfile, default is off. 45 // --log-code implies --log. 60 // tick profiler requires code events, so --prof implies --log-code. 96 // Sets the current code event handler [all...] |
| code-stubs-hydrogen.cc | 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "src/code-stubs.h" 10 #include "src/code-factory.h" 11 #include "src/code-stub-assembler.h" 93 // Update the static counter each time a new code stub is generated. 211 Handle<Code> HydrogenCodeStub::GenerateLightweightMissCode( 215 // Generate the new code. 219 // Update the static counter each time a new code stub is generated. 222 // Generate the code for the stub. 230 // Create the code object 313 Handle<Code> code = chunk->Codegen(); local [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/ |
| BitstreamReader.h | 313 // This is the declared size of code values used for the current block, in 375 unsigned Code = ReadCode(); 376 if (Code == bitc::END_BLOCK) { 383 if (Code == bitc::ENTER_SUBBLOCK) 386 if (Code == bitc::DEFINE_ABBREV && 394 return BitstreamEntry::getRecord(Code); 420 /// Having read the ENTER_SUBBLOCK code, read the BlockID for the block. 429 // don't care what code widths are used inside of it. 480 /// Read the current record and discard it, returning the code for the record.
|
| /external/giflib/ |
| dgif_lib.c | 39 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode); 40 static int DGifDecompressInput(GifFileType *GifFile, int *Code); 695 Get the image code in compressed form. This routine can be called if the 718 Continue to get the image code in compressed form. This routine should be 765 if (READ(GifFile, &CodeSize, 1) < 1) { /* Read Code size from file. */ 766 return GIF_ERROR; /* Failed to read Code size. */ 772 GifFile->Error = D_GIF_ERR_READ_FAILED; /* somewhat bogus error code */ 773 return GIF_ERROR; /* Failed to read Code size. */ 781 Private->RunningBits = BitsPerPixel + 1; /* Number of bits per code. */ 782 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. * [all...] |
| /external/v8/src/s390/ |
| assembler-s390-inl.h | 8 // - Redistributions of source code must retain the above copyright notice, 33 // The original source code covered by the above license above has been modified 54 // Absolute code pointer inside code object moves with the code object. 122 Address Assembler::target_address_at(Address pc, Code* code) { 123 Address constant_pool = code ? code->constant_pool() : NULL; 127 void Assembler::set_target_address_at(Isolate* isolate, Address pc, Code* code 498 Code* code = NULL; local [all...] |