HomeSort by relevance Sort by last modified time
    Searched refs:ioff (Results 1 - 13 of 13) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
priv_image.h 151 struct { DiImage* img; DiOffT ioff; } member in struct:__anon42193
157 static inline DiCursor mk_DiCursor ( DiImage* img, DiOffT ioff ) {
158 return (DiCursor){img, ioff};
174 struct { DiImage* img; DiOffT ioff; DiOffT szB; } member in struct:__anon42194
181 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) {
182 return (DiSlice){img, ioff, szB};
195 vg_assert(cur.ioff + size <= ML_(img_size)(cur.img));
196 return mk_DiSlice(cur.img, cur.ioff, size);
222 c.ioff = sl.ioff;
    [all...]
readmacho.c 224 sli.ioff = arch.offset;
251 if (sli.ioff >= 0 && sli.ioff + sli.szB <= ML_(img_size)(sli.img)) {
277 vg_assert(sli.ioff >= 0);
279 vg_assert(sli.ioff + sli.szB <= ML_(img_size)(sli.img));
622 res.ioff = sect.offset;
646 DiOffT min_off = sli.ioff;
647 DiOffT max1_off = sli.ioff + sli.szB;
    [all...]
readelf.c 583 if (!ML_(img_valid)(escn_opd->img, escn_opd->ioff + offset_in_opd,
599 escn_opd->ioff + offset_in_opd, sizeof(fn_descr));
805 escn_symtab->ioff + i * sizeof(ElfXX_Sym), sizeof(sym));
806 DiOffT sym_name = escn_strtab->ioff + sym.st_name;
    [all...]
readdwarf3.c 173 DiOffT sli_next; // offset in underlying DiImage; must be >= sli.ioff
184 if (c->sli.ioff == DiOffT_INVALID) return False;
185 if (c->sli_next < c->sli.ioff) return False;
201 c->sli_next = c->sli.ioff + sli_initial_offset;
209 return c->sli_next >= c->sli.ioff + c->sli.szB;
214 return c->sli_next - c->sli.ioff;
217 c->sli_next = c->sli.ioff + pos;
227 return c->sli.ioff + c->sli.szB - c->sli_next;
244 if (c->sli_next + sizeof(UChar) > c->sli.ioff + c->sli.szB) {
256 if (c->sli_next + sizeof(UShort) > c->sli.ioff + c->sli.szB)
    [all...]
  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 834 size_t ioff; local
839 ioff = 0;
868 ioff++;
876 ioff++;
888 ioff += 2;
893 ioff++;
899 ioff++;
909 ioff++;
942 &ioff,
949 &ioff,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationIteratorTest.java 750 int ioff, noff = offsets.length; local
753 ioff = 0;
761 if ( ioff < noff ) {
762 if ( offset != offsets[ioff] ) {
763 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset);
764 //ioff = noff;
767 ioff++;
772 if ( ioff < noff ) {
778 ioff = noff;
785 if ( ioff > 0 )
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 747 int ioff, noff = offsets.length; local
750 ioff = 0;
758 if ( ioff < noff ) {
759 if ( offset != offsets[ioff] ) {
760 errln("Error: in locale " + localeString + ", expected CEIterator next()->getOffset " + offsets[ioff] + ", got " + offset);
761 //ioff = noff;
764 ioff++;
769 if ( ioff < noff ) {
775 ioff = noff;
782 if ( ioff > 0 )
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 2176 int ioff, noff = offsets.length; local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 2173 int ioff, noff = offsets.length; local
    [all...]
  /external/iproute2/lib/
bpf.c 1995 unsigned int ioff, rmap; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-rx.c 2809 int dcode, icode, reg, ioff, dscale, ilen; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 202 milliseconds