- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 51 for Wasm (0.12 sec)
-
.teamcity/subprojects.json
{ "name": "architecture-test", "path": "testing/architecture-test", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "base-asm", "path": "platforms/core-runtime/base-asm", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "base-diagnostics", "path": "platforms/core-configuration/base-diagnostics",Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 18 18:40:11 UTC 2025 - 37.5K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
!purego package bigmod import "unsafe" // The generic implementation relies on 64x64->128 bit multiplication and // 64-bit add-with-carry, which are compiler intrinsics on many architectures. // Wasm doesn't support those. Here we implement it with 32x32->64 bit // operations, which is more efficient on Wasm. func idx(x *uint, i uintptr) *uint { return (*uint)(unsafe.Pointer(uintptr(unsafe.Pointer(x)) + i*8)) } func addMulVVWWasm(z, x *uint, y uint, n uintptr) (carry uint) { const mask32 = 1<<32 -...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
go.mod
github.com/rivo/uniseg v0.4.7 // indirect github.com/rjeczalik/notify v0.9.3 // indirect github.com/rs/xid v1.6.0 // indirect github.com/safchain/ethtool v0.5.10 // indirect github.com/segmentio/asm v1.2.0 // indirect github.com/shoenig/go-m1cpu v0.1.6 // indirect github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.1.1 // indirect
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Oct 10 18:57:03 UTC 2025 - 12.2K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
!purego package bigmod import "unsafe" // The generic implementation relies on 64x64->128 bit multiplication and // 64-bit add-with-carry, which are compiler intrinsics on many architectures. // Wasm doesn't support those. Here we implement it with 32x32->64 bit // operations, which is more efficient on Wasm. func idx(x *uint, i uintptr) *uint { return (*uint)(unsafe.Pointer(uintptr(unsafe.Pointer(x)) + i*8)) } func addMulVVWWasm(z, x *uint, y uint, n uintptr) (carry uint) { const mask32 = 1<<32 -...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionGeneratorFacade.kt
private fun interface ApiSpec { fun isApi(sourceName: String): Boolean } /** * Generate source file with Kotlin extensions enhancing the given api for the Gradle Kotlin DSL. * * @param asmLevel ASM level * @param outputDirectory the directory where the generated sources will be written * @param packageName the name of the package where the generated members will be addedRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Mar 12 15:56:18 UTC 2025 - 17.8K bytes - Viewed (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-execution/worker-main" /> <option value="$PROJECT_DIR$/platforms/core-execution/workers" /> <option value="$PROJECT_DIR$/platforms/core-runtime/base-asm" /> <option value="$PROJECT_DIR$/platforms/core-runtime/base-services" /> <option value="$PROJECT_DIR$/platforms/core-runtime/build-configuration" />Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 11 18:02:10 UTC 2025 - 23.2K bytes - Viewed (0) -
LICENSE
org.ow2.asm:asm org.ow2.asm:asm-analysis org.ow2.asm:asm-commons org.ow2.asm:asm-tree org.ow2.asm:asm-util ASM: a very small and fast Java bytecode manipulation framework Copyright (c) 2000-2011 INRIA, France Telecom All rights reserved. Redistribution and use in source and binary forms, with or without
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed May 07 12:40:53 UTC 2025 - 23.1K bytes - Viewed (0) -
go.sum
github.com/secure-io/sio-go v0.3.1 h1:dNvY9awjabXTYGsTF1PiCySl9Ltofk9GA3VdWlo7rRc= github.com/secure-io/sio-go v0.3.1/go.mod h1:+xbkjDzPjwh4Axd07pRKSNriS9SCiYksWnZqdnfpQxs= github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys= github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs= github.com/shirou/gopsutil/v3 v3.24.5 h1:i0t8kL+kQTvpAYToeuiVk3TgDeKOFioZO3Ztz/iZ9pI=
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 79.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm.s
ADD $1, R2, R3 ADD R1<<R2, R3, R4 ADD R1>>R2, R3, R4 ADD R1@>R2, R3, R4 ADD R1->R2, R3, R4 ADD R1, R2, R3 ADD R(1)<<R(2), R(3), R(4) // ADD R1<<R2, R3, R4 // LTYPE1 cond imsr ',' spreg ',' // asm doesn't support trailing comma. // { // outcode($1, $2, &$3, $5, &nullgen); // } // LTYPE1 cond imsr ',' reg // { // outcode($1, $2, &$3, 0, &$5); // } ADD $1, R2 ADD R1<<R2, R3 ADD R1>>R2, R3
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 15 20:51:01 UTC 2023 - 69K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
AA,IACA,QAAA,IAAA,IACA,SAAA,SACA,MAAA,IACA,IAAA,IAGF,YACE,iBAAA,YACA,kBAAA,EAGF,qBACE,mBAAA,EADF,yCAII,YAAA,EpFo+XJ,YoFh+XA,qBAEE,WAAA,KpFm+XF,yBoFh+XA,kCAGI,iBAAA,QACA,aAAA,QAJJ,6DASM,MAAA,qBATN,oDASM,MAAA,qBATN,wDASM,MAAA,qBATN,yDASM,MAAA,qBATN,+CASM,MAAA,qBATN,kEAaM,MAAA,qBAbN,wCpF8/XA,wEoF3+XQ,iBAAA,QACA,aAAA,kBACA,MAAA,QpFg/XR,0BoF1+XA,mCAGI,iBAAA,QACA,aAAA,QAJJ,8DASM,MAAA,eATN,qDASM,MAAA,eATN,yDASM,MAAA,eATN,0DASM,MAAA,eATN,gDASM,MAAA,eATN,mEAaM,MAAA,eAbN,yCpFwgYA,yEoFr/XQ,iBAAA,QACA,aAAA,...
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3)