/third_party/boost/boost/pending/ |
D | fenced_priority_queue.hpp | 44 fenced_priority_queue(const Compare _comp = Compare()) : PQ(_comp) {} in fenced_priority_queue() 59 mutable std::priority_queue< T, std::vector< T >, Compare > PQ; member in boost::fenced_priority_queue 70 PQ.push(t); in push() 87 PQ.pop(); in pop() 102 return const_cast< T& >(PQ.top()); in top() 114 return PQ.top(); in top() 123 return Q.size() + PQ.size(); in size() 131 return Q.empty() && PQ.empty(); in empty() 140 while (!PQ.empty()) in fence() 142 Q.push(PQ.top()); in fence() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 143 IDFPriorityQueue PQ; in calculate() local 149 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate() 156 while (!PQ.empty()) { in calculate() 157 DomTreeNodePair RootPair = PQ.top(); in calculate() 158 PQ.pop(); in calculate() 192 PQ.push(std::make_pair( in calculate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LatencyPriorityQueue.cpp | 36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() 43 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()() 44 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 26 LatencyPriorityQueue *PQ; member 27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} in latency_sort()
|
D | ResourcePriorityQueue.h | 31 ResourcePriorityQueue *PQ; member 32 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} in resource_sort()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_gl_colorspace_bt2020_linear.txt | 57 of the framebuffer data, which can be either linear or PQ (Dolby Perceptual 92 If its value is EGL_GL_COLORSPACE_BT2020_PQ_EXT, then a non-linear, PQ 95 ES supports PQ framebuffers. Applications utilizing this option need to 96 ensure that PQ encoding is performed on the application side. 114 is the same range for PQ, the display-referred output values can go beyond
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_gl_colorspace_bt2020_linear.txt | 57 of the framebuffer data, which can be either linear or PQ (Dolby Perceptual 92 If its value is EGL_GL_COLORSPACE_BT2020_PQ_EXT, then a non-linear, PQ 95 ES supports PQ framebuffers. Applications utilizing this option need to 96 ensure that PQ encoding is performed on the application side. 114 is the same range for PQ, the display-referred output values can go beyond
|
/third_party/typescript/tests/cases/compiler/ |
D | constEnums.ts | 23 PQ = E ** 2, enumerator 133 case Enum1.PQ:
|
/third_party/typescript/tests/baselines/reference/ |
D | constEnums.js | 24 PQ = E ** 2, 134 case Enum1.PQ:
|
D | constEnums.types | 106 PQ = E ** 2, 107 >PQ : Enum1 483 case Enum1.PQ: 484 >Enum1.PQ : Enum1 486 >PQ : Enum1
|
D | constEnums.symbols | 76 PQ = E ** 2, 77 >PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15)) 442 case Enum1.PQ: 443 >Enum1.PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15)) 445 >PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15))
|
/third_party/mbedtls/tests/data_files/dir-maxpath/ |
D | 14.key | 7 3XKQEWgNKxqbrekSwEDlVIjVZSdyKY+/PQ==
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ResourcePriorityQueue.cpp | 190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()() 191 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()() 197 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()() 198 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
|
D | ScheduleDAGRRList.cpp | 3138 BURegReductionPriorityQueue *PQ = in createBURRListDAGScheduler() local 3140 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createBURRListDAGScheduler() 3141 PQ->setScheduleDAG(SD); in createBURRListDAGScheduler() 3152 SrcRegReductionPriorityQueue *PQ = in createSourceListDAGScheduler() local 3154 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createSourceListDAGScheduler() 3155 PQ->setScheduleDAG(SD); in createSourceListDAGScheduler() 3167 HybridBURRPriorityQueue *PQ = in createHybridListDAGScheduler() local 3170 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel); in createHybridListDAGScheduler() 3171 PQ->setScheduleDAG(SD); in createHybridListDAGScheduler() 3183 ILPBURRPriorityQueue *PQ = in createILPListDAGScheduler() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/ |
D | LanaiDisassembler.cpp | 109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local 110 switch (PQ) { in PostOperandDecodeAdjust()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 118 #define PQ(_name, _query_type, _type, _result_type) \ macro 128 PQ("prims-emitted", PRIMITIVES_EMITTED, UINT64, AVERAGE),
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_035.hpp | 635 #define PQ macro
|
/third_party/skia/third_party/externals/tint/tools/src/ |
D | go.sum | 35 github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrFormats.td | 186 // PQ operation
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 697 * Added support for PQ and HLG transfer functions to SkColorSpace.
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 809 * Added support for PQ and HLG transfer functions to SkColorSpace.
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput5 | 648 PQ'Bx,newline=any,utf
|