Home
last modified time | relevance | path

Searched refs:Adjusted (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp101 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/
DChangeLog37 - Adjusted data read in for file based capabilities
/external/protobuf/gtest/
DCHANGES87 * Adjusted the output format on Windows to be understandable by Visual Studio.
/external/clang/include/clang/AST/
DTypeNodes.def84 NON_CANONICAL_TYPE(Adjusted, Type)
DType.h2225 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
/external/llvm/include/llvm/Support/
DScaledNumber.h705 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local
706 return Adjusted; in adjustToWidth()
/external/google-breakpad/src/testing/gtest/
DCHANGES119 * Adjusted the output format on Windows to be understandable by Visual Studio.
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DCHANGES146 * Adjusted the output format on Windows to be understandable by Visual Studio.
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES146 * Adjusted the output format on Windows to be understandable by Visual Studio.
/external/gtest/
DCHANGES146 * Adjusted the output format on Windows to be understandable by Visual Studio.
/external/clang/lib/Sema/
DSemaTemplate.cpp7009 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/libvpx/libvpx/
DCHANGELOG358 Adjusted rate-distortion constants
403 Adjusted breakout RD for SPLITMV
/external/gptfdisk/
DNEWS140 - 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/
DTypePrinter.cpp211 case Type::Adjusted: in canPrefixQualifiers()
DItaniumMangle.cpp1487 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
DASTContext.cpp1745 case Type::Adjusted: in getTypeInfoImpl()
2377 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType()
DASTImporter.cpp455 case Type::Adjusted: in IsStructurallyEquivalent()
/external/pcre/dist/
DCMakeLists.txt10 # 2007-09-19 Adjusted by PH to retain previous default settings
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1631 case Type::Adjusted: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2255 case Type::Adjusted: in CreateTypeNode()
/external/c-ares/
DCHANGES1074 - Adjusted 'maketgz' to use the new automake magic when building distribution
/external/curl/
DCHANGES.046 - 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/libevent/
DChangeLog994 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
/external/libmtp/
DChangeLog1678 * examples/detect.c: Adjusted function calls to use new multiple
/external/libxml2/
DChangeLog1778 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1920 * result/pattern/namespaces: Adjusted the result of a
2045 * runsuite.c: Adjusted to deactivate the cache for XML Schema
2676 Adjusted the comparison function for decimals due to this
4052 Adjusted text concatenation of mixed content.

12