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

  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 51 typedef struct ListNode {
54 struct ListNode *next;
55 struct ListNode *prev;
56 } ListNode;
64 ListNode node; // Node within list of all allocated blocks.
69 const ListNode *check_point; // Check point of the test if there's a
89 ListNode symbol_values_list_head;
117 static ListNode* list_initialize(ListNode * const node);
118 static ListNode* list_add(ListNode * const head, ListNode *new_node)
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 48 struct ListNode {
50 struct ListNode *Next;
struct2.c 45 struct ListNode {
47 struct ListNode *Next;

Completed in 2107 milliseconds