Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/ubl/
Dubl_Api.h63 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 );
/CTR-SDK-0.14.4/include/nn/uds/CTR/
Duds_Type.h255 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()
/CTR-SDK-0.14.4/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.14.4/include/nn/
Dtypes.h43 typedef unsigned long long int u64; typedef
59 typedef volatile u64 vu64;
84 typedef u64 REGType64;
/CTR-SDK-0.14.4/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.14.4/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.14.4/include/nn/cec/CTR/private/
Dcec_DataTypes.h44 u64 senderId; //!< 送信者のID
45 u64 senderId2; //!< 送信者のID(予備)
/CTR-SDK-0.14.4/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.14.4/include/nn/net/compatible/nnet/
Dnnet_rand.h27 extern u64 NNET_GetRand(void);
/CTR-SDK-0.14.4/include/nn/cec/CTR/
Dcec_Types.h122 u64 senderId; //!< 送信者のID
123 u64 senderId2; //!< 送信者のID(予備)
Dcec_MessageId.h49 void GenerateNewId(u64 uniqueId);
Dcec_Message.h312 nn::Result SetSenderID(u64 senderId);
313 u64 GetSenderID() const;
/CTR-SDK-0.14.4/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h82 static u64 CompareAndSwap(u64* pTarget, const u64& comp, u64 swap);
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Misccellaneous.h45 + (((u64)(x_lo) * r_lo) >> 32); in nnmathMultiplyAndDivide()
/CTR-SDK-0.14.4/include/nn/socket/
Dsocket_Stat.autogen.h32 u64 inOctets; //!< 受信したパケット数
39 u64 outOctets; //!< 送信した総バイト数
/CTR-SDK-0.14.4/include/nn/net/compatible/nsoc/
Dnsoc_stat.h33 u64 inOctets; /**< 受信したパケット数 */
40 u64 outOctets; /**< 送信した総バイト数 */
/CTR-SDK-0.14.4/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.14.4/include/nn/util/
Dutil_TypeTraits.h204 typedef u64 type;
/CTR-SDK-0.14.4/include/nn/friends/CTR/
Dfriends_Types.h116 typedef u64 nnfriendsLocalFriendCode;
/CTR-SDK-0.14.4/include/nn/jpeg/CTR/
Djpeg_MpDecoder.h141 u64 size64; in GetDstBufferSize()
190 size64 = static_cast<u64>(size) * maxWidth * maxHeight; in GetDstBufferSize()
/CTR-SDK-0.14.4/include/nn/net/compatible/nos/
Dnos_horizon.h497 typedef u64 NOSTick;