Home
last modified time | relevance | path

Searched refs:bit32 (Results 1 – 9 of 9) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/rdt/
Drdt_Misc.h37 …const bit32 LOG_LEVEL_NONE = 0x00000000; //!< Constant that indicates that a log is not output in…
38 const bit32 LOG_LEVEL_ALL = 0xffffffff; //!< Constant that indicates that all logs are output.
58 nn::Result SetLogLevel(bit32 level);
68 bit32 GetLogLevel(void);
/CafeSDK-2.12.13-1/system/include/nn/ngc/CAFE/
Dngc_ProfanityFilter.h152 …virtual nn::Result CheckProfanityWords( bit32* pCheckResults, bit32 nPatterns, const wchar_t** ppW…
208 …virtual nn::Result MaskProfanityWordsInText( int* pProfanityWordCount, bit32 nPatterns, wchar_t* p…
226 …nn::Result CheckArguments_Word( const bit32* pCheckResults, const wchar_t** ppWords, size_t nWordC…
227 …nn::Result CheckProfanityWords_Impl( bit32* pCheckResults, const wchar_t** ppWords, size_t nWordCo…
228 …void CheckWords( bit32* pCheckResults, const wchar_t *pPattern, size_t nLength, wchar_t* const* pp…
Dngc_ProfanityFilterBase.h88 …virtual nn::Result CheckProfanityWords( bit32* pCheckResults, bit32 nPatterns, const wchar_t** ppW…
121 …virtual nn::Result MaskProfanityWordsInText( int* pProfanityWordCount, bit32 nPatterns, wchar_t* p…
124 bit32 GetPatternBitsFromRegion( bool bCommunicateWithOtherRegions );
/CafeSDK-2.12.13-1/system/include/nn/
DResult.legacy.inclass.h250 static const bit32 Value =
251 static_cast<bit32>(
252 …((static_cast<bit32>(Level) << SHIFTS_LEVEL) & MASK_…
253 …((static_cast<bit32>(LEGACY_SIGNATURE) << SHIFTS_LEGACY_SIGNATURE) & MASK_…
254 …((static_cast<bit32>(TModule) << SHIFTS_LEGACY_MODULE) & MASK_…
255 …((static_cast<bit32>(TLegacyLevel) << SHIFTS_LEGACY_LEVEL) & MASK_…
256 …((static_cast<bit32>(TSummary) << SHIFTS_LEGACY_SUMMARY) & MASK_…
257 …((static_cast<bit32>(TDescription) << SHIFTS_LEGACY_DESCRIPTION) & MASK_…
261 …static bit32 MakeLegacyResultValue(LegacyLevel legacyLevel, Summary summary, Module module, int de… in MakeLegacyResultValue()
263 return static_cast<bit32>( in MakeLegacyResultValue()
[all …]
Dtypes.h113 typedef unsigned int bit32; typedef
DResult.h51 bit32 value;
203 static const bit32 MASK_FAIL_BIT = 0x80000000u; // Most Significant Bit
DResult.legacy.h20 …static const bit32 Value = TemplateMakeLegacyResult<TLevel, TSummary, TModule, TDescription>::Valu…
/CafeSDK-2.12.13-1/system/include/nn/uds/CAFE/
Duds_Api.h124 bit32 CreateLocalCommunicationId( bit32 uniqueId, bool isDemo = false);
151 bit32 localId,
189 bit32 localId,
221 bit32 localId,
261 bit32 localId,
289 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId );
315 nn::Result Scan( void* pBuffer, size_t bufferSize, u8 subId, bit32 localId, u8 channel, u16 scanTim…
/CafeSDK-2.12.13-1/system/include/nn/util/
Dutil_SizedEnum.h174 class SizedEnum4 : public SizedEnum<bit32, EnumT>
182 SizedEnum4() : SizedEnum<bit32, EnumT>() {} in SizedEnum4()
191 SizedEnum4(EnumT e) : SizedEnum<bit32, EnumT>(e) {} in SizedEnum4()