Searched refs:startidx (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c1619 int startidx = idx; local
1627 while (idx < startidx + j * count)
1629 while (idx < startidx + count * 10)
1634 int startidx; local
1635 startidx = idx;
1642 while (idx < startidx + 1000)
1647 startidx = idx;
1649 while (idx < startidx + 100)
1652 startidx = idx;
1654 while (idx < startidx
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dstruct-layout-encoding-1_generate.c1328 int startidx = idx; local
1336 while (idx < startidx + j * count)
1338 while (idx < startidx + count * 10)
1343 int startidx; local
1344 startidx = idx;
1351 while (idx < startidx + 1000)
1356 startidx = idx;
1358 while (idx < startidx + 100)
1361 startidx = idx;
1363 while (idx < startidx
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c1582 int startidx = idx; local
1590 while (idx < startidx + j * count)
1592 while (idx < startidx + count * 10)
1597 int startidx; local
1598 startidx = idx;
1605 while (idx < startidx + 1000)
1610 startidx = idx;
1612 while (idx < startidx + 100)
1615 startidx = idx;
1617 while (idx < startidx
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c2040 int startidx = idx; local
2048 while (idx < startidx + j * count)
2050 while (idx < startidx + count * 10)
2055 int startidx; local
2056 startidx = idx;
2063 while (idx < startidx + 1000)
2068 startidx = idx;
2070 while (idx < startidx + 100)
2073 startidx = idx;
2075 while (idx < startidx
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c1894 int startidx = idx; local
1902 while (idx < startidx + j * count)
1904 while (idx < startidx + count * 10)
1909 int startidx; local
1910 startidx = idx;
1917 while (idx < startidx + 1000)
1922 startidx = idx;
1924 while (idx < startidx + 100)
1927 startidx = idx;
1929 while (idx < startidx
[all...]
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_aobj.c1379 int startidx, endidx; local
1389 startidx =
1392 startidx = 0;
1402 for (j = startidx; j < endidx; j++) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dhd44780_subr.c292 int len, crsridx, startidx, x, y; local
313 startidx = crsridx =
324 } while (crsridx != startidx);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dunichromefb.c925 int startidx, endidx, cridx; local
932 startidx = reg[i].start_bit;
938 for (j = startidx; j <= endidx; j++) {
941 data = data | ((getbit >> shift_next_reg) << startidx);

Completed in 121 milliseconds