HomeSort by relevance Sort by last modified time
    Searched refs:setg (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_netbsd_arm.c 16 x_cgo_init(G *g, void (*setg)(void*))
21 setg_gcc = setg;
gcc_solaris_amd64.c 15 x_cgo_init(G *g, void (*setg)(void*))
19 setg_gcc = setg;
gcc_darwin_arm.c 136 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
141 setg_gcc = setg;
gcc_darwin_arm64.c 138 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
144 setg_gcc = setg;
gcc_openbsd_386.c 113 x_cgo_init(G *g, void (*setg)(void*))
118 setg_gcc = setg;
gcc_openbsd_amd64.c 113 x_cgo_init(G *g, void (*setg)(void*))
118 setg_gcc = setg;
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 44 setg(buf, buf, buf);
56 setg(buf, buf, buf);
141 setg(buf, buf + old_get_offset, buf + (max)(old_get_offset, old_size));
178 setg(eback(), gptr(), pptr());
245 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), egptr());
247 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), pptr());
249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr());
282 setg(get, get, get + N);
286 setg(get, get, get + N);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.rvalue/
rvalue.pass.cpp 35 base::setg(const_cast<CharT*>(str_.data()),
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
rvalue.pass.cpp 35 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
  /external/zlib/src/contrib/iostream3/
zfstream.cc 202 this->setg(buffer, buffer, buffer);
206 this->setg(buffer, buffer, buffer + bytes_read);
319 this->setg(buffer, buffer, buffer);
331 this->setg(buffer, buffer, buffer);
340 this->setg(buffer, buffer, buffer);
357 this->setg(0, 0, 0);
363 this->setg(buffer, buffer, buffer);
  /external/libcxx/src/
strstream.cpp 41 setg(__gnext, __gnext, __gnext + __n);
44 setg(__gnext, __gnext, __pbeg);
182 setg(buf, buf + ninp, buf + einp);
223 setg(eback(), gptr(), pptr());
272 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
302 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 41 setg(__gnext, __gnext, __gnext + __n);
44 setg(__gnext, __gnext, __pbeg);
182 setg(buf, buf + ninp, buf + einp);
223 setg(eback(), gptr(), pptr());
272 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
302 setg(eback(), newpos, _VSTD::max(newpos, egptr()));
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_arm.c 136 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
141 setg_gcc = setg;
gcc_darwin_arm64.c 138 x_cgo_init(G *g, void (*setg)(void*), void **tlsg, void **tlsbase)
144 setg_gcc = setg;
gcc_openbsd_386.c 113 x_cgo_init(G *g, void (*setg)(void*))
118 setg_gcc = setg;
gcc_openbsd_amd64.c 113 x_cgo_init(G *g, void (*setg)(void*))
118 setg_gcc = setg;
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_money.pass.cpp 35 base::setg(const_cast<CharT*>(str_.data()),
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
double.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
float.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
int.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
long.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
long_double.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),

Completed in 858 milliseconds

1 23 4 5 6 7 8