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

1 23 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 147 __const char *__old = (s); \
148 size_t __len = strlen (__old) + 1; \
150 (char *) memcpy (__new, __old, __len); \
157 __const char *__old = (s); \
158 size_t __len = strnlen (__old, (n)); \
161 (char *) memcpy (__new, __old, __len); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 147 __const char *__old = (s); \
148 size_t __len = strlen (__old) + 1; \
150 (char *) memcpy (__new, __old, __len); \
157 __const char *__old = (s); \
158 size_t __len = strnlen (__old, (n)); \
161 (char *) memcpy (__new, __old, __len); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 141 istreambuf_iterator __old = *this; local
144 __old._M_c = _M_sbuf->sbumpc();
147 return __old;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 148 istreambuf_iterator __old = *this; local
151 __old._M_c = _M_sbuf->sbumpc();
154 return __old;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 148 istreambuf_iterator __old = *this; local
151 __old._M_c = _M_sbuf->sbumpc();
154 return __old;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 141 istreambuf_iterator __old = *this; local
144 __old._M_c = _M_sbuf->sbumpc();
147 return __old;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 141 istreambuf_iterator __old = *this; local
144 __old._M_c = _M_sbuf->sbumpc();
147 return __old;