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

  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
37 CharT* gend = base::egptr(); local
41 assert(base::egptr() == gend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
37 CharT* gend = base::egptr(); local
41 assert(base::egptr() == gend);
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 517 const u8 *g, *gend; local
524 gend = gi + gi_len;
525 while (g < gend) {
532 if (cend > gend)
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 1249 char *genie, *gpos, *gend; local
    [all...]

Completed in 89 milliseconds