Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
G Struct Reference

Public Member Functions

uint32_t operator() (uint32_t x, uint32_t y, uint32_t z)
 

Detailed Description

Definition at line 125 of file SkMD5.cpp.

Member Function Documentation

◆ 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 //return ((x ^ y) & z) ^ y; //equivelent but slower
128}};
double y
double x
uint32_t operator()(uint32_t x, uint32_t y, uint32_t z)
Definition SkMD5.cpp:125

The documentation for this struct was generated from the following file: