Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 30) sorted by relevance

12

/TwlSDK-5.3.1/include/nitro/gx/
Dg3_util.h81 static inline void G3_Frustum(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Frustum()
105 void G3_Perspective(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Perspective()
128 static inline void G3_Ortho(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Ortho()
152 G3_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_FrustumW()
177 G3_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_PerspectiveW()
202 G3_OrthoW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in G3_OrthoW()
/TwlSDK-5.3.1/include/nitro/fx/
Dfx_mtx44.h245 SDK_INLINE void MTX_Frustum(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in MTX_Frustum()
267 void MTX_Perspective(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, MtxFx44 *mtx) in MTX_Perspective()
288 SDK_INLINE void MTX_Ortho(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, MtxFx44 *mtx) in MTX_Ortho()
/TwlSDK-5.3.1/build/demos/rtc/convert-1/src/
Dmain.c171 #define PrintResultEq( a, b, f ) \ argument
173 #define PrintResultStringEq( a, b, f ) \ argument
/TwlSDK-5.3.1/build/tools/mic2wav/
Dmain.cpp164 FILE *f = fopen(path, "wb"); in Save() local
230 FILE *f = fopen(argv[1], "r"); in main() local
/TwlSDK-5.3.1/build/demos.TWL/nandApp/backup/src/
Dmain.c145 FSFile f; in LoadFile() local
187 FSFile f; in SaveFile() local
484 FSFile f; in PrintTree() local
/TwlSDK-5.3.1/build/demos.TWL/nandApp/other_backup/src/
Dmain.c169 FSFile f; in LoadFile() local
211 FSFile f; in SaveFile() local
502 FSFile f; in PrintTree() local
/TwlSDK-5.3.1/build/libraries/gx/ARM9/src/
Dg3_util.c52 void G3i_FrustumW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, in G3i_FrustumW_()
87 void G3i_PerspectiveW_(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, in G3i_PerspectiveW_()
122 void G3i_OrthoW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, in G3i_OrthoW_()
/TwlSDK-5.3.1/build/demos/crypto/rc4-1/src/
Dmain.c195 #define PrintResultEq( a, b, f ) \ argument
197 #define PrintResultBinaryEq( a, b, l, f ) \ argument
/TwlSDK-5.3.1/build/demos.TWL/nandApp/simple/src/
Dmain.c67 FSFile f; in TwlMain() local
/TwlSDK-5.3.1/build/demos/math/fft-1/src/
Dmain.c186 #define PrintResultEq( a, b, f ) \ argument
463 static void PrintFX32(fx32 f) in PrintFX32()
/TwlSDK-5.3.1/build/demos/crypto/rc4-3/src/
Dmain.c235 #define PrintResultEq( a, b, f ) \ argument
237 #define PrintResultBinaryEq( a, b, l, f ) \ argument
/TwlSDK-5.3.1/build/libraries/fx/common/src/
Dfx_mtx44.c501 void MTX_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_FrustumW()
574 void MTX_PerspectiveW(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, fx32 scaleW, MtxFx44… in MTX_PerspectiveW()
634 void MTX_OrthoW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_OrthoW()
/TwlSDK-5.3.1/build/libraries/os/ARM9/src/
Dos_protectionRegion.c315 static void (*f[])(u32) = in OS_SetProtectionRegionParam() local
399 static u32 (*f[])(void) = in OS_GetProtectionRegionParam() local
/TwlSDK-5.3.1/build/libraries/init/ARM9/src/
Dcrt0.c489 #define REGION_BIT(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<1)|((c)<<2)|((d)<<3)|((e)<<4)|((f)<<5)|((g)… in init_cp15() argument
490 #define REGION_ACC(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<4)|((c)<<8)|((d)<<12)|((e)<<16)|((f)<<20)|(… in init_cp15() argument
/TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c110 static void (*f[3])( int, MIWramProc, MIWramOffset, MIWramEnable ) = in MIi_SetWramBank() local
148 static vu8 (*f[3])( int ) = in MIi_GetWramBank() local
198 static void (*f[3])( int, MIWramProc ) = in MIi_SetWramBankMaster() local
246 static void (*f[3])( int, MIWramEnable ) = in MIi_SetWramBankEnable() local
286 static MIWramProc (*f[3])( int ) = in MI_GetWramBankMaster() local
338 static MIWramOffset (*f[3])( int ) = in MI_GetWramBankOffset() local
377 static MIWramEnable (*f[3])( int ) = in MI_GetWramBankEnable() local
517 static u32 (*f[3])( void ) = in MI_GetWramMapStart() local
567 static u32 (*f[3])( void ) = in MI_GetWramMapEnd() local
621 static MIWramImage (*f[3])( void ) = in MI_GetWramMapImage() local
[all …]
/TwlSDK-5.3.1/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c509 #define REGION_BIT(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | ((… in INITi_InitRegion() argument
510 #define REGION_ACC(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 4) | ((c) << 8) | ((d) << 12) | (… in INITi_InitRegion() argument
/TwlSDK-5.3.1/build/demos/crypto/sign-1/src/
Dmain.c235 #define PrintResultEq( a, b, f ) \ argument
/TwlSDK-5.3.1/build/demos/mb/multiboot-wfs/child/src/
Dchild.c114 FSFile f; in CreateFileList() local
/TwlSDK-5.3.1/build/demos/math/dgt-1/src/
Dmain.c169 #define PrintResultEq( a, b, f ) \ argument
171 #define PrintResultDigestEq( a, b, l, f ) \ argument
/TwlSDK-5.3.1/build/demos/math/misc-1/src/
Dmain.c165 #define PrintResultEq( a, b, f ) \ argument
/TwlSDK-5.3.1/build/demos.TWL/crypto/rsa-1/src/
Dmain.c349 #define PrintResultEq( a, b, f ) \ argument
/TwlSDK-5.3.1/build/demos.TWL/crypto/sign-2/src/
Dmain.c316 #define PrintResultEq( a, b, f ) \ argument
/TwlSDK-5.3.1/build/demos.TWL/aes/ctr-compatible/src/
Dmain.c392 FSFile f; in DEMO_LoadFile() local
/TwlSDK-5.3.1/build/tools/showversion/
Dmain.c113 tFormat f; in main() local
/TwlSDK-5.3.1/build/libraries/math/common/src/
Dnet_sha256.c329 u32 f = context->h[5]; in MATH_SHA256iProcessBlock() local

12