Searched refs:Context (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Crc.h | 75 typedef u8 Context; typedef 84 Context m_Context; 140 typedef u16 Context; typedef 149 Context m_Context; 206 typedef u16 Context; typedef 215 Context m_Context; 273 typedef u32 Context; typedef 282 Context m_Context; 340 typedef u32 Context; typedef 349 Context m_Context;
|
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_ContinuationIterator.cpp | 21 void Context::Initialize(void *pc, uptr sp) in Initialize() 27 asm bit32 Context::SwitchImpl(bit32 /* r0 */, Registers* /* from */, Registers* /* to */) in SwitchImpl() 35 asm bit32 Context::SwitchImpl(bit32 /* r0 */, bit32 /* r1 */, Registers* /* from */, Registers* /* … in SwitchImpl() 43 asm void Context::SwitchImpl(bit32 /* r0 */, Registers* /* to */) in SwitchImpl() 50 asm bit32 Context::CallOnOtherStackImpl(bit32 /* r0: arg0 */, void* /* r1: f */, Registers* /* r2: … in CallOnOtherStackImpl() 69 this->m_MainContext = AllocateFromStack(Context, sp); in Initialize() 70 this->m_IteratorContext = AllocateFromStack(Context, sp); in Initialize()
|
| /CTR-SDK-4.2.5/include/nn/os/ |
| D | os_ContinuationIterator.h | 28 class Context 46 …bit32 SwitchFrom(bit32 r0, Context& currentContext) { return SwitchImpl(r0, ¤tContext.m_Regi… in SwitchFrom() 47 …bit32 SwitchFrom(bit32 r0, bit32 r1, Context& currentContext) { return SwitchImpl(r0, r1, ¤t… in SwitchFrom() 49 …static bit32 CallOnOtherStack(nn::os::Context& context, uptr sp, void* f) { return CallOnOtherStac… in CallOnOtherStack() 50 …static bit32 CallOnOtherStack(nn::os::Context& context, uptr sp, void* f, bit32 arg0) { return Cal… in CallOnOtherStack() 52 …static bit32 CallOnOtherStack(uptr sp, void* f, bit32 arg0) { Context c; return CallOnOtherStack(c… in CallOnOtherStack() 60 Context* m_MainContext; 61 Context* m_IteratorContext;
|
| /CTR-SDK-4.2.5/include/nn/camera/CTR/ |
| D | camera_Api.h | 59 nn::Result SwitchContext( CameraSelect select, Context next ); 67 nn::Result FlipImage( CameraSelect select, Flip flip, Context context ); 68 …t select, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 cropX1, s16 cropY1, Context context ); 69 nn::Result SetSize( CameraSelect select, Size size, Context context ); 72 nn::Result SetEffect( CameraSelect select, Effect effect, Context context ); 75 nn::Result SetOutputFormat( CameraSelect select, OutputFormat format, Context context ); 433 inline nn::Result SwitchContext( CameraSelect select, Context next ) in SwitchContext() 546 inline nn::Result FlipImage( CameraSelect select, Flip flip, Context context = CONTEXT_BOTH ) 581 …ght, s16 cropX0 = 0, s16 cropY0 = 0, s16 cropX1 = 639, s16 cropY1 = 479, Context context = CONTEXT… 596 inline nn::Result SetSize( CameraSelect select, Size size, Context context = CONTEXT_BOTH ) [all …]
|
| D | camera_Types.h | 66 enum Context enum 273 util::SizedEnum1<Context> context; // 287 util::SizedEnum1<Context> context; //
|
| D | camera_Camera.h | 133 …ic nn::Result SwitchContext( nn::camera::CTR::CameraSelect camera, nn::camera::CTR::Context next ); 142 …::camera::CTR::CameraSelect camera, nn::camera::CTR::Flip flip, nn::camera::CTR::Context context ); 143 …th, s16 height, s16 cropX0, s16 cropY0, s16 cropX1, s16 cropY1, nn::camera::CTR::Context context ); 144 …::camera::CTR::CameraSelect camera, nn::camera::CTR::Size size, nn::camera::CTR::Context context ); 147 …mera::CTR::CameraSelect camera, nn::camera::CTR::Effect effect, nn::camera::CTR::Context context ); 150 …CTR::CameraSelect camera, nn::camera::CTR::OutputFormat format, nn::camera::CTR::Context context );
|