/external/llvm/include/llvm/ |
D | Attributes.h | 76 uint64_t Raw() const { return Bits; } in Raw() function 197 return 1U << ((Align.Raw() >> 16) - 1); in getAlignmentFromAttrs() 219 return 1U << ((StackAlign.Raw() >> 26) - 1); in getStackAlignmentFromAttrs() 238 uint64_t EncodedAttrs = Attrs.Raw() & 0xffff; in encodeLLVMAttributesForBitcode() 241 (((Attrs & Attribute::Alignment).Raw()-1) >> 16); in encodeLLVMAttributesForBitcode() 242 EncodedAttrs |= (Attrs.Raw() & (0xfffull << 21)) << 11; in encodeLLVMAttributesForBitcode()
|
/external/clang/lib/Frontend/ |
D | LogDiagnosticPrinter.cpp | 42 static void emitString(llvm::raw_svector_ostream &OS, const StringRef Raw) { in emitString() argument 43 for (StringRef::iterator I = Raw.begin(), E = Raw.end(); I != E; ++I) { in emitString()
|
D | ASTUnit.cpp | 2510 unsigned Raw = L.getRawEncoding(); in TranslateSLoc() local 2512 L = SourceLocation::getFromRawEncoding((Raw & MacroBit) | in TranslateSLoc() 2513 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second)); in TranslateSLoc()
|
/external/clang/test/SemaCXX/ |
D | cxx11-user-defined-literals.cpp | 7 Integer, Floating, Raw, Template enumerator 19 constexpr LitKind operator"" _kind2(const char *p) { return LitKind::Raw; } in operator ""_kind2() 38 static_assert(4e6_kind2 == LitKind::Raw, "");
|
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 335 unsigned Raw; in LoadSourceLocation() local 336 memcpy(&Raw, static_cast<char *>(Data) + Offset, sizeof(unsigned)); in LoadSourceLocation() 337 return SourceLocation::getFromRawEncoding(Raw); in LoadSourceLocation() 426 unsigned Raw = Loc.getRawEncoding(); in SaveSourceLocation() local 427 Append(reinterpret_cast<char *>(&Raw), in SaveSourceLocation() 428 reinterpret_cast<char *>(&Raw) + sizeof(unsigned), in SaveSourceLocation()
|
D | ASTContext.cpp | 295 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local 296 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) { in getRawCommentForAnyRedecl() 298 *OriginalDecl = Raw.getOriginalDecl(); in getRawCommentForAnyRedecl() 299 return Raw.getRaw(); in getRawCommentForAnyRedecl() 313 const RawCommentAndCacheFlags &Raw = Pos->second; in getRawCommentForAnyRedecl() local 314 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) { in getRawCommentForAnyRedecl() 315 RC = Raw.getRaw(); in getRawCommentForAnyRedecl() 316 OriginalDeclForRC = Raw.getOriginalDecl(); in getRawCommentForAnyRedecl() 322 RawCommentAndCacheFlags Raw; in getRawCommentForAnyRedecl() local 324 Raw.setRaw(RC); in getRawCommentForAnyRedecl() [all …]
|
/external/oprofile/events/mips/25K/ |
D | events | 36 event:0x12 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_IFETCH : Raw count of Joint-TLB misses… 37 event:0x13 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_LOADS_STORES : Raw count of Joint-TLB …
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 51 zlib stream header and trailer. Raw deflate streams are used
|
/external/v8/tools/ |
D | grokdump.py | 99 class Raw(ctypes.Structure): class 105 for field, _ in Raw._fields_) + "}" 106 return Raw
|
/external/llvm/lib/VMCore/ |
D | Attributes.cpp | 157 ID.AddInteger(Attrs[i].Attrs.Raw()); in Profile()
|
D | Core.cpp | 1386 return (LLVMAttribute)attr.Raw(); in LLVMGetFunctionAttr() 1459 return (LLVMAttribute)attr.Raw(); in LLVMGetAttribute()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1379 SourceLocation ReadSourceLocation(ModuleFile &ModuleFile, unsigned Raw) const { in ReadSourceLocation() argument 1380 SourceLocation Loc = SourceLocation::getFromRawEncoding(Raw); in ReadSourceLocation()
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/ |
D | SMakefile | 28 # Raw, unformatted troff source will be installed if INSTALLMAN=man,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 7 # Raw, unformatted troff source will be installed if INSTALLMAN=man, nroff 19 # Raw, unformatted troff source will be installed if INSTALLMAN=man, nroff
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 305 0 = Raw Vorbis payload 322 Raw Vorbis packets are currently unbounded in length; application 429 Figure 4: Example Raw Vorbis Packet 609 The Ident field is set with the value that will be used by the Raw
|
/external/tcpdump/ |
D | INSTALL | 199 print-raw.c - Raw IP printer routines
|
/external/grub/docs/ |
D | internals.texi | 73 Raw device buffer
|
D | grub.info | 3865 Raw device buffer
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 479 Record[i+1] = ReconstitutedAttr.Raw(); in ParseAttributeBlock()
|
/external/zlib/src/ |
D | ChangeLog | 884 - Raw inflate no longer needs an extra dummy byte at end
|
/external/qemu/distrib/jpeg-6b/ |
D | libjpeg.doc | 46 Raw (downsampled) image data 2472 Raw (downsampled) image data
|
/external/jpeg/ |
D | libjpeg.doc | 46 Raw (downsampled) image data 2472 Raw (downsampled) image data
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 36349 REGRESSION: Raw text needs to be pulled outside of tables
|
D | ChangeLog-2010-01-29 | 76108 Representations of Colors in Raw Form. (May be Lazy Loaded):
|