/external/elfutils/src/tests/ |
D | typeiter.c | 39 Dwarf_Off noff; in main() local 41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main() 65 off = noff; in main() 71 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main() 82 off = noff; in main()
|
D | typeiter2.c | 39 Dwarf_Off noff; in main() local 42 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main() 47 off = noff; in main() 52 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main() 81 off = noff; in main()
|
D | allfcts.c | 79 Dwarf_Off noff; in main() local 82 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main() 98 off = noff; in main()
|
D | dwflmodtest.c | 190 Dwarf_Off noff; in print_module() local 192 while (dwarf_nextcu (dw, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in print_module() 198 off = noff; in print_module()
|
/external/elfutils/src/libdw/ |
D | dwarf_getsrc_file.c | 57 Dwarf_Off noff; in dwarf_getsrc_file() local 59 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0; in dwarf_getsrc_file() 60 off = noff) in dwarf_getsrc_file()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 735 int ioff, noff = offsets.length; in TestSearchCollatorElements() local 746 if ( ioff < noff ) { in TestSearchCollatorElements() 757 if ( ioff < noff ) { in TestSearchCollatorElements() 763 ioff = noff; in TestSearchCollatorElements()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | probe-finder.c | 1055 Dwarf_Off off, noff; in debuginfo__find_probes() local 1091 while (!dwarf_nextcu(self->dbg, off, &noff, &cuhl, NULL, NULL, NULL)) { in debuginfo__find_probes() 1115 off = noff; in debuginfo__find_probes() 1528 Dwarf_Off off = 0, noff; in debuginfo__find_line_range() local 1552 if (dwarf_nextcu(self->dbg, off, &noff, &cuhl, in debuginfo__find_line_range() 1576 off = noff; in debuginfo__find_line_range()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
D | SearchTest.java | 2118 int ioff, noff = offsets.length; in TestUsingSearchCollator() local 2128 if ( ioff < noff ) { in TestUsingSearchCollator() 2139 if ( ioff < noff ) { in TestUsingSearchCollator() 2144 ioff = noff; in TestUsingSearchCollator()
|