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

Public Member Functions

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

Detailed Description

Definition at line 120 of file SkMD5.cpp.

Member Function Documentation

◆ operator()()

uint32_t F::operator() ( uint32_t  x,
uint32_t  y,
uint32_t  z 
)
inline

Definition at line 120 of file SkMD5.cpp.

120 { uint32_t operator()(uint32_t x, uint32_t y, uint32_t z) {
121 //return (x & y) | ((~x) & z);
122 return ((y ^ z) & x) ^ z; //equivelent but faster
123}};
double y
double x
uint32_t operator()(uint32_t x, uint32_t y, uint32_t z)
Definition SkMD5.cpp:120

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