Home
last modified time | relevance | path

Searched refs:noff (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/tests/
H A Dtypeiter2.c40 Dwarf_Off noff; in main() local
43 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, in main()
48 off = noff; in main()
53 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
83 off = noff; in main()
H A Dtypeiter.c39 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()
H A Dallfcts.c82 Dwarf_Off noff; in main() local
85 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) in main()
101 off = noff; in main()
H A Ddwflmodtest.c190 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()
/third_party/musl/src/network/
H A Ddn_comp.c41 int noff = getoffs(offs, base, dn); in match() local
42 if (!noff) return 0; in match()
45 o = offs[--noff]; in match()
52 if (!nlen || !noff) return m; in match()
/third_party/elfutils/libdw/
H A Ddwarf_getsrc_file.c57 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()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java747 int ioff, noff = offsets.length; in TestSearchCollatorElements()
758 if ( ioff < noff ) { in TestSearchCollatorElements()
761 //ioff = noff; in TestSearchCollatorElements()
769 if ( ioff < noff ) { in TestSearchCollatorElements()
775 ioff = noff; in TestSearchCollatorElements()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationIteratorTest.java750 int ioff, noff = offsets.length; in TestSearchCollatorElements()
761 if ( ioff < noff ) { in TestSearchCollatorElements()
764 //ioff = noff; in TestSearchCollatorElements()
772 if ( ioff < noff ) { in TestSearchCollatorElements()
778 ioff = noff; in TestSearchCollatorElements()
/third_party/littlefs/
H A Dlfs.c1635 lfs_off_t noff = ( in lfs_dir_commitcrc() local
1639 if (noff < end) { in lfs_dir_commitcrc()
1640 noff = lfs_min(noff, end - 5*sizeof(uint32_t)); in lfs_dir_commitcrc()
1645 if (noff >= end && noff <= lfs->cfg->block_size - lfs->cfg->prog_size) { in lfs_dir_commitcrc()
1650 commit->block, noff, &eperturb, 1); in lfs_dir_commitcrc()
1671 commit->block, noff, fcrc.size, &fcrc.crc); in lfs_dir_commitcrc()
1693 noff - (commit->off+sizeof(lfs_tag_t))); in lfs_dir_commitcrc()
1711 commit->off = noff; in lfs_dir_commitcrc()
2890 lfs_size_t noff = size - 1; lfs_ctz_extend() local
3672 lfs_off_t noff = npos; global() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java2173 int ioff, noff = offsets.length; in TestUsingSearchCollator()
2183 if ( ioff < noff ) { in TestUsingSearchCollator()
2186 //ioff = noff; in TestUsingSearchCollator()
2194 if ( ioff < noff ) { in TestUsingSearchCollator()
2199 ioff = noff; in TestUsingSearchCollator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java2176 int ioff, noff = offsets.length; in TestUsingSearchCollator()
2186 if ( ioff < noff ) { in TestUsingSearchCollator()
2189 //ioff = noff; in TestUsingSearchCollator()
2197 if ( ioff < noff ) { in TestUsingSearchCollator()
2202 ioff = noff; in TestUsingSearchCollator()

Completed in 14 milliseconds