Home
last modified time | relevance | path

Searched defs:uint128_t (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/dports/net/astron/Astron-c8ba982/src/util/
H A Duint128.h5 struct uint128_t { struct
15 inline uint128_t() = default; argument
17 inline uint128_t(uint64_t rhs) in uint128_t() argument
79 inline uint128_t& operator-=(const uint128_t& rhs) argument
91 inline uint128_t& operator&=(const uint128_t& rhs) argument
123 inline uint128_t& operator>>=(unsigned int shift) argument
139 inline uint128_t operator+(uint128_t lhs, const uint128_t& rhs) argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++17/
H A Duint128_t.h26 struct uint128_t struct
34 uint128_t() = default; argument
57 friend constexpr uint128_t argument
152 friend constexpr uint128_t argument
155 uint128_t z = umul64_64_128(x.lo, y.lo); argument
177 uint128_t q = uint128_t{x.hi}*cst + uint128_t{x.hi/5 + x.lo/5}; argument
185 friend constexpr uint128_t argument
216 operator==(const uint128_t x, const uint128_t y) argument
224 __bit_width(const uint128_t x) in __bit_width() argument
233 __countr_zero(const uint128_t x) in __countr_zero() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++17/
H A Duint128_t.h26 struct uint128_t struct
34 uint128_t() = default; argument
57 friend constexpr uint128_t argument
152 friend constexpr uint128_t argument
155 uint128_t z = umul64_64_128(x.lo, y.lo); argument
177 uint128_t q = uint128_t{x.hi}*cst + uint128_t{x.hi/5 + x.lo/5}; argument
185 friend constexpr uint128_t argument
216 operator==(const uint128_t x, const uint128_t y) argument
224 __bit_width(const uint128_t x) in __bit_width() argument
233 __countr_zero(const uint128_t x) in __countr_zero() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++17/
H A Duint128_t.h26 struct uint128_t struct
34 uint128_t() = default; argument
57 friend constexpr uint128_t argument
152 friend constexpr uint128_t argument
155 uint128_t z = umul64_64_128(x.lo, y.lo); argument
177 uint128_t q = uint128_t{x.hi}*cst + uint128_t{x.hi/5 + x.lo/5}; argument
185 friend constexpr uint128_t argument
216 operator==(const uint128_t x, const uint128_t y) argument
224 __bit_width(const uint128_t x) in __bit_width() argument
233 __countr_zero(const uint128_t x) in __countr_zero() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/src/c++17/
H A Duint128_t.h26 struct uint128_t struct
34 uint128_t() = default; argument
57 friend constexpr uint128_t argument
152 friend constexpr uint128_t argument
155 uint128_t z = umul64_64_128(x.lo, y.lo); argument
177 uint128_t q = uint128_t{x.hi}*cst + uint128_t{x.hi/5 + x.lo/5}; argument
185 friend constexpr uint128_t argument
216 operator==(const uint128_t x, const uint128_t y) argument
224 __bit_width(const uint128_t x) in __bit_width() argument
233 __countr_zero(const uint128_t x) in __countr_zero() argument
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dint128.h17 #define uint128_t our_uint128_t macro
21 typedef unsigned __int128 uint128_t; typedef
24 typedef unsigned int128 uint128_t; typedef
27 typedef __uint128_t uint128_t; typedef
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/contrib/sort/
H A Dvqsort.h27 struct alignas(16) uint128_t { struct
28 uint64_t lo; // little-endian layout
29 uint64_t hi;
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/curve25519-donna/
H A Dcurve25519-donna-portable.h36 typedef unsigned __int128 uint128_t; typedef
39 typedef struct uint128_t { struct
41 } uint128_t; argument
54 typedef unsigned __int128 uint128_t; typedef
57 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
60 typedef struct uint128_t { struct
62 } uint128_t; argument
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/ed25519-donna/
H A Ded25519-donna-portable.h36 typedef unsigned __int128 uint128_t; typedef
39 typedef struct uint128_t { struct
41 } uint128_t; argument
54 typedef unsigned __int128 uint128_t; typedef
57 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
60 typedef struct uint128_t { struct
62 } uint128_t; typedef
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/ext/ed25519/donna/
H A Ded25519-donna-portable.h34 typedef unsigned __int128 uint128_t; typedef
37 typedef struct uint128_t { struct
39 } uint128_t; argument
52 typedef unsigned __int128 uint128_t; typedef
55 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
58 typedef struct uint128_t { struct
60 } uint128_t; argument
/dports/security/tor/tor-0.4.6.8/src/ext/ed25519/donna/
H A Ded25519-donna-portable.h34 typedef unsigned __int128 uint128_t; typedef
37 typedef struct uint128_t { struct
39 } uint128_t; argument
52 typedef unsigned __int128 uint128_t; typedef
55 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
58 typedef struct uint128_t { struct
60 } uint128_t; argument
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; typedef
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; typedef
/dports/security/mkp224o/mkp224o-1.5.0/ed25519/ed25519-donna/
H A Ded25519-donna-portable.h33 typedef unsigned __int128 uint128_t; typedef
36 typedef struct uint128_t { struct
38 } uint128_t; argument
51 typedef unsigned __int128 uint128_t; typedef
54 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
57 typedef struct uint128_t { struct
59 } uint128_t; typedef
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; typedef
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/security/john/john-1.9.0-jumbo-1/src/ed25519-donna/
H A Ded25519-donna-portable.h33 typedef unsigned __int128 uint128_t; typedef
36 typedef struct uint128_t { struct
38 } uint128_t; typedef
51 typedef unsigned __int128 uint128_t; typedef
54 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
57 typedef struct uint128_t { struct
59 } uint128_t; argument
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; typedef
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; typedef
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; typedef
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; typedef
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; typedef
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; argument
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/ed25519/
H A Ded25519-donna-portable.h35 typedef unsigned __int128 uint128_t; typedef
38 typedef struct uint128_t { struct
40 } uint128_t; typedef
53 typedef unsigned __int128 uint128_t; typedef
56 typedef unsigned uint128_t __attribute__((mode(TI))); typedef
59 typedef struct uint128_t { struct
61 } uint128_t; argument

12345678910>>...20