Home
last modified time | relevance | path

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

12345

/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c105 int n = 0; in GetCharPos() local
418 static int ForeachObjects(tObject ** ptrObject, tObject * start, int n) in ForeachObjects()
509 static int ForeachStaticObjects(int n) in ForeachStaticObjects()
524 static int ForeachStaticLibraries(int n) in ForeachStaticLibraries()
539 static int ForeachStaticSearchSymbols(int n) in ForeachStaticSearchSymbols()
584 static int ForeachAutoloadObjects(int n) in ForeachAutoloadObjects()
599 static int ForeachAutoloadLibraries(int n) in ForeachAutoloadLibraries()
614 static int ForeachAutoloadSearchSymbols(int n) in ForeachAutoloadSearchSymbols()
620 static int ForeachAutoloads(int n) in ForeachAutoloads()
688 static int ForeachOverlayObjects(int n) in ForeachOverlayObjects()
[all …]
Dmakelcf.c33 int n; in main() local
/TwlSDK-5.1.0/build/demos.TWL/mi/ndma-1/src/
Dmain.c72 int n; in NitroMain() local
98 int n; in NitroMain() local
139 int n; in memDump() local
/TwlSDK-5.1.0/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.1.0/include/nitro/hw/common/
Dlcd.h56 #define HW_LCD_LINES_CYCLE_NS(n) ((u32)( 1000000000ULL * (n) * HW_LCD_COLUMNS * HW_LCD_CLOCK_PER… argument
57 #define HW_LCD_LINES_CYCLE_US(n) ((u32)( 1000000ULL * (n) * HW_LCD_COLUMNS * HW_LCD_CLOCK_PER… argument
58 #define HW_LCD_LINES_CYCLE_MS(n) ((u32)( 1000ULL * (n) * HW_LCD_COLUMNS * HW_LCD_CLOCK_PER… argument
/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_memory.c41 #define HALFW_RN(n) ((n)<<16) // Register Rn argument
42 #define HALFW_RD(n) ((n)<<12) // Register Rd argument
47 #define HALFW_IMM(n) ( ((n)&0xf) | (((n)&0xf0)<<4) ) // Immediate argument
50 #define HALFW_DCD( cond, d, n, offset, sign, ldst, def ) \ argument
54 #define LDRH_AD1( cond, d, n, offset ) \ argument
58 #define LDRH_AD2( cond, d, n, offset ) \ argument
62 #define LDRH_AD3( cond, d, n, offset ) \ argument
66 #define LDRH_AD4( cond, d, n, offset ) \ argument
70 #define STRH_AD1( cond, d, n, offset ) \ argument
74 #define STRH_AD2( cond, d, n, offset ) \ argument
[all …]
/TwlSDK-5.1.0/build/demos/os/cplusplus-1/src/
Dmain.cpp42 for( int n=0; n<16; n++ ){ OS_Printf("%d ", array[n]); } in printArray() local
63 for( int n=0; n<16; n++ ){ array[n] = n; } in Foo() local
/TwlSDK-5.1.0/build/tools/bin2obj/
Dsection.c42 s32 n; in add_datasec() local
98 u32 n = obj->num_data; in read_datasec() local
174 u32 n; in add_section() local
244 u32 n = symtab->sh_info + 1; in add_symbol() local
/TwlSDK-5.1.0/build/tools/makelcf/
Dcreatelcf.c167 int n = 0; in GetCharPos() local
470 static int ForeachObjects(tObject ** ptrObject, tObject * start, tForeachStatus* fep, int n) in ForeachObjects()
614 static int ForeachStaticObjects(int n) in ForeachStaticObjects()
640 static int ForeachStaticLibraries(int n) in ForeachStaticLibraries()
666 static int ForeachStaticSearchSymbols(int n) in ForeachStaticSearchSymbols()
722 static int ForeachAutoloadObjects(int n) in ForeachAutoloadObjects()
756 static int ForeachAutoloadLibraries(int n) in ForeachAutoloadLibraries()
790 static int ForeachAutoloadSearchSymbols(int n) in ForeachAutoloadSearchSymbols()
815 static int ForeachAutoloads(int n) in ForeachAutoloads()
917 static int ForeachOverlayObjects(int n) in ForeachOverlayObjects()
[all …]
Dmakelcf.c33 int n; in main() local
/TwlSDK-5.1.0/build/demos/os/spinwait-1/src/
Dmain.c34 u32 n; in NitroMain() local
/TwlSDK-5.1.0/build/demos/os/consoleType-1/src/
Dmain.c69 static int n=0; in NitroMain() local
/TwlSDK-5.1.0/build/libraries/fx/common/src/
Dfx_trig.c100 int n; in FX_SinFx64c() local
144 int n; in FX_CosFx64c() local
/TwlSDK-5.1.0/build/libraries/math/common/src/
Dchecksum.c33 u32 n; in MATHi_Checksum16Update() local
136 u32 n; in MATHi_Checksum8Update() local
Dmath.c50 u32 n = 32; in MATH_CountLeadingZerosFunc() local
/TwlSDK-5.1.0/build/tools/stripdebug/
Dsearcharg.c59 int n; in SA_searchopt() local
/TwlSDK-5.1.0/build/tools/init2env/
Dinit.y157 int n; in displayMessage() local
184 int c,n; in main() local
/TwlSDK-5.1.0/build/tools/loadrun/
Dloadrun.c212 int n; in listDevice() local
275 int n; in searchDevice() local
392 int n; in parseOption() local
463 int n; in parseOption() local
774 int n; in procPrintf() local
916 int n = crPtr - p + 1; in outputString() local
/TwlSDK-5.1.0/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.1.0/build/demos/os/argument-1/src/
Dmain.c32 int n, c; in NitroMain() local
/TwlSDK-5.1.0/build/demos/os/argument-2/src/
Dmain.c79 int n; in displayArg() local
/TwlSDK-5.1.0/build/demos/os/waitIrq-1/src/
Dmain.c40 s32 n; in NitroMain() local
/TwlSDK-5.1.0/build/tools/buryarg.TWL/
Dburyarg.c114 int n; in displayMessage() local
267 int n; in displayBuffer() local
422 int n; in parseOption() local
666 int n; in openFiles() local
830 int n; in replaceToSpecifiedString() local
/TwlSDK-5.1.0/build/tools/buryarg/
Dburyarg.c117 int n; in displayMessage() local
270 int n; in displayBuffer() local
425 int n; in parseOption() local
668 int n; in openFiles() local
832 int n; in replaceToSpecifiedString() local
/TwlSDK-5.1.0/build/tools/mic2wav/
Dmain.cpp240 const int n = strlen(s_dir) - 1; in main() local
245 int n = strlen(s_dir) - 1; in main() local

12345