/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 101 int OffsetFromTop, int &Adjusted, int FrameSize, in IfNeededExtSP() argument 103 while (OffsetFromTop > Adjusted) { in IfNeededExtSP() 104 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize"); in IfNeededExtSP() 105 int remaining = FrameSize - Adjusted; in IfNeededExtSP() 109 Adjusted += OpImm; in IfNeededExtSP() 111 EmitDefCfaOffset(MBB, MBBI, dl, TII, MMI, Adjusted*4); in IfNeededExtSP() 248 int Adjusted = 0; in emitPrologue() local 260 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize; in emitPrologue() 261 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue() 264 MIB.addImm(Adjusted); in emitPrologue() [all …]
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ChangeLog | 37 - Adjusted data read in for file based capabilities
|
/external/protobuf/gtest/ |
D | CHANGES | 87 * Adjusted the output format on Windows to be understandable by Visual Studio.
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 84 NON_CANONICAL_TYPE(Adjusted, Type)
|
D | Type.h | 2225 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 705 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local 706 return Adjusted; in adjustToWidth()
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 119 * Adjusted the output format on Windows to be understandable by Visual Studio.
|
/external/gtest/ |
D | CHANGES | 146 * Adjusted the output format on Windows to be understandable by Visual Studio.
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 146 * Adjusted the output format on Windows to be understandable by Visual Studio.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | CHANGES | 146 * Adjusted the output format on Windows to be understandable by Visual Studio.
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 358 Adjusted rate-distortion constants 403 Adjusted breakout RD for SPLITMV
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 7009 QualType Adjusted = Function->getType(); in CheckMemberSpecialization() local 7010 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization() 7011 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization() 7012 if (Context.hasSameType(Adjusted, Method->getType())) { in CheckMemberSpecialization() 7829 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType()); in ActOnExplicitInstantiation() local 7830 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) { in ActOnExplicitInstantiation()
|
/external/ImageMagick/Magick++/ |
D | NEWS | 135 * Adjusted parameters to 'edge' and 'medianFilter' to match
|
D | ChangeLog | 805 * lib/Image.cpp : Adjusted to ImageMagick animation parameter API change.
|
/external/gptfdisk/ |
D | NEWS | 140 - Adjusted alignment code when using -n or -N in sgdisk to keep the 225 - Adjusted the code to support a number of partitions that's not a multiple 451 - Adjusted alignment code to use 1 MiB alignment by default for drives with
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 211 case Type::Adjusted: in canPrefixQualifiers()
|
D | ItaniumMangle.cpp | 1487 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
|
D | ASTContext.cpp | 1745 case Type::Adjusted: in getTypeInfoImpl() 2377 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType()
|
D | ASTImporter.cpp | 455 case Type::Adjusted: in IsStructurallyEquivalent()
|
/external/pcre/dist/ |
D | CMakeLists.txt | 10 # 2007-09-19 Adjusted by PH to retain previous default settings
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1631 case Type::Adjusted: in EmitVariablyModifiedType()
|
D | CGDebugInfo.cpp | 2255 case Type::Adjusted: in CreateTypeNode()
|
/external/c-ares/ |
D | CHANGES | 1074 - Adjusted 'maketgz' to use the new automake magic when building distribution
|
/external/curl/ |
D | CHANGES.0 | 46 - Added missing new libcurl files to non-configure targets. Adjusted 2997 - Adjusted testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.h 4955 - Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or 7613 - Adjusted the man page for the curl_getdate() return value for dates after 7794 - Adjusted the KNOWN_BUGS #17 fix a bit more since the FTP code also did some 9223 in case of need (with no maximum depth). Adjusted test case 142 to verify 9596 - Adjusted the QUIT code slightly since it could core-dump. 9818 - Adjusted one of the MPE/iX changes as it made test case 504 fail all over. 9880 large file sizes to the *_LARGE options. Adjusted the code all over to use 10744 - Adjusted the NTLM code to support proxy functionality. [all …]
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.22 | 1906 * builds/amiga/smakefile: Adjusted the compiler options
|