MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / listInitHead

Function listInitHead

src/include/list.h:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static __inline void
77listInitHead(ListHead *head)
78{
79 head->prev = head;
80 head->next = head;
81}
82
83void
84listAddToTail(ListHead *head, ListNode *node);

Callers 15

mainFunction · 0.85
doSyr2Function · 0.85
doSHbmvFunction · 0.85
doTbmvFunction · 0.85
doSyrkFunction · 0.85
doGemvFunction · 0.85
doAxpyFunction · 0.85
doTbsvFunction · 0.85
doSyr2kFunction · 0.85
scimage.cFile · 0.85
clblasAddScratchImageFunction · 0.85
doherFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected