Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/nn/
DResult.h49 typedef struct nnResult struct
53 nnResult; argument
294 Result(nnResult result) : m_Code(result.value) {} in Result()
381 operator nnResult() const in nnResult() function
383 nnResult r = {m_Code}; in nnResult()
444 operator nnResult() const { return Result(0); } in nnResult() function
460 operator nnResult() const { return Result(Value); } in nnResult() function
/CafeSDK-2.12.13-1/system/include/nn/ac/
Dac_Types.h25 typedef nnResult ACResult;