MCPcopy 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

40typedef int32_t pid_t;
41
42extern "C" int32_t memcmp(const void* _lhs, const void* _rhs, size_t _numBytes)
43{
44 return bx::memCmp(_lhs, _rhs, _numBytes);
45}
46
47extern "C" size_t strlen(const char* _str)
48{

Callers 15

match_captureFunction · 0.85
lj_cparse_caseFunction · 0.85
lj_str_findFunction · 0.85
lj_str_newFunction · 0.85
nd_similarFunction · 0.85
lj_lib_checkoptFunction · 0.85
luaS_newlstrFunction · 0.85
match_captureFunction · 0.85
lmemfindFunction · 0.85
CheckSolidFunction · 0.85
stbir__resize_allocatedFunction · 0.85
etc1_pkm_is_validFunction · 0.85

Calls 1

memCmpFunction · 0.85

Tested by 2

test_memoryFunction · 0.68
test_matrix4x4Function · 0.68