Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 22 of 22) sorted by relevance

/CTR-SDK-0.13.2/include/nn/uds/CTR/
Duds_Type.h160 u64 friendCode; //!< ローカルフレンドコード。 ユーザー毎に固有の値が振り分けられますのでユーザーの識別に利用可能です
216 inline u64 UDS_BE2LE64( u64 value ) in UDS_BE2LE64()
218 u64 returnValue; in UDS_BE2LE64()
238 inline u64 UDS_LE2BE64( u64 value ) in UDS_LE2BE64()
240 u64 returnValue; in UDS_LE2BE64()
/CTR-SDK-0.13.2/include/nn/ubl/
Dubl_Api.h66 bool IsExist( u64 authorId , u32 titleId , u8 *dataId);
94 u64 GetUserId( void );
122 nn::Result Entry( u64 id, nn::fnd::DateTime *dt );
/CTR-SDK-0.13.2/include/nn/friends/CTR/
Dfriends_Api.h83 u64 PrincipalIdToFriendCode( PrincipalId principalId );
84 PrincipalId FriendCodeToPrincipalId( u64 friendCode );
85 void FriendCodeToFriendKey( FriendKey* pFriendKey, u64 friendCode );
86 bool IsValidFriendCode( u64 friendCode );
585 u64 FriendKeyToFriendCode( const FriendKey& friendKey );
586 inline u64 FriendKeyToFriendCode( const FriendKey& friendKey ) in FriendKeyToFriendCode()
600 u64 PrincipalIdToFriendCode( PrincipalId principalId );
601 inline u64 PrincipalIdToFriendCode( PrincipalId principalId ) in PrincipalIdToFriendCode()
617 void FriendCodeToFriendKey( FriendKey* pFriendKey, u64 friendCode );
618 inline void FriendCodeToFriendKey( FriendKey* pFriendKey, u64 friendCode ) in FriendCodeToFriendKey()
[all …]
Dfriends_Types.h77 typedef u64 nnfriendsLocalFriendCode;
218 …static const u64 INVALID_FRIEND_CODE = NN_FRIENDS_INVALID_FRIEND_CODE; …
/CTR-SDK-0.13.2/sources/libraries/rdt/CTR/
Dtypes.h47 typedef unsigned long long int u64; typedef
63 typedef volatile u64 vu64;
88 typedef u64 REGType64;
/CTR-SDK-0.13.2/include/nn/
Dtypes.h43 typedef unsigned long long int u64; typedef
59 typedef volatile u64 vu64;
84 typedef u64 REGType64;
/CTR-SDK-0.13.2/include/nn/config/compiler/
Dtypes_gcc.h43 typedef unsigned long long int u64; typedef
59 typedef volatile u64 vu64;
84 typedef u64 REGType64;
/CTR-SDK-0.13.2/include/nn/font/detail/
Dfont_BinaryFileFormat.h66 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
/CTR-SDK-0.13.2/include/nn/cec/CTR/private/
Dcec_DataTypes.h44 u64 senderId; //!< 送信者のID
45 u64 senderId2; //!< 送信者のID(予備)
/CTR-SDK-0.13.2/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp196 u64 Interlocked::CompareAndSwap(u64* pTarget, const u64& comp, u64 swap) in CompareAndSwap()
200 u64 x = __ldrexd(pTarget); in CompareAndSwap()
/CTR-SDK-0.13.2/include/nn/net/compatible/nnet/
Dnnet_rand.h27 extern u64 NNET_GetRand(void);
/CTR-SDK-0.13.2/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h82 static u64 CompareAndSwap(u64* pTarget, const u64& comp, u64 swap);
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Misccellaneous.h45 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyAndDivide()
/CTR-SDK-0.13.2/include/nn/cec/CTR/
Dcec_MessageId.h45 void GenerateNewId(u64 uniqueId);
Dcec_Message.h293 nn::Result SetSenderID(u64 senderId);
294 u64 GetSenderID() const;
/CTR-SDK-0.13.2/include/nn/socket/
Dsocket_Stat.autogen.h32 u64 inOctets; //!< 受信したパケット数
39 u64 outOctets; //!< 送信した総バイト数
/CTR-SDK-0.13.2/include/nn/net/compatible/nsoc/
Dnsoc_stat.h32 u64 inOctets; /**< 受信したパケット数 */
39 u64 outOctets; /**< 送信した総バイト数 */
/CTR-SDK-0.13.2/include/nn/net/osl/
Dosl_IpcDispatcher.h169 return allocator.Allocate(size, sizeof(u64)); in new()
206 u64 m_implStorage[sizeof(ImplT)/sizeof(u64) + 1];
/CTR-SDK-0.13.2/include/nn/util/
Dutil_TypeTraits.h204 typedef u64 type;
/CTR-SDK-0.13.2/include/nn/dlp/CTR/
Ddlp_Type.h247 u64 friendCode; //!< サーバのフレンドコードが格納されます
/CTR-SDK-0.13.2/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h85 u64 size64; in GetDstBufferSize()
134 size64 = static_cast<u64>(size) * maxWidth * maxHeight; in GetDstBufferSize()
/CTR-SDK-0.13.2/include/nn/net/compatible/nos/
Dnos_horizon.h497 typedef u64 NOSTick;