OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PQ
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h
26
LatencyPriorityQueue *
PQ
;
27
explicit latency_sort(LatencyPriorityQueue *
pq
) :
PQ
(
pq
) {}
ResourcePriorityQueue.h
32
ResourcePriorityQueue *
PQ
;
33
explicit resource_sort(ResourcePriorityQueue *
pq
) :
PQ
(
pq
) {}
/external/llvm/lib/Analysis/
IteratedDominanceFrontier.cpp
35
IDFPriorityQueue
PQ
;
39
PQ
.push(std::make_pair(Node, DomLevels.lookup(Node)));
46
while (!
PQ
.empty()) {
47
DomTreeNodePair RootPair =
PQ
.top();
48
PQ
.pop();
86
PQ
.push(std::make_pair(SuccNode, SuccLevel));
/external/libopus/silk/
A2NLSF.c
124
opus_int32 *
PQ
[ 2 ];
128
PQ
[ 0 ] = P;
129
PQ
[ 1 ] = Q;
209
p =
PQ
[ root_ix & 1 ];
/external/clang/lib/Sema/
SemaExprObjC.cpp
[
all
...]
Completed in 544 milliseconds