Home
last modified time | relevance | path

Searched refs:GetBinarySize (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_Path.h51 size_t GetBinarySize() const { return m_BinarySize; } in GetBinarySize() function
72 …if (GetBinarySize() == 1) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(1 byte) %d\n", *(static_cas… in PRINT()
73 …else if (GetBinarySize() == 2) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(2 byte) %d\n", *(stati… in PRINT()
74 …else if (GetBinarySize() == 4) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(4 byte) %d\n", *(stati… in PRINT()
75 …else if (GetBinarySize() == 8) { nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(8 byte) %lld\n", *(sta… in PRINT()
78 nn::dbg::detail::TPrintf("PATH_TYPE_BINARY(%d byte) ", GetBinarySize()); in PRINT()
79 for (int i = 0; i < GetBinarySize(); i++) in PRINT()
176 if (m_Path->GetPathType() == PATH_TYPE_BINARY && m_Path->GetBinarySize() == sizeof(T))
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_DeliverArg.cpp364 s32 DeliverArg::GetBinarySize(void) in GetBinarySize() function in nn::os::DeliverArg