Home
last modified time | relevance | path

Searched refs:rotateLeft32 (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dutils.go364 return uint(rotateLeft32(uint32(x), k))
370 func rotateLeft32(x uint32, k int) uint32 { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceUtils.h106 inline uint32_t rotateLeft32(uint32_t value, uint32_t shift) { in rotateLeft32() function
H A DIceInstARM32.cpp378 uint32_t Imm8 = Utils::rotateLeft32(Immediate, 2 * Rot); in canHoldImm()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1081 $rotated[] = static::rotateLeft32($parity[$i], 1);
1103 … $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft32($s[$j][$i], $rotationOffsets[$j][$i]);
1144 private static function rotateLeft32($x, $shift) function in phpseclib3\\Crypt\\Hash
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1081 $rotated[] = static::rotateLeft32($parity[$i], 1);
1103 … $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft32($s[$j][$i], $rotationOffsets[$j][$i]);
1144 private static function rotateLeft32($x, $shift) function in phpseclib3\\Crypt\\Hash
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1081 $rotated[] = static::rotateLeft32($parity[$i], 1);
1103 … $st[(2 * $i + 3 * $j) % 5][$j] = static::rotateLeft32($s[$j][$i], $rotationOffsets[$j][$i]);
1144 private static function rotateLeft32($x, $shift) function in phpseclib3\\Crypt\\Hash
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Drewrite.go1575 func rotateLeft32(v, rotate int64) int64 { func
H A DrewritePPC64.go13144 v.AuxInt = int64ToAuxInt(encodePPC64RotateMask(r, rotateLeft32(m, r), 32))
13164 v.AuxInt = int64ToAuxInt(encodePPC64RotateMask(r, rotateLeft32(m, r), 32))
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A DPPC64.rules161 … [m]) x)) && isPPC64WordRotateMask(m) => (RLWINM [encodePPC64RotateMask(r,rotateLeft32(m,r),32)] x)
162 …t [m] x)) && isPPC64WordRotateMask(m) => (RLWINM [encodePPC64RotateMask(r,rotateLeft32(m,r),32)] x)