- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 23 for 264 (0.02 seconds)
-
apache-maven/pom.xml
<artifactId>jcl-over-slf4j</artifactId> <version>${slf4jVersion}</version> <scope>runtime</scope> </dependency> <!-- bridge from System.Logger to SLF4J (Platform Logging API, added by JEP 264) --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk-platform-logging</artifactId> <version>${slf4jVersion}</version> <scope>runtime</scope> </dependency> <dependency>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 30 07:38:30 GMT 2026 - 13K bytes - Click Count (0) -
cmd/apierrorcode_string.go
_ = x[ErrParseExpected2TokenTypes-260] _ = x[ErrParseExpectedNumber-261] _ = x[ErrParseExpectedRightParenBuiltinFunctionCall-262] _ = x[ErrParseExpectedTypeName-263] _ = x[ErrParseExpectedWhenClause-264] _ = x[ErrParseUnsupportedToken-265] _ = x[ErrParseUnsupportedLiteralsGroupBy-266] _ = x[ErrParseExpectedMember-267] _ = x[ErrParseUnsupportedSelect-268] _ = x[ErrParseUnsupportedCase-269]
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.6K bytes - Click Count (0) -
.teamcity/performance-test-durations.json
"linux" : 669 }, { "testProject" : "largeJavaMultiProjectKotlinDsl", "linux" : 2782 }, { "testProject" : "mediumMonolithicJavaProject", "linux" : 264 } ] }, { "scenario" : "org.gradle.performance.regression.inception.BuildSrcApiChangePerformanceTest.buildSrc non-abi change", "durations" : [ { "testProject" : "largeJavaMultiProject", "linux" : 668
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 04:45:09 GMT 2026 - 26.1K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/UnsignedLong.java
* interpreted as a normal bit, and all other bits are treated as usual. * * <p>If the argument is nonnegative, the returned result will be equal to {@code bits}, * otherwise, the result will be equal to {@code 2^64 + bits}. * * <p>To represent decimal constants less than {@code 2^63}, consider {@link #valueOf(long)} * instead. * * @since 14.0 */ public static UnsignedLong fromLongBits(long bits) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 04 13:03:16 GMT 2025 - 8.8K bytes - Click Count (0) -
api/go1.4.txt
pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 R_AARCH64 pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 = 263 pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 R_AARCH64 pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC = 264 pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC R_AARCH64 pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 = 265 pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 R_AARCH64 pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC = 266
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 12 03:01:01 GMT 2014 - 34K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/Fingerprint2011.java
* @author ******@****.*** (Geoff Pike) */ final class Fingerprint2011 extends AbstractNonStreamingHashFunction { static final HashFunction FINGERPRINT_2011 = new Fingerprint2011(); // Some primes between 2^63 and 2^64 for various uses. private static final long K0 = 0xa5b85c5e198ed849L; private static final long K1 = 0x8d58ac26afe12e47L; private static final long K2 = 0xc47b6e9e3a970ed3L;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 6.5K bytes - Click Count (0) -
android/guava/src/com/google/common/math/LongMath.java
result += aHi * bLo; // aHi * bLo < 2^63, result < 2^64 if (result < 0) { result = UnsignedLongs.remainder(result, m); } // result < 2^63 again result += aLo * bHi; // aLo * bHi < 2^63, result < 2^64 result = times2ToThe32Mod(result, m); // result < m < 2^63 return plusMod(result, UnsignedLongs.remainder(aLo * bLo /* < 2^64 */, m), m); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 09 23:01:02 GMT 2026 - 46.8K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/FarmHashFingerprint64.java
* @author Geoff Pike */ final class FarmHashFingerprint64 extends AbstractNonStreamingHashFunction { static final HashFunction FARMHASH_FINGERPRINT_64 = new FarmHashFingerprint64(); // Some primes between 2^63 and 2^64 for various uses. private static final long K0 = 0xc3a5c85c97cb3127L; private static final long K1 = 0xb492b66fbe98f273L; private static final long K2 = 0x9ae16a3b2f90404fL; @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 7.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.26.md
### Removed _Nothing has changed._ # v1.26.4 ## Downloads for v1.26.4 ### Source Code filename | sha512 hash -------- | -----------
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Sep 02 13:51:56 GMT 2025 - 425.7K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/UnsignedLongs.java
import java.util.Comparator; /** * Static utility methods pertaining to {@code long} primitives that interpret values as * <i>unsigned</i> (that is, any negative value {@code x} is treated as the positive value {@code * 2^64 + x}). The methods for which signedness is not an issue are in {@link Longs}, as well as * signed versions of methods for which signedness is an issue. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 05 22:13:21 GMT 2026 - 17.8K bytes - Click Count (0)