Home
last modified time | relevance | path

Searched refs:end (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/Check/
DCheck.c107 goto end; in main()
114 goto end; in main()
120 goto end; in main()
133 goto end; in main()
174 end: in main()
/RevoEX-2.1/build/demos/vfdemo/src/
Dsimple.c141 OSTime end = OSGetTime(); in _WaitSec1() local
143 u32 sec = (u32)OSTicksToSeconds(end - start); in _WaitSec1()
146 end = OSGetTime(); in _WaitSec1()
147 sec = (u32)OSTicksToSeconds(end - start); in _WaitSec1()