Searched refs:uint128_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/usr.sbin/bluetooth/sdpd/
H A Duuid-private.h35 extern uint128_t uuid_base;
36 extern uint128_t uuid_public_browse_group;
H A Duuid.c37 uint128_t uuid_base = {
47 uint128_t uuid_public_browse_group = {
H A Dssar.c50 server_search_uuid_sub(uint8_t *buf, uint8_t const * const eob, const uint128_t *uuid)
153 server_search_uuid(provider_p const provider, const uint128_t *uuid)
188 uint128_t uuid, puuid;
H A Dssr.c61 uint128_t uuid, puuid;
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c44 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
47 # error "Need GCC 3.1 or later to define type uint128_t"
132 typedef uint128_t largefelem[NLIMBS];
388 static const uint128_t two127m70 =
389 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 70);
390 static const uint128_t two127m69 =
391 (((uint128_t) 1) << 127) - (((uint128_t) 1) << 69);
428 out[0] = ((uint128_t) i
[all...]
H A Decp_nistp256.c44 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
48 # error "Need GCC 3.1 or later to define type uint128_t"
114 typedef uint128_t limb;
501 a = ((uint128_t) small[0]) * small[0];
507 a = ((uint128_t) small[0]) * small[1];
514 a = ((uint128_t) small[0]) * small[2];
521 a = ((uint128_t) small[0]) * small[3];
527 a = ((uint128_t) small[1]) * small[2];
534 a = ((uint128_t) small[1]) * small[1];
540 a = ((uint128_t) smal
[all...]
H A Decp_nistp224.c43 typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit typedef
46 # error "Need GCC 3.1 or later to define type uint128_t"
74 typedef uint128_t widelimb;
/freebsd-10-stable/lib/libsdp/
H A Dsearch.c359 alen = sizeof(uint128_t);
H A Dsdp.h291 typedef struct int128 uint128_t; typedef in typeref:struct:int128
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DRegisterValue.cpp627 const uint128_t mask = ~(sign_bit) + 1u;

Completed in 181 milliseconds