Home
last modified time | relevance | path

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

/third_party/openssl/include/internal/
Dnumbers.h66 typedef __int128_t int128_t; typedef
68 # define INT128_MIN __MININT__(int128_t)
69 # define INT128_MAX __MAXINT__(int128_t)
/third_party/ltp/tools/sparse/sparse-src/validation/
Dint128.c1 typedef __int128 int128_t; typedef
/third_party/openssl/crypto/ec/curve448/
Dcurve448utils.h48 typedef int128_t c448_dsword_t;
Dword.h33 typedef int128_t dsword_t;
/third_party/openssl/test/
Dsanitytest.c90 || !TEST_size_t_eq(sizeof(int128_t), 16) in test_sanity_range()
/third_party/openssl/crypto/ec/
Decp_nistp256.c737 int128_t c; in felem_reduce_()