Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/boss/
Dboss_TaskQuery.h128 … 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/
Dfnd_FixedLengthString.h364 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()