Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ memcmp
Function
memcmp
3rdparty/bx/src/crtnone.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
typedef int32_t pid_t;
41
42
extern
"C"
int32_t memcmp(const void* _lhs, const void* _rhs, size_t _numBytes)
43
{
44
return bx::memCmp(_lhs, _rhs, _numBytes);
45
}
46
47
extern
"C"
size_t strlen(const char* _str)
48
{
Callers
15
match_capture
Function · 0.85
lj_cparse_case
Function · 0.85
lj_str_find
Function · 0.85
lj_str_new
Function · 0.85
nd_similar
Function · 0.85
lj_lib_checkopt
Function · 0.85
luaS_newlstr
Function · 0.85
match_capture
Function · 0.85
lmemfind
Function · 0.85
CheckSolid
Function · 0.85
stbir__resize_allocated
Function · 0.85
etc1_pkm_is_valid
Function · 0.85
Calls
1
memCmp
Function · 0.85
Tested by
2
test_memory
Function · 0.68
test_matrix4x4
Function · 0.68