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

Function listNodeFirst

src/include/list.h:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static __inline ListNode
65*listNodeFirst(const ListHead *head)
66{
67 return head->next;
68}
69
70static __inline ListNode
71*listNodeLast(const ListHead *head)

Callers 15

mainFunction · 0.85
orchestrateTransposeTBSVFunction · 0.85
orchestrateTransposeTRSVFunction · 0.85
doiAmaxFunction · 0.85
doAsumFunction · 0.85
doNrm2_hypotFunction · 0.85
doNrm2_ssqFunction · 0.85
executeGEMMFunction · 0.85
doSymvFunction · 0.85
doDotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected