Home
last modified time | relevance | path

Searched refs:old (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.2.1/build/libraries/camera/ARM9.TWL/src/
Dcamera.c95 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_StartCaptureCore() local
97 (void)OS_RestoreInterrupts(old); in CAMERA_StartCaptureCore()
111 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_StopCaptureCore() local
113 (void)OS_RestoreInterrupts(old); in CAMERA_StopCaptureCore()
202 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetTrimmingCore() local
206 (void)OS_RestoreInterrupts(old); in CAMERA_SetTrimmingCore()
234 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetOutputFormatCore() local
245 (void)OS_RestoreInterrupts(old); in CAMERA_SetOutputFormatCore()
287 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_ClearBufferCore() local
289 (void)OS_RestoreInterrupts(old); in CAMERA_ClearBufferCore()
[all …]
/TwlSDK-5.2.1/build/demos/snd/synth/src/
Dmain.c335 int old; in TpRead() local
337 old = tp.touch; in TpRead()
344 tp.trg = tp.touch & (tp.touch ^ old); in TpRead()
345 tp.rls = old & (old ^ tp.touch); in TpRead()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-2/src/
Dmain.c170 static u16 old = 0xffff; in TwlMain() local
182 trg = (u16)(pad & ~old); in TwlMain()
183 old = pad; in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-3/src/
Dmain.c241 static u16 old = 0xffff; in TwlMain() local
247 trg = (u16)(pad & ~old); in TwlMain()
248 old = pad; in TwlMain()
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-4/src/
Dmain.c176 static u16 old = 0xffff; in TwlMain() local
182 trg = (u16)(pad & ~old); in TwlMain()
183 old = pad; in TwlMain()
/TwlSDK-5.2.1/include/twl/
Ddbghost.h79 int dbghost_dos_rename(char *old,char *new);
/TwlSDK-5.2.1/include/nitro/
Ddbghost.h79 int dbghost_dos_rename(char *old,char *new);
/TwlSDK-5.2.1/build/demos.TWL/camera/camera-1/src/
Dmain.c170 static u16 old = 0xffff; // Ignore the trigger by first data in TwlMain() local
178 trg = (u16)(pad & ~old); in TwlMain()
179 old = pad; in TwlMain()
/TwlSDK-5.2.1/build/demos/math/fft-2/src/
Dmain.c1181 int old; in TpRead() local
1183 old = tp->touch; in TpRead()
1190 tp->trg = tp->touch & (tp->touch ^ old); in TpRead()
1191 tp->rls = old & (old ^ tp->touch); in TpRead()
/TwlSDK-5.2.1/man/en_US/
Dwm_changes_041006.txt7 The structure of WMParentParam (the old name WMpparam can also be used) has changed.
31 …to this change, be aware that code comparing wcWmBssDesc->length was omitted from the old SDK demo.
/TwlSDK-5.2.1/build/demos/gx/UnitTours/Sub_Double3D/src/
Dmain.c368 OSIntrMode old = OS_DisableInterrupts(); // Interrupts prohibited in SetSwapBuffersflag() local
371 (void)OS_RestoreInterrupts(old); in SetSwapBuffersflag()