Searched refs:space (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.4/build/demos.TWL/nandApp/backup/src/ |
| D | main.c | 37 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/ |
| D | main.c | 37 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/ |
| D | os_callTrace.c | 572 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/ |
| D | nitro.css | 138 white-space : pre;
|
| /TwlSDK-5.4/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_process.c | 491 u32 space = (u32)(~*segbits & 0xFF); in DSP_AttachProcessMemory() local 498 (((space >> segment) & region) == region)) in DSP_AttachProcessMemory()
|
| /TwlSDK-5.4/build/buildtools/twl/ |
| D | commondefs.cctype.CW | 341 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
|
| /TwlSDK-5.4/build/buildtools/nitro/ |
| D | commondefs.cctype.CW | 345 CCFLAGS_OPT_O_ += -opt $(if $(filter ARM9,$(CODEGEN_PROC)),speed,space)
|
| /TwlSDK-5.4/build/buildtools/ |
| D | modulerules.cctype.CW | 14 # VPATH does not support the path name included white space like "C:/Program Files"
|