Definition at line 125 of file SkMD5.cpp.
◆ operator()()
uint32_t G::operator() |
( |
uint32_t |
x, |
|
|
uint32_t |
y, |
|
|
uint32_t |
z |
|
) |
| |
|
inline |
Definition at line 125 of file SkMD5.cpp.
125 { uint32_t
operator()(uint32_t
x, uint32_t
y, uint32_t z) {
126 return (
x & z) | (
y & (~z));
127
128}};
uint32_t operator()(uint32_t x, uint32_t y, uint32_t z)
The documentation for this struct was generated from the following file: