HomeSort by relevance Sort by last modified time
    Searched refs:beg (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/zlib/src/contrib/masmx64/
inffas8664.c 89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
130 ar.beg = ar.out - (start - strm->avail_out);
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 128 char* beg = __write_integer_backward(bufend, flags, x); local
129 return copy(beg, bufend, buf);
strstream.cpp 199 (dir == ios_base::beg || dir == ios_base::end))
216 case ios_base::beg:
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
102 beg = out - (start - strm->avail_out);
186 op = (unsigned)(out - beg); /* max distance in output */
  /external/zlib/src/
inffast.c 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local
102 beg = out - (start - strm->avail_out);
186 op = (unsigned)(out - beg); /* max distance in output */
  /external/mksh/src/
sh.h 1274 char *end, *beg; \/* end, begin of string *\/ member in struct:XString
1329 void **beg, **end; \/* begin, end of vector *\/ member in struct:XPtrV
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 745 const char *beg = s;
752 if (s <= end || end - beg < 0)
753 fatal (*expanding_var, "%s: '%s'", message, beg);
738 const char *beg = s; local
2129 char *beg; local
    [all...]
read.c 877 const char *end, *beg; /* Helpers for whitespace stripping. */
873 const char *end, *beg; \/* Helpers for whitespace stripping. *\/ local
2667 char *p = buffer, *beg; local
    [all...]
variable.c 1234 register char *beg; local
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 180 uptr Beg() { return RoundUpTo((uptr)this + 1, 1 << alignment_log); }
204 if (addr >= Beg() && (addr + access_size) <= (Beg() + used_size)) {
205 *offset = addr - Beg();
212 if (addr < Beg()) {
213 *offset = Beg() - addr;
220 if (addr + access_size >= Beg() + used_size) {
221 if (addr <= Beg() + used_size)
224 *offset = addr - (Beg() + used_size);
243 used_size, (void*)Beg(), (void*)(Beg() + used_size))
308 uptr beg; member in struct:__asan::PageGroup
432 int beg = 0, end = n; local
    [all...]
  /external/stlport/src/
strstream.cpp 199 (dir == ios_base::beg || dir == ios_base::end))
216 case ios_base::beg:
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode);
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 419 static PrintfSpecifier Parse(const char *beg, const char *end);
568 static ScanfSpecifier Parse(const char *beg, const char *end);
631 const char *beg, const char *end, const LangOptions &LO);
634 const char *beg, const char *end, const LangOptions &LO);
  /external/compiler-rt/include/sanitizer/
asan_interface.h 38 uptr beg; // The address of the global. member in struct:__asan_global
  /external/stlport/test/unit/
sstream_test.cpp 391 s.seekg( 6, ios::beg );
398 is.seekg( 6, ios::beg );
414 s.seekp( 0, ios::beg );
431 ss.seekg( 0, ios::beg );
fstream_test.cpp 164 f.seekg( 0, ios_base::beg );
200 f.seekg( 0, ios_base::beg );
254 is.seekg( p, ios_base::beg );
349 ss.seekg( 0, ios_base::beg );
476 off = s.rdbuf()->pubseekoff(0, ios_base::beg);
496 ss.seekg( 0, ios_base::beg );
892 f.seekg( 0, ios_base::beg );
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 391 s.seekg( 6, ios::beg );
398 is.seekg( 6, ios::beg );
414 s.seekp( 0, ios::beg );
431 ss.seekg( 0, ios::beg );
fstream_test.cpp 182 f.seekg( 0, ios_base::beg );
218 f.seekg( 0, ios_base::beg );
272 is.seekg( p, ios_base::beg );
367 ss.seekg( 0, ios_base::beg );
494 off = s.rdbuf()->pubseekoff(0, ios_base::beg);
514 ss.seekg( 0, ios_base::beg );
910 f.seekg( 0, ios_base::beg );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 391 s.seekg( 6, ios::beg );
398 is.seekg( 6, ios::beg );
414 s.seekp( 0, ios::beg );
431 ss.seekg( 0, ios::beg );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 170 if (__dir == std::ios_base::beg)
190 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 170 if (__dir == std::ios_base::beg)
190 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 160 if (__dir == std::ios_base::beg)
180 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }

Completed in 1220 milliseconds

12 3 4 5