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

12 3 4

  /external/stlport/src/
ios.cpp 78 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /external/zlib/src/contrib/inflate86/
inffast.S 178 #define beg 40 /* unsigned char* */ define
245 * beg = out - (start - strm->avail_out);
269 movl %ebp, beg(%esp)
614 * nbytes = out - beg;
625 subl beg(%esp), %eax /* nbytes = out - beg */
652 cmpl out_r, beg(%esp)
1004 subl beg(%esp), %eax /* nbytes = out - beg */
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 475 __i_node** beg = local
477 if (beg == nullptr)
484 memcpy(beg, beg_, nc/2*sizeof(__i_node*));
486 beg_ = beg;
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 80 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /ndk/sources/host-tools/make-3.81/
expand.c 248 register char *beg = p + 1;
265 end = strchr (beg, closeparen);
269 p1 = lindex (beg, end, '$');
272 /* BEG now points past the opening paren or brace.
275 for (p = beg; *p != '\0'; ++p)
287 beg = expand_argument (beg, p); /* Expand the name. */
288 free_beg = 1; /* Remember to free BEG when finished. */
289 end = strchr (beg, '\0');
302 colon = lindex (beg, end, ':')
246 register char *beg = p + 1; local
    [all...]
implicit.c 113 char *p = buffer, *beg;
120 beg = p;
182 *length = p - beg;
184 return beg;
111 char *p = buffer, *beg; local
variable.c 1234 register char *beg; local
    [all...]
  /bionic/libc/dns/nameser/
