- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for 640 (0.02 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
VPGATHERDD 360(AX)(X2*4), K1, X1 // 62f27d09904c905a VPGATHERDD 640(BP)(X15*8), K3, X14 // 62327d0b90b4fd80020000 VPGATHERDD 960(R10)(X25*2), K7, X24 // 62027d0790844ac0030000 VPGATHERDD 1280(R10)(X1*4), K4, X0 // 62d27d0c90848a00050000 VPGATHERDD 360(AX)(Y2*4), K1, Y1 // 62f27d29904c905a VPGATHERDD 640(BP)(Y15*8), K3, Y14 // 62327d2b90b4fd80020000 VPGATHERDD 960(R10)(Y25*2), K7, Y24 // 62027d2790844ac0030000
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Apr 11 18:32:50 UTC 2023 - 57.6K bytes - Viewed (0) -
buildSrc/build.gradle.kts
* limitations under the License. */ plugins { `kotlin-dsl` } repositories { mavenCentral() } dependencies { implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Oct 18 20:40:57 UTC 2023 - 746 bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
api("org.asciidoctor:asciidoctorj-pdf:2.3.10") api("dev.adamko.dokkatoo:dokkatoo-plugin:2.3.1") api("org.jetbrains.dokka:dokka-core:1.9.20") api("com.fasterxml.woodstox:woodstox-core:6.4.0") { because("CVE-2022-40152 on lower versions") } api("com.beust:jcommander:1.78") api("org.codehaus.groovy:groovy:$groovyVersion")
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 29 21:53:00 UTC 2024 - 4.8K bytes - Viewed (0) -
gradle/libs.versions.toml
[versions] biz-aQute-bnd = "6.4.0" checkStyle = "10.19.0" com-squareup-moshi = "1.15.1" com-squareup-okio = "3.9.1" de-mannodermaus-junit5 = "1.5.0" graalvm = "22.3.2" kotlinx-serialization = "1.6.3" ksp = "1.9.24-1.0.20" mockserverClient = "5.15.0" org-bouncycastle = "1.76" org-conscrypt = "2.5.2" org-jetbrains-coroutines = "1.8.1" org-jetbrains-kotlin = "1.9.25" org-junit-jupiter = "5.11.0" retrofit = "2.11.0"
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Oct 28 11:53:44 UTC 2024 - 7.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/hash/Fingerprint2011Test.java
new ImmutableSortedMap.Builder<Integer, Long>(Ordering.natural()) .put(1000, 0x433109b33e13e6edL) .put(800, 0x5f2f123bfc815f81L) .put(640, 0x6396fc6a67293cf4L) .put(512, 0x45c01b4934ddbbbeL) .put(409, 0xfcd19b617551db45L) .put(327, 0x4eee69e12854871eL) .put(261, 0xab753446a3bbd532L) .put(208, 0x54242fe06a291c3fL)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 23 14:22:54 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https05.drawio
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 15.6K bytes - Viewed (0) -
lib/wasm/wasm_exec.js
this.mem.setUint8(sp + 64, 1); } catch (err) { sp = this._inst.exports.getsp() >>> 0; // see comment above storeValue(sp + 56, err); this.mem.setUint8(sp + 64, 0); } }, // func valueInvoke(v ref, args []ref) (ref, bool) "syscall/js.valueInvoke": (sp) => { sp >>>= 0; try { const v = loadValue(sp + 8);
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Aug 30 19:15:21 UTC 2024 - 16.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/TreeRangeMapTest.java
// {[-6..-4): 0, [0..1): 1, [1..5): 1, [7..9): 2, // [9..14): 0, [14..15): 2, [17..20): 3, [22..25): 4} assertEquals( new ImmutableMap.Builder<>() .put(Range.closedOpen(-6, -4), 0) .put(Range.closedOpen(0, 1), 1) // not coalesced .put(Range.closedOpen(1, 5), 1) .put(Range.closedOpen(7, 9), 2) .put(Range.closedOpen(9, 14), 0)
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sun Oct 06 13:04:03 UTC 2024 - 29.9K bytes - Viewed (0)