| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Utility.h | 202 inline T RoundUp(T x, u32 base) in RoundUp() argument 204 return static_cast<T>( (x + (base - 1)) & ~(base - 1) ); in RoundUp() 216 inline void* RoundUp(void* x, u32 base) in RoundUp() argument 218 return reinterpret_cast<void*>( RoundUp(reinterpret_cast<uptr>(x), base) ); in RoundUp() 230 inline const void* RoundUp(const void* x, u32 base) in RoundUp() argument 232 return reinterpret_cast<const void*>( RoundUp(reinterpret_cast<uptr>(x), base) ); in RoundUp() 245 inline T RoundDown(T x, u32 base) in RoundDown() argument 247 return static_cast<T>( x & ~(base - 1) ); in RoundDown() 259 inline void* RoundDown(void* x, u32 base) in RoundDown() argument 261 return reinterpret_cast<void*>( RoundDown(reinterpret_cast<uptr>(x), base) ); in RoundDown() [all …]
|
| /CTR-SDK-4.2.5/sources/libraries/tpl/CTR/ |
| D | tpl_crc32.cpp | 121 const char *base = (const char *)_base; in search_crc32_index() local 126 unsigned int k = *(const unsigned int *)(base + (width * c)); in search_crc32_index() 134 unsigned int kk = *(const unsigned int *)(base + (width * (c - 1))); in search_crc32_index() 195 const char *base = (const char *)_base; in search_crc32_data() local 207 const unsigned int *k = (const unsigned int *)(base + (width * t)); in search_crc32_data()
|
| D | tpl_crc32.h | 52 const void *base, unsigned int num, unsigned int width, unsigned int crc); 75 const void *base, unsigned int num, unsigned int width, unsigned int crc,
|
| /CTR-SDK-4.2.5/include/nn/fs/ |
| D | fs_MemoryStream.h | 42 Result TrySeek(s64 position, PositionBase base); 43 void Seek(s64 position, PositionBase base) { NN_ERR_THROW_FATAL_ALL(TrySeek(position, base)); } in Seek() argument 75 … virtual Result TrySeek(s64 position, PositionBase base) { return Base::TrySeek(position, base); } in TrySeek() argument 76 virtual void Seek(s64 position, PositionBase base) { Base::Seek(position, base); } in Seek() argument
|
| D | fs_MemoryInputStream.h | 30 … virtual Result TrySeek(s64 position, PositionBase base) { return Base::TrySeek(position, base); } in TrySeek() argument 31 virtual void Seek(s64 position, PositionBase base) { Base::Seek(position, base); } in Seek() argument
|
| D | fs_MemoryOutputStream.h | 30 … virtual Result TrySeek(s64 position, PositionBase base) { return Base::TrySeek(position, base); } in TrySeek() argument 31 virtual void Seek(s64 position, PositionBase base) { Base::Seek(position, base); } in Seek() argument
|
| D | fs_FileInputStream.h | 192 virtual void Seek(s64 position, PositionBase base) { detail::FileBase::Seek(position, base); } in Seek() argument 204 …irtual Result TrySeek(s64 position, PositionBase base) { return detail::FileBase::TrySeek(position… in TrySeek() argument
|
| D | fs_IPositionable.h | 31 virtual Result TrySeek(s64 position, PositionBase base) = 0; 32 virtual void Seek(s64 position, PositionBase base) = 0;
|
| D | fs_FileOutputStream.h | 255 virtual void Seek(s64 position, PositionBase base) { detail::FileBase::Seek(position, base); } in Seek() argument 267 …irtual Result TrySeek(s64 position, PositionBase base) { return detail::FileBase::TrySeek(position… in TrySeek() argument
|
| D | fs_File.h | 39 void SetPosition( s64 position, PositionBase base) { Base::Seek(position, base); } in SetPosition() argument
|
| D | fs_FileStream.h | 273 virtual void Seek(s64 position, PositionBase base) { detail::FileBase::Seek(position, base); } in Seek() argument 285 …irtual Result TrySeek(s64 position, PositionBase base) { return detail::FileBase::TrySeek(position… in TrySeek() argument
|
| D | fs_FileBase.h | 46 nn::Result TrySeek(s64 position, PositionBase base); 54 void Seek(s64 position, PositionBase base); 146 inline void FileBase::Seek(s64 position, PositionBase base) in Seek() argument 148 NN_ERR_THROW_FATAL_ALL(TrySeek(position, base)); in Seek()
|
| D | fs_FileSystemBase.h | 290 void RegisterGlobalFileSystemBase(FileSystemBase& base);
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_TimerLog.cpp | 126 s64 base = s_BaseTick; in RenewAverage() local 129 s_pAverageBuffer[i].m_Tick += s_pHead[i].m_Tick - base; in RenewAverage() 130 base = s_pHead[i].m_Tick; in RenewAverage() 183 s64 base = s_BaseTick; in ShowTimerLog() local 186 s_pHead[i].ShowLogRelTime(base); in ShowTimerLog() 187 base = s_pHead[i].m_Tick; in ShowTimerLog()
|
| /CTR-SDK-4.2.5/build/runner/ |
| D | run.sh | 59 base=`basename ${mcr} .mcr` 69 process_list_candidate=${dir}/${base}_process.list
|
| /CTR-SDK-4.2.5/include/nn/boss/ |
| D | boss_NsData.h | 140 nn::Result SetReadDataPosition(s64 position, PositionBase base);
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.commondefs.func.om | 25 private.base = $(removesuffix $(basename $(CTR_BANNER_SPEC))) 26 … return $(addprefix $(config.getObjectDirectory)$(DIRSEP), $(addsuffixes $(EXT_BANNER), $(base))) 38 private.base = $(removesuffix $(basename $(CTR_BANNER_SPEC))) 39 … return $(addprefix $(config.getObjectDirectory)$(DIRSEP), $(addsuffixes $(EXT_ICON), $(base))) 354 private.base = $(removesuffix $(bsf)) 355 …vate.icon = $(addprefix $(config.getObjectDirectory)$(DIRSEP), $(addsuffixes $(EXT_ICON), $(base))) 813 private.base = $(makePath $(ROOT_BUILD) linker $(config.platform).Ro.$(config.processor))
|
| /CTR-SDK-4.2.5/build/omake/ |
| D | targetdefs.om | 528 …private.base = $(makePath $(ROOT_RESOURCES) specfiles linker $(platform).$(systemname).$(processor… 529 return $(file $(base).ldscript)
|
| D | commondefs.funcs.om | 44 eprintln($"Specify a base directory manually with SOURCES_REFERENCE_ROOT.")
|
| /CTR-SDK-4.2.5/build/omake/compilers/ |
| D | commondefs.cctype.RVCT.om | 108 # 401: destructor for base class "<class name>" is not virtual
|
| /CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/ |
| D | detail.csv | 4032 0x200,[28:1],Vertex buffer address secured with glBufferData,Common base address for all vertex arr… 4254 … of glVertexAttribPointer",The address of load array 0. Sets the byte offset from the base address. 4476 … of glVertexAttribPointer",The address of load array 1. Sets the byte offset from the base address. 4698 … of glVertexAttribPointer",The address of load array 2. Sets the byte offset from the base address. 4920 … of glVertexAttribPointer",The address of load array 3. Sets the byte offset from the base address. 5142 … of glVertexAttribPointer",The address of load array 4. Sets the byte offset from the base address. 5364 … of glVertexAttribPointer",The address of load array 5. Sets the byte offset from the base address. 5586 … of glVertexAttribPointer",The address of load array 6. Sets the byte offset from the base address. 5808 … of glVertexAttribPointer",The address of load array 7. Sets the byte offset from the base address. 6030 … of glVertexAttribPointer",The address of load array 8. Sets the byte offset from the base address. [all …]
|
| D | abstruct.csv | 254 0x200,Common base address for all vertex arrays
|