Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-platform.h407 # define UINT64_TYPE uint64_t macro
410 # define UINT64_TYPE unsigned __int64 macro
413 # define UINT64_TYPE unsigned long long macro
463 store_64_be (UINT64_TYPE val, unsigned char *p)
475 store_64_le (UINT64_TYPE val, unsigned char *p)
506 static UINT64_TYPE
509 return ((UINT64_TYPE)load_32_be(p) << 32) | load_32_be(p+4);
511 static UINT64_TYPE
514 return ((UINT64_TYPE)load_32_le(p+4) << 32) | load_32_le(p);
H A Dk5-platform-load_64.h46 static UINT64_TYPE
49 return ((UINT64_TYPE)load_32_be(p) << 32) | load_32_be(p+4); in load_64_be()
H A Dk5-platform-store_64.h45 store_64_be (UINT64_TYPE val, unsigned char *p) in store_64_be()
H A DgssapiP_generic.h56 typedef UINT64_TYPE gssint_uint64;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrbasn1.h39 typedef UINT64_TYPE asn1_uintmax;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h60 union { double d; void *p; UINT64_TYPE ll; k5_mutex_t m; } pad;
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c71 static inline UINT64_TYPE
80 return ((UINT64_TYPE)load_32_le(p+4) << 32) | load_32_le(p); in load_64_le()
114 store_64_le (UINT64_TYPE val, void *vp) in store_64_le()