Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dnumbers.h66 typedef __int128_t int128_t; typedef
68 # define INT128_MIN __MININT__(int128_t)
69 # define INT128_MAX __MAXINT__(int128_t)
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dcurve448utils.h48 typedef int128_t c448_dsword_t;
H A Dword.h33 typedef int128_t dsword_t;
/freebsd/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c129 int128_t uuid; in print_service_class_id_list()
173 int128_t int128; in print_protocol_descriptor()
493 int128_t uuid; in print_bluetooth_profile_descriptor_list()
/freebsd/crypto/openssl/test/
H A Dsanitytest.c90 || !TEST_size_t_eq(sizeof(int128_t), 16) in test_sanity_range()
/freebsd/usr.sbin/bluetooth/sdpd/
H A Dssar.c54 int128_t duuid; in server_search_uuid_sub()
/freebsd/lib/libsdp/
H A Dutil.c290 int128_t int128; in sdp_print()
H A Dsdp.h291 typedef struct int128 int128_t; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve_sme_incl.td48 // q: int128_t
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp256.c737 int128_t c; in felem_reduce_()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2281 BothFlags<[], [ClangOption], " support for int128_t type">>;