HomeSort by relevance Sort by last modified time
    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/libopus/silk/
A2NLSF.c 124 opus_int32 *PQ[ 2 ];
128 PQ[ 0 ] = P;
129 PQ[ 1 ] = Q;
209 p = PQ[ root_ix & 1 ];
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 138 milliseconds