Searched defs:uint128 (Results 1 – 7 of 7) sorted by relevance
/prebuilts/go/linux-x86/src/net/netip/ |
D | uint128.go | 13 type uint128 struct { struct 14 hi uint64 15 lo uint64 29 func (u uint128) isZero() bool { return u.hi|u.lo == 0 } 32 func (u uint128) and(m uint128) uint128 { 37 func (u uint128) xor(m uint128) uint128 { 42 func (u uint128) or(m uint128) uint128 { 47 func (u uint128) not() uint128 { 52 func (u uint128) subOne() uint128 { 58 func (u uint128) addOne() uint128 { [all …]
|
D | netip_test.go | 24 type uint128 = Uint128 talias
|
/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/field/_asm/ |
D | fe_amd64_asm.go | 33 type uint128 struct { struct 34 name string 35 hi, lo GPVirtual 38 func (c uint128) String() string { return c.name } 236 func mul64(r uint128, i int, aX, bX namedComponent) { 254 func addMul64(r uint128, i uint64, aX, bX namedComponent) { 271 func shiftRightBy51(r *uint128) (out, lo GPVirtual) {
|
/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/field/ |
D | fe_generic.go | 11 type uint128 struct { struct 12 lo, hi uint64 22 func addMul64(v uint128, a, b uint64) uint128 { 30 func shiftRightBy51(a uint128) uint64 {
|
/prebuilts/go/linux-x86/src/crypto/internal/hpke/ |
D | hpke.go | 241 type uint128 struct { struct 242 hi, lo uint64 245 func (u uint128) addOne() uint128 { 250 func (u uint128) bitLen() int { 254 func (u uint128) bytes() []byte {
|
/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/internal/poly1305/ |
D | sum_generic.go | 115 type uint128 struct { struct 116 lo, hi uint64 124 func add128(a, b uint128) uint128 { 133 func shiftRightBy2(a uint128) uint128 {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | bthsdpdef.h | 78 SDP_ULARGE_INTEGER_16 uint128; member
|