Searched refs:u64 (Results 1 – 21 of 21) sorted by relevance
63 bool IsExist( u64 authorId , u32 titleId , u64 dataId);91 u64 GetUserId( void );110 u64 GetHashValue( const void *inputBuffer , size_t inputSize);120 nn::Result Entry( u64 id, nn::fnd::DateTime *dt );
255 inline u64 UDS_BE2LE64( u64 value ) in UDS_BE2LE64()257 u64 returnValue; in UDS_BE2LE64()277 inline u64 UDS_LE2BE64( u64 value ) in UDS_LE2BE64()279 u64 returnValue; in UDS_LE2BE64()
47 typedef unsigned long long int u64; typedef63 typedef volatile u64 vu64;88 typedef u64 REGType64;
43 typedef unsigned long long int u64; typedef59 typedef volatile u64 vu64;84 typedef u64 REGType64;
66 u64 UInt64;86 static u64 BSwap( u64 val )88 const u64 MASK = 0xFF00FF00FF00FF00ULL;89 const u64 MASK2 = 0xFFFF0000FFFF0000ULL;169 typedef ResNum<u64> ResU64; //!< @details :private
44 u64 senderId; //!< 送信者のID45 u64 senderId2; //!< 送信者のID(予備)
196 u64 Interlocked::CompareAndSwap(u64* pTarget, const u64& comp, u64 swap) in CompareAndSwap()200 u64 x = __ldrexd(pTarget); in CompareAndSwap()
27 extern u64 NNET_GetRand(void);
122 u64 senderId; //!< 送信者のID123 u64 senderId2; //!< 送信者のID(予備)
49 void GenerateNewId(u64 uniqueId);
312 nn::Result SetSenderID(u64 senderId);313 u64 GetSenderID() const;
82 static u64 CompareAndSwap(u64* pTarget, const u64& comp, u64 swap);
45 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyAndDivide()
32 u64 inOctets; //!< 受信したパケット数39 u64 outOctets; //!< 送信した総バイト数
33 u64 inOctets; /**< 受信したパケット数 */40 u64 outOctets; /**< 送信した総バイト数 */
169 return allocator.Allocate(size, sizeof(u64)); in new()206 u64 m_implStorage[sizeof(ImplT)/sizeof(u64) + 1];
204 typedef u64 type;
116 typedef u64 nnfriendsLocalFriendCode;
141 u64 size64; in GetDstBufferSize()190 size64 = static_cast<u64>(size) * maxWidth * maxHeight; in GetDstBufferSize()
497 typedef u64 NOSTick;