Home
last modified time | relevance | path

Searched defs:n (Results 1 – 13 of 13) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/config/compiler/
Dghs.h54 #define NN_ATTRIBUTE_ALIGN(n) __attribute__ ((aligned(n))) argument
103 #define NN_ATTRIBUTE_FORMAT(type, m, n) \ argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmatVec.h311 static inline void MAT34Reflect ( Mat34 *m, const Vec *p, const Vec *n ) in MAT34Reflect()
527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmatVec.h311 static inline void MAT34Reflect ( Mat34 *m, const Vec *p, const Vec *n ) in MAT34Reflect()
527 static inline void MAT44Frustum ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Frustum()
545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective()
565 static inline void MAT44Ortho ( Mat44 *m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f ) in MAT44Ortho()
592 static inline void MAT34LightFrustum ( Mat34 *m, f32 t, f32 b, f32 l, f32 r, f32 n, in MAT34LightFrustum()
/CafeSDK-2.12.13-1/system/include/cafe/net/
Dso.h152 #define FD_SET(n, p) \ argument
154 #define FD_CLR(n, p) \ argument
156 #define FD_ISSET(n, p) \ argument
/CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/
Dmakebsf.c36 #define RoundUp32(n) (((u32)(n) + 31) & ~((u32)31)) argument
/CafeSDK-2.12.13-1/system/include/
DLzmaTypes.h80 #define UINT64_CONST(n) n argument
84 #define UINT64_CONST(n) n ## ULL argument
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zTypes.h80 #define UINT64_CONST(n) n argument
84 #define UINT64_CONST(n) n ## ULL argument
D7zIn.c595 UInt32 n; in SzGetNextFolderItem() local
/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx44.c70 void C_MTXFrustum ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXFrustum()
131 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective()
200 void C_MTXOrtho ( Mtx44 m, f32 t, f32 b, f32 lf, f32 r, f32 n, f32 f ) in C_MTXOrtho()
Dmtx.c1959 void C_MTXReflect ( Mtx m, const Vec *p, const Vec *n ) in C_MTXReflect()
1988 void PSMTXReflect ( Mtx m, const Vec *p, const Vec *n ) in PSMTXReflect()
2207 void C_MTXLightFrustum ( Mtx m, float t, float b, float lf, float r, float n, in C_MTXLightFrustum()
Dmtx_asm.s862 #define n r5 macro
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp383 int n = pTable->m_n; in GFDAddStringTable() local
607 u32 GFDRepackUniformBlockArrayFor32Bit(GX2UniformBlock *pUBin64, GFDUniformBlock *pUBout32, u32 n) in GFDRepackUniformBlockArrayFor32Bit()
621 u32 GFDRepackUniformVarArrayFor32Bit(GX2UniformVar *pUVin64, GFDUniformVar *pUVout32, u32 n) in GFDRepackUniformVarArrayFor32Bit()
637 u32 GFDRepackAttribVarArrayFor32Bit(GX2AttribVar *pAVin64, GFDAttribVar *pAVout32, u32 n) in GFDRepackAttribVarArrayFor32Bit()
652 u32 GFDRepackSamplerVarArrayFor32Bit(GX2SamplerVar *pSVin64, GFDSamplerVar *pSVout32, u32 n) in GFDRepackSamplerVarArrayFor32Bit()
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoFS.c48 int n=strlen(dst); in strlcat() local