HomeSort by relevance Sort by last modified time
    Searched defs:setp (Results 1 - 8 of 8) sorted by null

  /external/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf
  /external/libvorbis/lib/
vorbisenc.c 1017 int setp=(number&0xf); \/* a read request has a low nibble of 0 *\/ local
    [all...]
  /external/openssh/
packet.c 1030 fd_set *setp; local
1036 setp = (fd_set *)xcalloc(howmany(active_state->connection_in + 1,
1054 xfree(setp);
1061 memset(setp, 0, howmany(active_state->connection_in + 1,
1063 FD_SET(active_state->connection_in, setp);
1075 if ((ret = select(active_state->connection_in + 1, setp,
1686 fd_set *setp; local
    [all...]

Completed in 636 milliseconds