Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/nandApp/backup/src/
Dmain.c37 static void PrintTree(const char* path, u32 space);
482 static void PrintTree(const char* path, u32 space) in PrintTree() argument
498 MI_CpuFill8(buf, ' ', space); in PrintTree()
499 buf[space] = '\0'; in PrintTree()
516 PrintTree(buf, space + 1); in PrintTree()
/TwlSDK-5.4/build/demos.TWL/nandApp/other_backup/src/
Dmain.c37 static void PrintTree(const char* path, u32 space);
500 static void PrintTree(const char* path, u32 space) in PrintTree() argument
514 MI_CpuFill8(buf, ' ', space); in PrintTree()
515 buf[space] = '\0'; in PrintTree()
532 PrintTree(buf, space + 1); in PrintTree()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_callTrace.c572 int space = n; in OSi_DumpOneInfo() local
573 if (space >= 10) in OSi_DumpOneInfo()
575 space = 10; in OSi_DumpOneInfo()
577 OS_TPrintf("%s", &(" \0"[10 - space])); in OSi_DumpOneInfo()
578 n -= space; in OSi_DumpOneInfo()
/TwlSDK-5.4/man/en_US/css/
Dnitro.css138 white-space : pre;
/TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c491 u32 space = (u32)(~*segbits & 0xFF); in DSP_AttachProcessMemory() local
498 (((space >> segment) & region) == region)) in DSP_AttachProcessMemory()
/TwlSDK-5.4/build/buildtools/twl/
Dcommondefs.cctype.CW341 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
/TwlSDK-5.4/build/buildtools/nitro/
Dcommondefs.cctype.CW345 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
/TwlSDK-5.4/build/buildtools/
Dmodulerules.cctype.CW14 # VPATH does not support the path name included white space like "C:/Program Files"