HomeSort by relevance Sort by last modified time
    Searched defs:beg (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/compiler-rt/lib/asan/
asan_interface_internal.h 33 uptr beg; // The address of the global. member in struct:__asan_global
86 uptr __asan_region_is_poisoned(uptr beg, uptr size)
asan_allocator.cc 142 uptr Beg() { return RoundUpTo((uptr)this + 1, 1 << alignment_log); }
166 uptr AsanChunkView::Beg() { return chunk_->Beg(); }
167 uptr AsanChunkView::End() { return Beg() + UsedSize(); }
215 uptr beg; member in struct:PageGroup
220 return addr >= beg && addr < end;
290 if (!m || m->Beg() != ptr) return 0;
339 int beg = 0, end = n; local
340 while (beg < end) {
341 int med = (beg + end) / 2
    [all...]
  /external/stlport/src/
num_put.cpp 128 char* beg = __write_integer_backward(bufend, flags, x); local
129 return copy(beg, bufend, buf);
ios.cpp 78 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /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);
ios.cpp 80 const ios_base::seekdir ios_base::beg; member in class:ios_base
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 84 void addAddressRange(uptr beg, uptr end);
92 uptr beg; member in struct:__sanitizer::LoadedModule::AddressRange
  /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/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);
  /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 */
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 32 private int beg; field in class:DistinguishedNameParser
60 beg = pos;
95 if ((end - beg > 4) && (chars[beg + 3] == '.')
96 && (chars[beg] == 'O' || chars[beg] == 'o')
97 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i')
98 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd'))
    [all...]
  /external/srec/portable/src/
LCHAR.c 160 LCHAR *beg, *end; local
165 for (beg = text; *beg != L('\0') && LISSPACE(*beg); ++beg);
166 if (beg == NULL)
169 for (end = beg; *end != L('\0') && !LISSPACE(*end); ++end);
175 rc = lstrtoi(beg, value, 10);
  /external/zlib/src/contrib/inflate86/
inffas86.c 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member in struct:inffast_ar
113 ar.beg = ar.out - (start - strm->avail_out);
282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */
311 " cmpq %%rdi, 40(%%rsp)\n" /* if out == beg, outside window */
607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */
639 " je .L_check_window\n" /* out == beg, if outside window */
    [all...]
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...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNParser.java 47 private int beg; field in class:DNParser
81 beg = pos;
118 if ((end - beg > 4) && (chars[beg + 3] == '.')
119 && (chars[beg] == 'O' || chars[beg] == 'o')
120 && (chars[beg + 1] == 'I' || chars[beg + 1] == 'i')
121 && (chars[beg + 2] == 'D' || chars[beg + 2] == 'd'))
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 800 char *beg = dn, tc; local
841 return(dn - beg);
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 933 uptr beg = d & ~3UL; // align down. local
936 fast_memcpy((void*)beg, (void*)s, end - beg);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 211 BlockDesc *beg = getblock(ptr); local
213 for (BlockDesc *b = beg; b != end; b++) {
  /external/smack/src/org/apache/harmony/javax/security/auth/
PrivateCredentialPermission.java 134 int beg = name.indexOf(' '); local
135 if (beg == -1) {
138 credentialClass = name.substring(0, beg);
141 beg++;
144 for (int i, j = 0; beg < nameLength; beg = j + 2, count++) {
145 i = name.indexOf(' ', beg);
158 beg = name.indexOf(' ');
159 beg++;
166 for (int index = 0, i, j; index < count; beg = j + 2, index++)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
debug.cpp 411 __i_node** beg = (__i_node**)malloc(nc * sizeof(__i_node*)); local
412 if (beg == nullptr)
419 memcpy(beg, beg_, nc/2*sizeof(__i_node*));
421 beg_ = beg;
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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);

Completed in 409 milliseconds

1 2 3