Searched refs:old (Results 1 – 11 of 11) sorted by relevance
95 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_StartCaptureCore() local97 (void)OS_RestoreInterrupts(old); in CAMERA_StartCaptureCore()111 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_StopCaptureCore() local113 (void)OS_RestoreInterrupts(old); in CAMERA_StopCaptureCore()202 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetTrimmingCore() local206 (void)OS_RestoreInterrupts(old); in CAMERA_SetTrimmingCore()234 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_SetOutputFormatCore() local245 (void)OS_RestoreInterrupts(old); in CAMERA_SetOutputFormatCore()287 OSIntrMode old = OS_DisableInterrupts(); in CAMERA_ClearBufferCore() local289 (void)OS_RestoreInterrupts(old); in CAMERA_ClearBufferCore()[all …]
335 int old; in TpRead() local337 old = tp.touch; in TpRead()344 tp.trg = tp.touch & (tp.touch ^ old); in TpRead()345 tp.rls = old & (old ^ tp.touch); in TpRead()
172 static u16 old = 0xffff; in TwlMain() local184 trg = (u16)(pad & ~old); in TwlMain()185 old = pad; in TwlMain()
243 static u16 old = 0xffff; in TwlMain() local249 trg = (u16)(pad & ~old); in TwlMain()250 old = pad; in TwlMain()
178 static u16 old = 0xffff; in TwlMain() local184 trg = (u16)(pad & ~old); in TwlMain()185 old = pad; in TwlMain()
79 int dbghost_dos_rename(char *old,char *new);
172 static u16 old = 0xffff; // Ignore the trigger by first data in TwlMain() local180 trg = (u16)(pad & ~old); in TwlMain()181 old = pad; in TwlMain()
1181 int old; in TpRead() local1183 old = tp->touch; in TpRead()1190 tp->trg = tp->touch & (tp->touch ^ old); in TpRead()1191 tp->rls = old & (old ^ tp->touch); in TpRead()
7 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.
368 OSIntrMode old = OS_DisableInterrupts(); // Interrupts prohibited in SetSwapBuffersflag() local371 (void)OS_RestoreInterrupts(old); in SetSwapBuffersflag()