HomeSort by relevance Sort by last modified time
    Searched defs:RotateLeft32 (Results 1 - 5 of 5) sorted by null

  /external/v8/src/base/
win32-headers.h 79 #undef RotateLeft32
bits.h 197 inline uint32_t RotateLeft32(uint32_t value, uint32_t shift) {
  /prebuilts/go/darwin-x86/src/math/bits/
bits.go 170 return uint(RotateLeft32(uint32(x), k))
191 // RotateLeft32 returns the value of x rotated left by (k mod 32) bits.
192 // To rotate x right by k bits, call RotateLeft32(x, -k).
193 func RotateLeft32(x uint32, k int) uint32 {
  /prebuilts/go/linux-x86/src/math/bits/
bits.go 170 return uint(RotateLeft32(uint32(x), k))
191 // RotateLeft32 returns the value of x rotated left by (k mod 32) bits.
192 // To rotate x right by k bits, call RotateLeft32(x, -k).
193 func RotateLeft32(x uint32, k int) uint32 {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h 565 #define RotateLeft32 _rotl
    [all...]

Completed in 213 milliseconds