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

  /device/google/contexthub/firmware/src/
heap.c 35 struct HeapNode {
37 struct HeapNode* prev;
62 static struct HeapNode* gHeapHead;
65 static struct HeapNode *gHeapTail;
67 static inline struct HeapNode* heapPrvGetNext(struct HeapNode* node)
69 return (gHeapTail == node) ? NULL : (struct HeapNode*)(node->data + node->size);
75 struct HeapNode* node;
77 node = gHeapHead = (struct HeapNode*)ALIGNED_HEAP_START;
79 if (size < sizeof(struct HeapNode))
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1988 milliseconds