Home
last modified time | relevance | path

Searched refs:int128_t (Results 1 – 12 of 12) sorted by relevance

/external/AFLplusplus/include/
Dtypes.h73 typedef __int128 int128_t; typedef
74 typedef int128_t s128;
/external/AFLplusplus/
Dtypes.h73 typedef __int128 int128_t; typedef
74 typedef int128_t s128;
/external/arm-trusted-firmware/include/lib/libc/aarch64/
Dstdint_.h28 typedef __int128 int128_t; typedef
/external/rust/crates/ring/crypto/
Dinternal.h139 typedef __int128_t int128_t; typedef
/external/armnn/third-party/fmt/
Dcore.h305 using int128_t = __int128_t; variable
311 struct int128_t {}; struct
952 FMT_TYPE_CONSTANT(int128_t, int128_type);
997 int128_t int128_value;
1014 FMT_INLINE value(int128_t val) : int128_value(val) {}
1078 FMT_CONSTEXPR int128_t map(int128_t val) { return val; }
Dformat.h297 template <> constexpr int num_bits<int128_t>() { return 128; }
867 template <> constexpr int digits10<int128_t>() FMT_NOEXCEPT { return 38; }
1738 template <> struct is_integral<int128_t> : std::true_type {};
/external/fmtlib/include/fmt/
Dcore.h313 using int128_t = __int128_t; variable
319 struct int128_t {}; struct
1013 FMT_TYPE_CONSTANT(int128_t, int128_type);
1058 int128_t int128_value;
1075 FMT_INLINE value(int128_t val) : int128_value(val) {}
1139 FMT_CONSTEXPR int128_t map(int128_t val) { return val; }
Dformat.h329 template <> constexpr int num_bits<int128_t>() { return 128; }
787 std::is_same<T, int128_t>::value>;
998 template <> constexpr int digits10<int128_t>() FMT_NOEXCEPT { return 38; }
2002 template <> struct is_integral<int128_t> : std::true_type {};
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dinternal.h169 typedef __int128_t int128_t; in OPENSSL_MSVC_PRAGMA() typedef
/external/fmtlib/test/
Dformat-impl-test.cc324 FMT_NORETURN T operator()(fmt::detail::int128_t) { in operator ()()
/external/cronet/third_party/boringssl/src/crypto/
Dinternal.h185 typedef __int128_t int128_t; in OPENSSL_MSVC_PRAGMA() typedef
/external/boringssl/src/crypto/
Dinternal.h185 typedef __int128_t int128_t; in OPENSSL_MSVC_PRAGMA() typedef