Lines Matching defs:index
200 UINT32 index = 0;
221 if (index++ < jumpCount) {
425 UINT32 index = 0;
437 if (index++ < jumpCount) {
538 UINT32 index = 0;
567 LR[index++] = checkBL;
573 if (index < LRSize) {
574 LR[index] = 0;
615 UINT32 index = 0;
650 if (index >= jumpCount) {
656 ++index;
679 UINT32 index = 0;
693 if (index++ < jumpCount) {
713 UINT32 index;
723 for (index = 0; index < BACKTRACE_MAX_DEPTH; index++) {
724 if (LR[index] == 0) {
727 PRINTK("traceback %d -- lr = 0x%x\r\n", index, LR[index]);