/third_party/elfutils/tests/ |
H A D | typeiter2.c | 40 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 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()
|
H A D | allfcts.c | 82 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 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()
|
/third_party/musl/src/network/ |
H A D | dn_comp.c | 41 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 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()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationIteratorTest.java | 747 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 D | CollationIteratorTest.java | 750 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 D | lfs.c | 1635 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 D | SearchTest.java | 2173 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 D | SearchTest.java | 2176 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()
|