| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Profiler/ |
| H A D | ABI49_0_0RCTProfileTrampoline-arm64.S | 35 stp x0, x1, [sp, #(8*16+0*8)] 48 mov x0, #0x10 51 str x19, [x0] 52 mov x19, x0 60 ldp x0, x1, [sp, #(8*16+0*8)] 62 str x0, [x19, #0x8] // store the actual function address 69 ldp x0, x1, [sp, #(8*16+0*8)] 77 ldp x0, x1, [sp, #(8*16+0*8)] 99 str x0, [sp, #0x10] // 8-byte return value 108 mov x0, x19 // move the address of the memory to x0, first argument [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Profiler/ |
| H A D | ABI48_0_0RCTProfileTrampoline-arm64.S | 35 stp x0, x1, [sp, #(8*16+0*8)] 48 mov x0, #0x10 51 str x19, [x0] 52 mov x19, x0 60 ldp x0, x1, [sp, #(8*16+0*8)] 62 str x0, [x19, #0x8] // store the actual function address 69 ldp x0, x1, [sp, #(8*16+0*8)] 77 ldp x0, x1, [sp, #(8*16+0*8)] 99 str x0, [sp, #0x10] // 8-byte return value 108 mov x0, x19 // move the address of the memory to x0, first argument [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Profiler/ |
| H A D | ABI47_0_0RCTProfileTrampoline-arm64.S | 35 stp x0, x1, [sp, #(8*16+0*8)] 48 mov x0, #0x10 51 str x19, [x0] 52 mov x19, x0 60 ldp x0, x1, [sp, #(8*16+0*8)] 62 str x0, [x19, #0x8] // store the actual function address 69 ldp x0, x1, [sp, #(8*16+0*8)] 77 ldp x0, x1, [sp, #(8*16+0*8)] 99 str x0, [sp, #0x10] // 8-byte return value 108 mov x0, x19 // move the address of the memory to x0, first argument [all …]
|
| /expo/templates/expo-template-bare-minimum/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/tools/src/versioning/android/android-manifest-merger/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/templates/expo-template-tv/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/android/versioned-react-native/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/apps/bare-expo/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/apps/fabric-tester/android/gradle/wrapper/ |
| H A D | gradle-wrapper.jar | ... $1)
org.gradle.cli.CommandLineParser x0
org.gradle.cli.ParsedCommandLine x1
org. ... |
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/c/ |
| H A D | sk_path.h | 45 SK_API void sk_pathbuilder_quad_to(sk_pathbuilder_t*, float x0, float y0, float x1, float y1); 52 SK_API void sk_pathbuilder_conic_to(sk_pathbuilder_t*, float x0, float y0, float x1, float y1, floa… 60 float x0, float y0,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Drivers/ |
| H A D | ABI47_0_0RCTSpringAnimation.m | 136 CGFloat x0 = _toValue - _fromValue; 146 ((v0 + zeta * omega0 * x0) / omega1 * sinf(omega1 * _t) + 147 x0 * cosf(omega1 * _t)); 154 (sinf(omega1 * _t) * (v0 + zeta * omega0 * x0) / omega1 + 155 x0 * cosf(omega1 * _t)) - 157 (cosf(omega1 * _t) * (v0 + zeta * omega0 * x0) - 158 omega1 * x0 * sinf(omega1 * _t)); 161 position = _toValue - envelope * (x0 + (v0 + omega0 * x0) * _t); 163 envelope * (v0 * (_t * omega0 - 1) + _t * x0 * (omega0 * omega0));
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/NativeAnimation/Drivers/ |
| H A D | ABI49_0_0RCTSpringAnimation.m | 133 CGFloat x0 = _toValue - _fromValue; 140 …position = _toValue - envelope * ((v0 + zeta * omega0 * x0) / omega1 * sinf(omega1 * _t) + x0 * co… 144 …zeta * omega0 * envelope * (sinf(omega1 * _t) * (v0 + zeta * omega0 * x0) / omega1 + x0 * cosf(ome… 145 … envelope * (cosf(omega1 * _t) * (v0 + zeta * omega0 * x0) - omega1 * x0 * sinf(omega1 * _t)); 148 position = _toValue - envelope * (x0 + (v0 + omega0 * x0) * _t); 149 velocity = envelope * (v0 * (_t * omega0 - 1) + _t * x0 * (omega0 * omega0));
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Drivers/ |
| H A D | ABI48_0_0RCTSpringAnimation.m | 133 CGFloat x0 = _toValue - _fromValue; 140 …position = _toValue - envelope * ((v0 + zeta * omega0 * x0) / omega1 * sinf(omega1 * _t) + x0 * co… 144 …zeta * omega0 * envelope * (sinf(omega1 * _t) * (v0 + zeta * omega0 * x0) / omega1 + x0 * cosf(ome… 145 … envelope * (cosf(omega1 * _t) * (v0 + zeta * omega0 * x0) - omega1 * x0 * sinf(omega1 * _t)); 148 position = _toValue - envelope * (x0 + (v0 + omega0 * x0) * _t); 149 velocity = envelope * (v0 * (_t * omega0 - 1) + _t * x0 * (omega0 * omega0));
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Interaction/ |
| H A D | PanResponder.d.ts | 32 x0: number; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Interaction/ |
| H A D | PanResponder.d.ts | 32 x0: number; property
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | ParagraphPainter.h | 51 …virtual void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& d…
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | ParagraphPainter.h | 51 …virtual void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& d…
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | ParagraphPainter.h | 51 …virtual void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& d…
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | ParagraphPainter.h | 51 …virtual void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& d…
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | ParagraphPainter.h | 51 …virtual void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& d…
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | ParagraphPainter.h | 51 …virtual void drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, const DecorationStyle& d…
|
| /expo/packages/expo-gl/common/ |
| H A D | stb_image.h | 2116 x0 += 512; in stbi__idct_block() 2120 v[0] = (x0 + t3) >> 10; in stbi__idct_block() 2121 v[56] = (x0 - t3) >> 10; in stbi__idct_block() 2140 x0 += 65536 + (128 << 17); in stbi__idct_block() 2146 o[0] = stbi__clamp((x0 + t3) >> 17); in stbi__idct_block() 2147 o[7] = stbi__clamp((x0 - t3) >> 17); in stbi__idct_block() 2225 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd() 2239 dct_bfly32o(row0, row7, x0, x7, bias, shift); \ in stbi__idct_simd() 2414 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd() 2437 dct_bfly32o(row0, row7, x0, x7, shiftop, shift); \ in stbi__idct_simd() [all …]
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | stb_image.h | 2116 x0 += 512; in stbi__idct_block() 2120 v[0] = (x0 + t3) >> 10; in stbi__idct_block() 2121 v[56] = (x0 - t3) >> 10; in stbi__idct_block() 2140 x0 += 65536 + (128 << 17); in stbi__idct_block() 2146 o[0] = stbi__clamp((x0 + t3) >> 17); in stbi__idct_block() 2147 o[7] = stbi__clamp((x0 - t3) >> 17); in stbi__idct_block() 2225 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd() 2239 dct_bfly32o(row0, row7, x0, x7, bias, shift); \ in stbi__idct_simd() 2414 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd() 2437 dct_bfly32o(row0, row7, x0, x7, shiftop, shift); \ in stbi__idct_simd() [all …]
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | stb_image.h | 2116 x0 += 512; in stbi__idct_block() 2120 v[0] = (x0 + t3) >> 10; in stbi__idct_block() 2121 v[56] = (x0 - t3) >> 10; in stbi__idct_block() 2140 x0 += 65536 + (128 << 17); in stbi__idct_block() 2146 o[0] = stbi__clamp((x0 + t3) >> 17); in stbi__idct_block() 2147 o[7] = stbi__clamp((x0 - t3) >> 17); in stbi__idct_block() 2225 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd() 2239 dct_bfly32o(row0, row7, x0, x7, bias, shift); \ in stbi__idct_simd() 2414 dct_wadd(x0, t0e, t3e); \ in stbi__idct_simd() 2437 dct_bfly32o(row0, row7, x0, x7, shiftop, shift); \ in stbi__idct_simd() [all …]
|