MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / memcmp

Function memcmp

include/Array.h:613–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611
612
613 inline int memcmp(Array<ELEM_> inOther)
614 {
615 return ArrayBase::Memcmp(inOther.GetPtr());
616 }
617
618
619 inline void memcpy(int inStart, const ELEM_ *inData, int inElements)

Callers 12

eqFunction · 0.70
__memcmpFunction · 0.70
operator==Method · 0.50
TIndexOfFunction · 0.50
TLastIndexOfFunction · 0.50
eqMethod · 0.50
compareMethod · 0.50
splitMethod · 0.50
__CompareMethod · 0.50
MemcmpMethod · 0.50
findFixedMethod · 0.50
operator==Method · 0.50

Calls 1

GetPtrMethod · 0.80

Tested by

no test coverage detected