| /TwlSDK-5.2.1/build/demos/os/threadYield-1/src/ |
| D | main.c | 58 int cnt; variable 87 cnt = 0; in NitroMain() 95 cnt = 0; in NitroMain() 147 while (cnt<10) in proc1() 165 cnt++; in proc1() 176 while (cnt<10) in proc2() 194 cnt++; in proc2() 205 while (cnt<10) in proc3() 223 cnt++; in proc3()
|
| /TwlSDK-5.2.1/build/libraries/ext/common/src/ |
| D | ext_keycontrol.c | 37 u16 cnt; in EXT_AutoKeys() local 39 cnt = absolute_cnt; in EXT_AutoKeys() 40 while (cnt >= sequence->count) in EXT_AutoKeys() 47 cnt -= sequence->count; in EXT_AutoKeys()
|
| /TwlSDK-5.2.1/build/libraries/mi/common/src/ |
| D | mi_wram.c | 51 void MI_SetWramBank(MIWram cnt) in MI_SetWramBank() argument 53 MIi_WRAM_ASSERT(cnt); in MI_SetWramBank() 54 reg_GX_VRAMCNT_WRAM = (u8)cnt; // safe byte access in MI_SetWramBank()
|
| /TwlSDK-5.2.1/build/demos/wm/dataShare-Model/src/ |
| D | key.c | 42 if (!(pKey->cnt & (0x0001 << i))) in keyRead() 63 if (pKey->cnt & (0x0001 << i)) in keyRead() 70 pKey->cnt = r; in keyRead()
|
| /TwlSDK-5.2.1/build/demos/wm/wep-1/src/ |
| D | key.c | 42 if (!(pKey->cnt & (0x0001 << i))) in keyRead() 63 if (pKey->cnt & (0x0001 << i)) in keyRead() 70 pKey->cnt = r; in keyRead()
|
| /TwlSDK-5.2.1/build/demos.TWL/os/os_jump/src/ |
| D | main.c | 36 u16 cnt; // Unprocessed input value member 236 if (!(pKey->cnt & (0x0001 << i))) in ReadKey() 256 if (pKey->cnt & (0x0001 << i)) in ReadKey() 263 pKey->cnt = r; // Unprocessed key input in ReadKey()
|
| /TwlSDK-5.2.1/build/demos/os/callTrace-2/src/ |
| D | main.c | 146 static int cnt = 0; in proc1() local 152 if (cnt++ == 3) in proc1() 173 static int cnt = 0; in proc2() local 179 if (cnt++ == 3) in proc2()
|
| /TwlSDK-5.2.1/build/demos/spi/pm-1/src/ |
| D | main.c | 232 static int cnt = 0; in NitroMain() local 233 switch (cnt % 2) in NitroMain() 238 cnt++; in NitroMain() 244 cnt++; in NitroMain() 253 static int cnt = 0; in NitroMain() local 254 switch (cnt % 2) in NitroMain() 259 cnt++; in NitroMain() 265 cnt++; in NitroMain()
|
| /TwlSDK-5.2.1/build/demos/wxc/simple-1/src/ |
| D | main.c | 43 u16 cnt; // Unprocessed input value member 277 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 297 if (pKey->cnt & (0x0001 << i)) in KeyRead() 303 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/wxc/wxc-dataShare/src/ |
| D | main.c | 53 u16 cnt; // Unprocessed input value member 415 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 435 if (pKey->cnt & (0x0001 << i)) in KeyRead() 441 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/wxc/unregister-1/src/ |
| D | main.c | 43 u16 cnt; // Unprocessed input value member 293 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 313 if (pKey->cnt & (0x0001 << i)) in KeyRead() 319 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/rtc/swclock-1/src/ |
| D | main.c | 56 u16 cnt; // Unprocessed input value member 267 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 287 if (pKey->cnt & (0x0001 << i)) in KeyRead() 293 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/spi/spiMonkey/src/ |
| D | main.c | 36 u16 cnt; // Unprocessed input value member 310 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 330 if (pKey->cnt & (0x0001 << i)) in KeyRead() 336 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/math/qsort/src/ |
| D | main.c | 224 static u32 cnt = 0; in NitroMain() local 263 cnt++; in NitroMain() 267 sum / cnt); in NitroMain()
|
| /TwlSDK-5.2.1/build/demos/os/mutex-2/src/ |
| D | main.c | 114 int cnt = 0; in proc1() local 122 if (++cnt > 10) in proc1()
|
| /TwlSDK-5.2.1/build/demos/wm/wep-1/include/ |
| D | key.h | 26 u16 cnt; // Unprocessed input value member
|
| /TwlSDK-5.2.1/build/demos/wm/dataShare-Model/include/ |
| D | key.h | 26 u16 cnt; // Unprocessed input value member
|
| /TwlSDK-5.2.1/build/demos/mb/multiboot-wfs/common/src/ |
| D | util.c | 172 if (!(pKey->cnt & bit)) in KeyRead() 187 else if ((pKey->cnt & bit) != 0) in KeyRead() 192 pKey->cnt = r; in KeyRead()
|
| /TwlSDK-5.2.1/include/nitro/mi/ |
| D | wram.h | 73 void MI_SetWramBank(MIWram cnt);
|
| /TwlSDK-5.2.1/build/demos/cht/catch-2/src/ |
| D | main.c | 52 u16 cnt; // Unprocessed input value member 305 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 325 if (pKey->cnt & (0x0001 << i)) in KeyRead() 331 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/cht/catch-1/src/ |
| D | main.c | 46 u16 cnt; // Unprocessed input value member 307 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 327 if (pKey->cnt & (0x0001 << i)) in KeyRead() 333 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/os/tick-1/src/ |
| D | main.c | 26 inline int ObjChar(u32 cnt, int shift) in ObjChar() argument 28 u32 d = (cnt >> shift) & 0xf; in ObjChar()
|
| /TwlSDK-5.2.1/build/demos/wm/mp_simple-1/src/ |
| D | main.c | 63 u16 cnt; // Unprocessed input value member 467 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 487 if (pKey->cnt & (0x0001 << i)) in KeyRead() 493 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/wvr/switchover/src/ |
| D | wireless_main.c | 47 u16 cnt; // Unprocessed input value member 509 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 529 if (pKey->cnt & (0x0001 << i)) in KeyRead() 535 pKey->cnt = r; // Unprocessed key input in KeyRead()
|
| /TwlSDK-5.2.1/build/demos/wm/dataShare-1/src/ |
| D | main.c | 65 u16 cnt; // Unprocessed input value member 520 if (!(pKey->cnt & (0x0001 << i))) in KeyRead() 540 if (pKey->cnt & (0x0001 << i)) in KeyRead() 546 pKey->cnt = r; // Unprocessed key input in KeyRead()
|