MCPcopy Create free account
hub / github.com/SNAS/openbmp / I

Method I

Server/src/md5.cpp:503–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503inline unsigned int MD5::I (uint4 x, uint4 y, uint4 z){
504 return y ^ (x | ~z);
505}
506
507
508

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected