| /TwlSDK-5.1.0/build/demos/math/dgt-2/src/ |
| D | main.c | 159 OSTick start, end; in CompareDigestSpeed() local 183 end = OS_GetTick(); in CompareDigestSpeed() 184 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareDigestSpeed() 189 end = OS_GetTick(); in CompareDigestSpeed() 190 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareDigestSpeed() 195 end = OS_GetTick(); in CompareDigestSpeed() 196 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareDigestSpeed() 201 end = OS_GetTick(); in CompareDigestSpeed() 202 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareDigestSpeed() 207 end = OS_GetTick(); in CompareDigestSpeed() [all …]
|
| /TwlSDK-5.1.0/build/demos/crypto/rc4-2/src/ |
| D | main.c | 181 OSTick start, end; in CompareRC4Speed() local 196 end = OS_GetTick(); in CompareRC4Speed() 197 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareRC4Speed() 202 end = OS_GetTick(); in CompareRC4Speed() 203 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareRC4Speed() 217 end = OS_GetTick(); in CompareRC4Speed() 218 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareRC4Speed() 223 end = OS_GetTick(); in CompareRC4Speed() 224 OS_Printf("%lld us/MB\n", OS_TicksToMicroSeconds(end - start)); in CompareRC4Speed()
|
| /TwlSDK-5.1.0/build/demos/card/backup/src/ |
| D | main.c | 113 BOOL end = FALSE; in SelectDevice() local 116 while (!end) in SelectDevice() 143 end = CARD_IdentifyBackup(types_table[cur].type); in SelectDevice() 144 if (!end) in SelectDevice() 191 BOOL end = FALSE; in TestWriteAndVerify() local 213 while (!end) in TestWriteAndVerify() 227 end = TRUE; in TestWriteAndVerify() 309 end = TRUE; in TestWriteAndVerify() 324 end = TRUE; in TestWriteAndVerify() 347 BOOL end = FALSE; in ShowResult() local [all …]
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_alloc.c | 307 static BOOL DLOverlap(Cell * list, void *start, void *end) in DLOverlap() argument 313 if (RangeOverlap(cell, (char *)cell + cell->size, start, end)) in DLOverlap() 498 void *end = (void *)ROUND(*rend, ALIGNMENT); in OS_AllocFixed() local 507 SDK_ASSERTMSG(start < end, OS_ERR_ALLOCFIXED_INVRANGE); in OS_AllocFixed() 508 SDK_ASSERTMSG(RangeSubset(start, end, heapInfo->arenaStart, heapInfo->arenaEnd), in OS_AllocFixed() 520 if (DLOverlap(hd->allocated, start, end)) in OS_AllocFixed() 523 OS_Printf("OS_AllocFixed: Warning - failed to allocate from %p to %p\n", start, end); in OS_AllocFixed() 557 if ((char *)end <= (char *)cell) in OS_AllocFixed() 562 if (InRange(cell, (char *)start - HEADERSIZE, end) && in OS_AllocFixed() 563 InRange((char *)cellEnd, start, (char *)end + MINOBJSIZE)) in OS_AllocFixed() [all …]
|
| /TwlSDK-5.1.0/build/demos/os/spinwait-1/src/ |
| D | main.c | 33 OSTick begin, end; in NitroMain() local 44 end = OS_GetTick(); in NitroMain() 46 … OS_Printf("OS_SpinWait(%d) Wait=%lld cycles\n", n, TicksToCPUCycles((u64)end - (u64)begin)); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/math/fft-1/src/ |
| D | main.c | 198 OSTick start, end; in FFTTest() local 213 end = OS_GetTick(); in FFTTest() 216 OS_Printf("%lld us, ", OS_TicksToMicroSeconds(end - start)); in FFTTest() 229 end = OS_GetTick(); in FFTTest() 232 OS_Printf("%lld us, ", OS_TicksToMicroSeconds(end - start)); in FFTTest() 246 end = OS_GetTick(); in FFTTest() 249 OS_Printf("%lld us, ", OS_TicksToMicroSeconds(end - start)); in FFTTest() 262 end = OS_GetTick(); in FFTTest() 265 OS_Printf("%lld us, ", OS_TicksToMicroSeconds(end - start)); in FFTTest() 278 end = OS_GetTick(); in FFTTest() [all …]
|
| /TwlSDK-5.1.0/build/tools/makelcf.TWL/ |
| D | spec.y | 93 sectionStatic : staticKeyword begin staticParams end 185 sectionOverlay : overlayKeyword begin overlayParams end 281 sectionAutoload : autoloadKeyword begin autoloadParams end 309 sectionLtdoverlay : ltdoverlayKeyword begin ltdoverlayParams end 337 sectionLtdautoload : ltdautoloadKeyword begin ltdautoloadParams end 365 sectionProperty : propertyKeyword begin propertyParams end 434 end : tEND tNL
|
| /TwlSDK-5.1.0/data/cht_data/PictoChatSearcherSound/ |
| D | ReMakeSound.bat | 20 @goto end 25 :end label
|
| D | MakeSound.bat | 19 @goto end 24 :end label
|
| /TwlSDK-5.1.0/build/tools/mic2wav/ |
| D | main.cpp | 42 bool end; member in LogToWav 56 LogToWav() : data(NULL), len(0), reserve(0), end(false) in LogToWav() 74 end = false; in Reset() 78 bool IsEnd(void) const { return end; } in IsEnd() 105 end = true; in InputLine()
|
| /TwlSDK-5.1.0/build/tools/makelcf/ |
| D | spec.y | 131 sectionStatic : staticKeyword begin staticParams end 223 sectionOverlay : overlayKeyword begin overlayParams end 319 sectionAutoload : autoloadKeyword begin autoloadParams end 347 sectionProperty : propertyKeyword begin propertyParams end 388 end : tEND tNL
|
| /TwlSDK-5.1.0/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 346 OSTick start, end, initPatternTime, recognizeTime_Light, in NitroMain() local 398 end = OS_GetTick(); in NitroMain() 399 initPatternTime = end - start; in NitroMain() 405 end = OS_GetTick(); in NitroMain() 406 initPatternTime = end - start; in NitroMain() 428 end = OS_GetTick(); in NitroMain() 429 recognizeTime_Light = end - start; in NitroMain() 441 end = OS_GetTick(); in NitroMain() 442 recognizeTime_Standard = end - start; in NitroMain() 453 end = OS_GetTick(); in NitroMain() [all …]
|
| /TwlSDK-5.1.0/build/libraries/math/common/src/ |
| D | math.c | 155 bcc @end 161 @end:
|
| /TwlSDK-5.1.0/build/demos.TWL/crypto/sign-2/src/ |
| D | main.c | 358 OSTick begin, end, term; in sign_verify() local 382 end = OS_GetTick(); in sign_verify() 383 term = OS_TicksToMicroSeconds(end - begin); in sign_verify() 406 end = OS_GetTick(); in sign_verify() 407 term = OS_TicksToMicroSeconds(end - begin); in sign_verify()
|
| /TwlSDK-5.1.0/include/nitro/snd/ARM9/ |
| D | interface.h | 133 void SND_InvalidateSeqData(const void *start, const void *end); 134 void SND_InvalidateBankData(const void *start, const void *end); 135 void SND_InvalidateWaveData(const void *start, const void *end);
|
| /TwlSDK-5.1.0/include/twl/ |
| D | ltdwram_end.h | 21 #pragma section LTDWRAM end
|
| D | wram_end.h | 21 #pragma section WRAM end
|
| D | ltdmain_end.h | 21 #pragma section LTDMAIN end
|
| D | itcm_end.h | 21 #pragma section ITCM end
|
| D | dtcm_end.h | 21 #pragma section DTCM end
|
| /TwlSDK-5.1.0/include/nitro/ |
| D | itcm_end.h | 21 #pragma section ITCM end
|
| D | parent_end.h | 21 #pragma section PARENT end
|
| D | wram_end.h | 21 #pragma section WRAM end
|
| D | main_end.h | 21 #pragma section MAIN end
|
| D | version_end.h | 21 #pragma section VERSION end
|