Searched refs:soff (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/types/
H A D2.cc26 std::streamoff soff; local
32 soff = -1;
33 soff = soff; // Suppress unused warning.
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpostinc-1.c8 long soff,
15 soff /= sizeof (__float128);
17 src += shift * soff;
21 src += soff;
5 copy_loop_ldouble(void *xdest, const void *xsrc, long roff, long soff, long len, long shift) argument
/haiku-buildtools/binutils/binutils/
H A Dresres.c550 rc_uint_type soff = off[0]; local
554 read_res_data (wrbfd, &soff, omax, d, sizeof (unichar));
558 l = ((soff - off[0]) / sizeof (unichar));
H A Dod-xcoff.c706 unsigned int soff = bfd_h_get_32 (abfd, sym.e.e.e_offset); local
708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size)
709 s->sym.name = data->strings + soff;
713 s->sym.raw.off = soff;

Completed in 49 milliseconds