Home
last modified time | relevance | path

Searched refs:trim_int32 (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php121 $trim_int32 = $int32 & 0xFFFFFFFF; variable
122 return (($trim_int32 << 1) ^ ($int32 << 32 >> 63)) & 0xFFFFFFFF;

Completed in 1 milliseconds