Searched refs:UINT64_TYPE (Results 1 – 7 of 7) sorted by relevance
407 # define UINT64_TYPE uint64_t macro410 # define UINT64_TYPE unsigned __int64 macro413 # define UINT64_TYPE unsigned long long macro463 store_64_be (UINT64_TYPE val, unsigned char *p)475 store_64_le (UINT64_TYPE val, unsigned char *p)506 static UINT64_TYPE509 return ((UINT64_TYPE)load_32_be(p) << 32) | load_32_be(p+4);511 static UINT64_TYPE514 return ((UINT64_TYPE)load_32_le(p+4) << 32) | load_32_le(p);
46 static UINT64_TYPE49 return ((UINT64_TYPE)load_32_be(p) << 32) | load_32_be(p+4); in load_64_be()
45 store_64_be (UINT64_TYPE val, unsigned char *p) in store_64_be()
56 typedef UINT64_TYPE gssint_uint64;
39 typedef UINT64_TYPE asn1_uintmax;
60 union { double d; void *p; UINT64_TYPE ll; k5_mutex_t m; } pad;
71 static inline UINT64_TYPE80 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()