- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for reverseBits (0.16 sec)
-
android/guava/src/com/google/common/collect/Lists.java
return result; } else if (list instanceof ReverseList) { return ((ReverseList<T>) list).getForwardList(); } else if (list instanceof RandomAccess) { return new RandomAccessReverseList<>(list); } else { return new ReverseList<>(list); } } private static class ReverseList<T extends @Nullable Object> extends AbstractList<T> {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 42.2K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
byteorder.BEUint64(H[:8]), byteorder.BEUint64(H[8:]), } productTable[reverseBits(1)] = x for i := 2; i < 16; i += 2 { productTable[reverseBits(i)] = ghashDouble(&productTable[reverseBits(i/2)]) productTable[reverseBits(i+1)] = ghashAdd(&productTable[reverseBits(i)], &x) } var y gcmFieldElement for _, input := range inputs { ghashUpdate(&productTable, &y, input) } byteorder.BEPutUint64(out[:], y.low) byteorder.BEPutUint64(out[8:], y.high) } // reverseBits reverses the order of the bits of 4-bit number in i. func...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)