Searched refs:trim_int32 (Results 1 - 1 of 1) sorted by relevance
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
| H A D | GPBWire.php | 121 $trim_int32 = $int32 & 0xFFFFFFFF; variable 122 return (($trim_int32 << 1) ^ ($int32 << 32 >> 63)) & 0xFFFFFFFF; |
Completed in 1 milliseconds