- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 20 for 264 (0.01 seconds)
-
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 Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Jun 04 13:03:16 GMT 2025 - 8.8K bytes - Click Count (0) -
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "bigCppApp", "linux" : 264 }, { "testProject" : "bigCppMulti", "linux" : 509 }, { "testProject" : "bigNative", "linux" : 264 } ] }, { "scenario" : "org.gradle.performance.regression.buildcache.TaskOutputCachingSwiftPerformanceTest.clean assemble with local cache (swift)",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 25 10:54:09 GMT 2025 - 25K bytes - Click Count (0) -
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 Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 03 21:01:09 GMT 2025 - 46.8K 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 Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 21.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 Dec 26 09:05:12 GMT 2025 - Last Modified: Thu Mar 14 16:24:51 GMT 2024 - 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 Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 17.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
checkInitialCapacity(2, 1, 1); checkInitialCapacity(2, 2, 1); checkInitialCapacity(2, 3, 2); checkInitialCapacity(2, 4, 2); checkInitialCapacity(2, 5, 4); checkInitialCapacity(2, 6, 4); checkInitialCapacity(2, 7, 4); checkInitialCapacity(2, 8, 4); checkInitialCapacity(4, 0, 1); checkInitialCapacity(4, 1, 1); checkInitialCapacity(4, 2, 1);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 35.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java
checkInitialCapacity(2, 1, 1); checkInitialCapacity(2, 2, 1); checkInitialCapacity(2, 3, 2); checkInitialCapacity(2, 4, 2); checkInitialCapacity(2, 5, 4); checkInitialCapacity(2, 6, 4); checkInitialCapacity(2, 7, 4); checkInitialCapacity(2, 8, 4); checkInitialCapacity(4, 0, 1); checkInitialCapacity(4, 1, 1); checkInitialCapacity(4, 2, 1);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:07:52 GMT 2025 - 35.5K 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 Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 12 03:01:01 GMT 2014 - 34K bytes - Click Count (0) -
cmd/object-api-listobjects_test.go
{Name: "Asia/India/India-summer-photos-1"}, {Name: "Asia/India/Karnataka/Bangalore/Koramangala/pics"}, }, }, // ListObjectsResult-4. // Again used for truncated case. // (TestCase 26). 4: { IsTruncated: true, Objects: []ObjectInfo{ {Name: "Asia-maps.png"}, }, }, // ListObjectsResult-5. // Used for Asserting prefixes.Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Oct 10 18:57:03 GMT 2025 - 76.1K bytes - Click Count (0)