Searched refs:Current (Results 1 – 6 of 6) sorted by relevance
53 SlNode_t *Current; in SlAddNodeToTail() local62 Current = Head; in SlAddNodeToTail()64 while (Current->Next != NULL) in SlAddNodeToTail()66 Current = Current->Next; in SlAddNodeToTail()69 Current->Next = Node; in SlAddNodeToTail()93 SlNode_t *Current; in SlInsertNodeBefore() local107 Current = Head->Next; in SlInsertNodeBefore()110 while (Current != NULL) in SlInsertNodeBefore()112 if (Current == Marker) in SlInsertNodeBefore()118 Prior = Current; in SlInsertNodeBefore()[all …]
5 Current CLOCK driver version is 1.0.0
45 #error Current driver only supports one layer
480 JLINK_SYS_Report("Current core is CM7");486 JLINK_SYS_Report("Current core is CM33");
413 *Returns:* Current system constraints.