ns_name.c 1004 char *beg = dn, tc; local
1045 _DIAGASSERT(__type_fit(int, dn - beg));
1046 return (int)(dn - beg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 168 const_iterator beg = map().begin(); local
171 while (beg != end)
173 if (beg->second.first == label)
174 log_to_string(found, *beg);
175 ++beg;
241 base_type::const_iterator beg = __b.map().begin(); local
243 for (; beg != end; ++beg)
244 __b.log_to_string(error, *beg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 160 const_iterator beg = map().begin(); local
163 while (beg != end)
165 if (beg->second.first == label)
166 log_to_string(found, *beg);
167 ++beg;
233 base_type::const_iterator beg = __b.map().begin(); local
235 for (; beg != end; ++beg)
236 __b.log_to_string(error, *beg);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 160 const_iterator beg = map().begin(); local
163 while (beg != end)
165 if (beg->second.first == label)
166 log_to_string(found, *beg);
167 ++beg;
233 base_type::const_iterator beg = __b.map().begin(); local
235 for (; beg != end; ++beg)
236 __b.log_to_string(error, *beg);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 168 const_iterator beg = map().begin(); local
171 while (beg != end)
173 if (beg->second.first == label)
174 log_to_string(found, *beg);
175 ++beg;
241 base_type::const_iterator beg = __b.map().begin(); local
243 for (; beg != end; ++beg)
244 __b.log_to_string(error, *beg);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 168 const_iterator beg = map().begin(); local
171 while (beg != end)
173 if (beg->second.first == label)
174 log_to_string(found, *beg);
175 ++beg;
241 base_type::const_iterator beg = __b.map().begin(); local
243 for (; beg != end; ++beg)
244 __b.log_to_string(error, *beg);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 168 const_iterator beg = map().begin(); local
171 while (beg != end)
173 if (beg->second.first == label)
174 log_to_string(found, *beg);
175 ++beg;
241 base_type::const_iterator beg = __b.map().begin(); local
243 for (; beg != end; ++beg)
244 __b.log_to_string(error, *beg);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 168 const_iterator beg = map().begin(); local
171 while (beg != end)
173 if (beg->second.first == label)
174 log_to_string(found, *beg);
175 ++beg;
241 base_type::const_iterator beg = __b.map().begin(); local
243 for (; beg != end; ++beg)
244 __b.log_to_string(error, *beg);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 160 const_iterator beg = map().begin(); local
163 while (beg != end)
165 if (beg->second.first == label)
166 log_to_string(found, *beg);
167 ++beg;
233 base_type::const_iterator beg = __b.map().begin(); local
235 for (; beg != end; ++beg)
236 __b.log_to_string(error, *beg);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 192 const_iterator beg = map_alloc().begin(); local
194 while (beg != end)
196 if (beg->second.first == label)
197 log_to_string(found, *beg);
198 ++beg;
204 auto beg = map_construct().begin(); local
206 while (beg != end)
208 if (beg->second == label)
209 log_to_string(found, *beg);
210 ++beg;
229 const_iterator beg = map_alloc().begin(); local
240 auto beg = map_construct().begin(); local
275 auto beg = map_construct().begin(); local
380 base_type::const_iterator beg = __b.map_alloc().begin(); local
387 auto beg = __b.map_construct().begin(); local
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 690 uInt beg = s->pending; /* start of bytes to update crc */ local
694 if (s->gzhead->hcrc && s->pending > beg)
695 strm->adler = crc32(strm->adler, s->pending_buf + beg,
696 s->pending - beg);
698 beg = s->pending;
705 if (s->gzhead->hcrc && s->pending > beg)
706 strm->adler = crc32(strm->adler, s->pending_buf + beg,
707 s->pending - beg);
718 uInt beg = s->pending; /* start of bytes to update crc */ local
723 if (s->gzhead->hcrc && s->pending > beg)
749 uInt beg = s->pending; \/* start of bytes to update crc *\/ local
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 206 for (uptr p = g.beg; p < g.beg + g.size - 1; p++) {
210 if (*(char*)(g.beg + g.size - 1) != '\0') return;
212 (char *)g.beg);
238 if (addr <= g.beg - kMinimalDistanceFromAnotherGlobal) return false;
239 if (addr >= g.beg + g.size_with_redzone) return false;
243 if (addr < g.beg) {
245 g.beg - addr);
246 } else if (addr + size > g.beg + g.size) {
247 if (addr < g.beg + g.size
345 uptr beg; member in struct:__asan::StackVarDescr
400 uptr beg, size; local
    [all...]
  /external/compiler-rt/lib/msan/
msan.cc 547 uptr beg = x & ~3UL; // align down. local
552 if (beg & 7ULL) {
553 *(u32*)beg = origin;
554 beg += 4;
556 for (uptr addr = beg; addr < (end & ~7UL); addr += 8)
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 214 void *beg = a->GetBlockBegin(x); local
216 // fprintf(stderr, "[%zd] %p %p\n", i, x, beg);
217 EXPECT_EQ(x, beg);
  /external/lldb/source/Commands/
CommandObjectWatchpoint.cpp 131 uint32_t beg, end, id; local
142 for (id = beg; id <= end; ++id)
148 if (Arg.getAsInteger(0, beg))
155 if (Arg.getAsInteger(0, beg))
157 wp_ids.push_back(beg);
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 766 uInt beg = s->pending; /* start of bytes to update crc */ local
770 if (s->gzhead->hcrc && s->pending > beg)
771 strm->adler = crc32(strm->adler, s->pending_buf + beg,
772 s->pending - beg);
774 beg = s->pending;
781 if (s->gzhead->hcrc && s->pending > beg)
782 strm->adler = crc32(strm->adler, s->pending_buf + beg,
783 s->pending - beg);
794 uInt beg = s->pending; /* start of bytes to update crc */ local
799 if (s->gzhead->hcrc && s->pending > beg)
825 uInt beg = s->pending; \/* start of bytes to update crc *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 767 uInt beg = s->pending; /* start of bytes to update crc */ local
771 if (s->gzhead->hcrc && s->pending > beg)
772 strm->adler = crc32(strm->adler, s->pending_buf + beg,
773 s->pending - beg);
775 beg = s->pending;
782 if (s->gzhead->hcrc && s->pending > beg)
783 strm->adler = crc32(strm->adler, s->pending_buf + beg,
784 s->pending - beg);
795 uInt beg = s->pending; /* start of bytes to update crc */ local
800 if (s->gzhead->hcrc && s->pending > beg)
826 uInt beg = s->pending; \/* start of bytes to update crc *\/ local
    [all...]
  /external/zlib/src/
deflate.c 767 uInt beg = s->pending; /* start of bytes to update crc */ local
771 if (s->gzhead->hcrc && s->pending > beg)
772 strm->adler = crc32(strm->adler, s->pending_buf + beg,
773 s->pending - beg);
775 beg = s->pending;
782 if (s->gzhead->hcrc && s->pending > beg)
783 strm->adler = crc32(strm->adler, s->pending_buf + beg,
784 s->pending - beg);
795 uInt beg = s->pending; /* start of bytes to update crc */ local
800 if (s->gzhead->hcrc && s->pending > beg)
826 uInt beg = s->pending; \/* start of bytes to update crc *\/ local
    [all...]

Completed in 1186 milliseconds

12 3 4