Lines Matching defs:start
406 int start = 0;
415 str += sprintf(str, "0x%08x\n", IB_MEMMAP(start));
416 start = start + 4;
443 int start = 0;
452 str += sprintf(str, "0x%08x\n", OB_MEMMAP(start));
453 start = start + 4;
537 static u32 start, end, count;
543 start = 0;
547 start = end;
551 for (; start < end; start++)
552 str += sprintf(str, "%08x ", *(temp+start));
808 * so we should start with this test */