Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ XorWords
Function
XorWords
extra/yassl/taocrypt/src/misc.cpp:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
105
inline void XorWords(word* r, const word* a, unsigned int n)
106
{
107
for (unsigned int i=0; i<n; i++)
108
r[i] ^= a[i];
109
}
110
111
112
void xorbuf(byte* buf, const byte* mask, unsigned int count)
Callers
1
xorbuf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected