Searched refs:hex (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/boss/ |
| D | boss_TaskQuery.h | 128 … AddQuery(const char* pName, s32 value, bool hex = false) { return AddQuery(pName, &value, sizeof(… 143 … AddQuery(const char* pName, u32 value, bool hex = false) { return AddQuery(pName, &value, sizeof(… 158 … AddQuery(const char* pName, s64 value, bool hex = false) { return AddQuery(pName, &value, sizeof(… 173 … AddQuery(const char* pName, u64 value, bool hex = false) { return AddQuery(pName, &value, sizeof(…
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 364 Char hex[9]; in AppendHeadAsHex() local 369 hex[i] = static_cast<Char>(n < 10 ? '0' + n : 'a' + (n - 10)); in AppendHeadAsHex() 371 hex[8] = 0; in AppendHeadAsHex() 372 return AppendHead(hex); in AppendHeadAsHex()
|