Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 25) sorted by relevance

/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkMath.h37 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
41 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
61 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMath.h38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
H A DSkImageInfo.h588 int shift = this->shiftPerPixel(); in validRowBytes() local
H A DSkTypes.h520 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
524 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMath.h38 static inline unsigned SkMul16ShiftRound(U16CPU a, U16CPU b, int shift) { in SkMul16ShiftRound()
H A DSkImageInfo.h588 int shift = this->shiftPerPixel(); in validRowBytes() local
H A DSkTypes.h512 static inline constexpr int32_t SkLeftShift(int32_t value, int32_t shift) { in SkLeftShift()
516 static inline constexpr int64_t SkLeftShift(int64_t value, int32_t shift) { in SkLeftShift()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkImageInfo.h590 int shift = this->shiftPerPixel(); in validRowBytes() local
/expo/packages/expo-gl/common/
H A Dstb_image.h1925 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac() local
2217 #define dct_pass(bias, shift) \ in stbi__idct_simd() argument
2403 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
5200 static int stbi__shiftsigned(int v, int shift, int bits) { in stbi__shiftsigned()
/expo/ios/versioned/sdk47/EXGL/common/
H A Dstb_image.h1925 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac() local
2217 #define dct_pass(bias, shift) \ in stbi__idct_simd() argument
2403 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
5200 static int stbi__shiftsigned(int v, int shift, int bits) { in stbi__shiftsigned()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A Dstb_image.h1925 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac() local
2217 #define dct_pass(bias, shift) \ in stbi__idct_simd() argument
2403 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
5200 static int stbi__shiftsigned(int v, int shift, int bits) { in stbi__shiftsigned()
/expo/ios/versioned/sdk49/ExpoGL/common/
H A Dstb_image.h1925 int shift = j->succ_low; in stbi__jpeg_decode_block_prog_ac() local
2217 #define dct_pass(bias, shift) \ in stbi__idct_simd() argument
2403 #define dct_pass(shiftop, shift) \ in stbi__idct_simd() argument
5200 static int stbi__shiftsigned(int v, int shift, int bits) { in stbi__shiftsigned()
/expo/docs/public/static/libs/tippy/
H A Dtippy.all.min.js1 …of define&&define.amd?define(e):t.tippy=e()})(this,function(){'use strict';function t(t){return'[o… function
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js917 …his.tail?this.tail.next=null:this.head=null,this.length--,t}},t.prototype.shift=function(){if(this… method in t
H A DEXDevMenuApp.android.js918 …his.tail?this.tail.next=null:this.head=null,this.length--,t}},t.prototype.shift=function(){if(this… method in t