Home
last modified time | relevance | path

Searched refs:__int128_t (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/libc/src/
Dfixed_width_ints.rs58 pub type __int128_t = i128;
91 static_assert_eq!(core::mem::size_of::<__int128_t>(), _SIZE_128);
92 static_assert_eq!(core::mem::align_of::<__int128_t>(), _ALIGN_128);
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dadd-overflow.cpp26 (void)((__int128_t(1) << 126) + (__int128_t(1) << 126)); in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c74 static int (__int128_t); variable
/third_party/openssl/include/internal/
Dnumbers.h66 typedef __int128_t int128_t;
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c40 __int128_t sse[MAX_SSE_REGS];
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst87 * Add support for TImode type (__int128_t)
/third_party/libffi/src/x86/
Dffi64.c51 #define UINT128 __int128_t