HomeSort by relevance Sort by last modified time
    Searched refs:NodeS (Results 1 - 4 of 4) sorted by null

  /art/tools/ahat/src/main/com/android/ahat/dominators/
Dominators.java 83 * Returns a collection of nodes referenced from the given node, for the
89 * @return an iterable collection of the nodes with an incoming edge from
117 * @param numNodes an upper bound on the number of nodes in the graph
126 // NodeS is information associated with a particular node for the
128 // By convention we use the suffix 'S' to name instances of NodeS.
129 private static class NodeS {
130 // The node that this NodeS is associated with.
135 // particular, given nodes A and B, if A.id > B.id, then A cannot be a
139 // The largest id of all nodes reachable from this node.
144 // The set of ids of nodes that have references to this node
224 public NodeS[] nodes = new NodeS[4]; field in class:Dominators.NodeSet
389 NodeSet nodes = oldDomS.revisit; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
TianoCompress.c 807 NODE NodeS;
816 NodeS = mNext[mPos];
817 mNext[NodeR] = NodeS;
818 mPrev[NodeS] = NodeR;
835 NodeS = NodeT;
844 if (NodeU > NodeS) {
845 NodeS = NodeU;
848 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ);
858 if (NodeU > NodeS) {
859 NodeS = NodeU;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
TianoCompress.c 820 NODE NodeS;
829 NodeS = mNext[mPos];
830 mNext[NodeR] = NodeS;
831 mPrev[NodeS] = NodeR;
848 NodeS = NodeT;
857 if (NodeU > NodeS) {
858 NodeS = NodeU;
861 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ);
871 if (NodeU > NodeS) {
872 NodeS = NodeU;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 632 NODE NodeS;
641 NodeS = mNext[mPos];
642 mNext[NodeR] = NodeS;
643 mPrev[NodeS] = NodeR;
660 NodeS = NodeT;
669 if (NodeU > NodeS) {
670 NodeS = NodeU;
673 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ);
683 if (NodeU > NodeS) {
684 NodeS = NodeU;
    [all...]

Completed in 56 milliseconds