Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ emptyKstring
Function
emptyKstring
src/include/kerngen.h:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
/*@}*/
153
154
static __inline void
155
emptyKstring(Kstring *kstr)
156
{
157
kstr->buf[0] =
'\0'
;
158
}
159
160
static __inline bool
161
isKstringEmpty(const Kstring *kstr)
Callers
5
updateOptimResultGen
Function · 0.85
sprintfOffsetStateless
Function · 0.85
prepareTmpCoords
Function · 0.85
genSetupPointers
Function · 0.85
checkDeclareUpcomTmp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected