MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Memset

Method Memset

neo/idlib/math/Simd_Generic.cpp:605–607  ·  view source on GitHub ↗

================ idSIMD_Generic::Memset ================ */

Source from the content-addressed store, hash-verified

603================
604*/
605void VPCALL idSIMD_Generic::Memset( void *dst, const int val, const int count ) {
606 memset( dst, val, count );
607}
608
609/*
610============

Callers 12

FindNearestGoalMethod · 0.80
CreateOverlayMethod · 0.80
R_ClearedStaticAllocFunction · 0.80
R_ClearedFrameAllocFunction · 0.80
R_CalcPointCullFunction · 0.80
AVIUpdateMethod · 0.80
Mem_ClearedAllocFunction · 0.80
TestMemsetFunction · 0.80
FindNearestGoalMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestMemsetFunction · 0.64