Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 8 of 8) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_FixedBufferVector.h45 void Add(T v) in Add() function
47 *Add() = v; in Add()
49 T* Add() in Add() function
/CTR-SDK-4.2.5/build/omake/
Dplatformdefs.om29 Add(spec) =
66 NN_PLATFORM_MANAGER = $(NN_PLATFORM_MANAGER.Add $(name))
Dcommondefs.funcs.om94 # Add a rule to create .o from .c
117 # Add a rule to create .o from .cpp
140 # Add a rule to create .o from .s
156 # Add rule to copy a file
173 # Add a rule to create .a from .o list
194 # Add a rule to create .o from any file
212 # Add a rule to apply a C preprocess process.
234 # Add rule to create the ELF file
252 # Add a rule to create an ELF file via the option file
Dtargetdefs.om926 …# Add target build information from SUPPORTED_TARGETS(filterstrings) and TARGET_FILTER to TARGET…
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_CmdCache.h40 void Add(
/CTR-SDK-4.2.5/build/omake/platforms/
DCTR.om18 NN_PLATFORM_MANAGER = $(NN_PLATFORM_MANAGER.Add $(s))
/CTR-SDK-4.2.5/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h75 static s32 Add(s32* pTarget, s32 value);
/CTR-SDK-4.2.5/sources/libraries/fnd/ARMv6/
Dfnd_Interlocked.cpp100 asm s32 Interlocked::Add(s32* pTarget NN_IS_UNUSED_VAR, s32 value NN_IS_UNUSED_VAR) in Add() function in nn::fnd::ARMv6::Interlocked