Home
last modified time | relevance | path

Searched refs:HR (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/external/elfutils/backends/
Ds390_corenote.c144 #define HR(n) \ macro
152 HR (0), HR (1), HR (2), HR (3), HR (4), HR (5), HR (6), HR (7),
153 HR (8), HR (9), HR (10), HR (11), HR (12), HR (13), HR (14), HR (15)
155 #undef HR
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorUInt128.h76 template <typename HL, typename LL, typename HR, typename LR>
78 bool operator == (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
83 template <typename HL, typename LL, typename HR, typename LR>
85 bool operator != (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
90 template <typename HL, typename LL, typename HR, typename LR>
92 bool operator >= (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
100 template <typename HL, typename LL, typename HR, typename LR>
102 bool operator < (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
110 template <typename HL, typename LL, typename HR, typename LR>
112 …uint64_t, uint64_t> operator + (const TensorUInt128<HL, LL>& lhs, const TensorUInt128<HR, LR>& rhs)
[all …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp69 HRESULT HR; in LoadDIA() local
70 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
72 return ErrorFromHResult(HR); in LoadDIA()
94 HRESULT HR; in createFromPdb() local
95 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) in createFromPdb()
96 return ErrorFromHResult(HR); in createFromPdb()
98 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
99 return ErrorFromHResult(HR); in createFromPdb()
119 HRESULT HR; in createFromExe() local
120 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
[all …]
/external/v8/src/
Dcounters.h1120 #define HISTOGRAM_RANGE_LIST(HR) \ argument
1122 HR(background_marking, V8.GCBackgroundMarking, 0, 10000, 101) \
1123 HR(background_scavenger, V8.GCBackgroundScavenger, 0, 10000, 101) \
1124 HR(background_sweeping, V8.GCBackgroundSweeping, 0, 10000, 101) \
1125 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \
1126 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \
1127 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \
1128 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \
1129 HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, 21, 22) \
1130 HR(incremental_marking_sum, V8.GCIncrementalMarkingSum, 0, 10000, 101) \
[all …]
Dcounters.cc129 #define HR(name, caption, min, max, num_buckets) \ in Counters() macro
131 HISTOGRAM_RANGE_LIST(HR) in Counters()
132 #undef HR in Counters()
286 #define HR(name, caption, min, max, num_buckets) name##_.Reset(); in ResetCreateHistogramFunction() macro
287 HISTOGRAM_RANGE_LIST(HR) in ResetCreateHistogramFunction()
288 #undef HR in ResetCreateHistogramFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp86 HRESULT HR; in LoadDIA() local
87 if (FAILED(HR = NoRegCoCreate(msdia_dll, CLSID_DiaSource, IID_IDiaDataSource, in LoadDIA()
89 return ErrorFromHResult(HR, "Calling NoRegCoCreate"); in LoadDIA()
110 HRESULT HR; in createFromPdb() local
111 if (FAILED(HR = DiaDataSource->loadDataFromPdb(Path16Str))) { in createFromPdb()
112 return ErrorFromHResult(HR, "Calling loadDataFromPdb {0}", Path); in createFromPdb()
115 if (FAILED(HR = DiaDataSource->openSession(&DiaSession))) in createFromPdb()
116 return ErrorFromHResult(HR, "Calling openSession"); in createFromPdb()
136 HRESULT HR; in createFromExe() local
137 if (FAILED(HR = DiaDataSource->loadDataForExe(Path16Str, nullptr, nullptr))) in createFromExe()
[all …]
/external/skia/src/xps/
DSkXPSDevice.cpp190 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
572 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
575 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
595 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
598 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
601 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
646 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
697 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure)); in createXpsImageBrush()
700 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
715 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
[all …]
/external/skqp/src/xps/
DSkXPSDevice.cpp190 HR(this->createId(id, GUID_ID_LEN)); in createXpsThumbnail()
572 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in sideOfClamp()
575 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in sideOfClamp()
595 HR(this->createXpsRect(areaToFill, FALSE, TRUE, &areaToFillFigure)); in cornerOfClamp()
598 HR(this->createPath(areaToFillFigure.get(), visuals, &areaToFillPath)); in cornerOfClamp()
601 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush)); in cornerOfClamp()
646 HR(this->createId(id, GUID_ID_LEN)); in createXpsImageBrush()
697 HR(this->createXpsRect(bitmapPoints, FALSE, TRUE, &centralFigure)); in createXpsImageBrush()
700 HR(this->createPath(centralFigure.get(), in createXpsImageBrush()
715 HR(this->sideOfClamp(leftArea, leftImageViewBox, in createXpsImageBrush()
[all …]
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp99 HR(fontFace->GetFiles(&numFiles, nullptr)); in FontToIdentity()
106 HR(fontFace->GetFiles(&numFiles, &fontFile)); in FontToIdentity()
109 HR(fontFile->GetLoader(&fontFileLoader)); in FontToIdentity()
113 HR(fontFile->GetReferenceKey(&refKey, &refKeySize)); in FontToIdentity()
259 HR(fOuter->FontToIdentity(font.get(), &fIdentity)); in DrawGlyphRun()
/external/skqp/src/ports/
DSkRemotableFontMgr_win_dw.cpp99 HR(fontFace->GetFiles(&numFiles, nullptr)); in FontToIdentity()
106 HR(fontFace->GetFiles(&numFiles, &fontFile)); in FontToIdentity()
109 HR(fontFile->GetLoader(&fontFileLoader)); in FontToIdentity()
113 HR(fontFile->GetReferenceKey(&refKey, &refKeySize)); in FontToIdentity()
259 HR(fOuter->FontToIdentity(font.get(), &fIdentity)); in DrawGlyphRun()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp110 PSHashRecord HR; in finalizeBuckets() local
112 HR.Off = SymOffset + 1; in finalizeBuckets()
113 HR.CRef = 1; // Always use a refcount of 1. in finalizeBuckets()
118 TmpBuckets[BucketIdx].push_back(std::make_pair(Name, HR)); in finalizeBuckets()
/external/llvm/include/llvm/ADT/
DImmutableSet.h192 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() local
194 (void) HR; in validateTree()
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
199 assert((HL > HR ? HL-HR : HR-HL) <= 2 in validateTree()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableSet.h192 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() local
194 (void) HR; in validateTree()
196 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
199 assert((HL > HR ? HL-HR : HR-HL) <= 2 in validateTree()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableSet.h194 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() local
196 (void) HR; in validateTree()
198 assert(getHeight() == ( HL > HR ? HL : HR ) + 1 in validateTree()
201 assert((HL > HR ? HL-HR : HR-HL) <= 2 in validateTree()
/external/icu/icu4c/source/data/region/
Dsw_CD.txt13 HR{"Kroeshia"}
Dzh_Hant_HK.txt43 HR{"克羅地亞"}
Dfa_AF.txt44 HR{"کروشیا"}
/external/skia/src/utils/win/
DSkHRESULT.h46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr) macro
DSkDWrite.cpp111 HR(sk_wchar_to_skstring(name.get(), nameLen, skname)); in sk_get_locale_string()
/external/skqp/src/utils/win/
DSkHRESULT.h46 #define HR(ex) HR_GENERAL(ex, nullptr, _hr) macro
DSkDWrite.cpp111 HR(sk_wchar_to_skstring(name.get(), nameLen, skname)); in sk_get_locale_string()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp203 CopyHint(unsigned R, float W, bool P, unsigned HR) : in weightCalcHelper()
204 Reg(R), Weight(W), IsPhys(P), HintOrder(HR) {} in weightCalcHelper()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DTag.java45 public static final Tag HR = new TagImpl ("HR"); field in Tag
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov19 …��N���"��� �8�� %��Gy�HӇ�ә(c;Y�z�"������������ �c���E���C>�������4HRK L�B�p������b{B/…
88 …��N���"��� �8�� %��Gy�HӇ�ә(c;Y�z�"������������ �c���E���C>�������4HRK L�B�p������b{B/…
111 …��N���"��� �8�� %��Gy�HӇ�ә(c;Y�z�"������������ �c���E���C>�������4HRK L�B�p������b{B/…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov19 …��N���"��� �8�� %��Gy�HӇ�ә(c;Y�z�"������������ �c���E���C>�������4HRK L�B�p������b{B/…
88 …��N���"��� �8�� %��Gy�HӇ�ә(c;Y�z�"������������ �c���E���C>�������4HRK L�B�p������b{B/…
111 …��N���"��� �8�� %��Gy�HӇ�ә(c;Y�z�"������������ �c���E���C>�������4HRK L�B�p������b{B/…

12345678910>>...23