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

1 23 4

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 1404 uptr beg = d & ~3UL; local
    [all...]
  /external/mksh/src/
eval.c 370 char *beg, *end, *str; local
374 end = (beg = wdcopy(sp, ATEMP)) +
377 if (end < wdscan(beg, EOS))
379 str = snptreef(NULL, 64, "%S", beg);
380 afree(beg, ATEMP);
416 char *beg, *end; local
420 beg = wdcopy(sp, ATEMP);
421 end = beg + (wdscan(sp, CSUBST) - sp);
423 end = wdstrip(beg, 0);
424 afree(beg, ATEMP)
445 char *beg, *mid, *end, *stg; local
    [all...]
expr.c 923 unsigned short beg; member in struct:mb_ucsrange
1158 if (val < arr[min].beg || val > arr[max - 1].end)
1164 if (val < arr[mid].beg)
sh.h 1403 char *end, *beg; \/* end, begin of string *\/ member in struct:XString
1458 void **beg; member in struct:__anon31791
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 455 int beg = 0; local
456 int end = oid.indexOf('.', beg);
458 int comp = Integer.parseInt(oid.substring(beg, end));
459 beg = end + 1;
463 end = oid.indexOf('.', beg);
464 comp = Integer.parseInt(oid.substring(beg, end));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
ios_base.h 391 * - beg
398 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 389 * - beg
396 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 389 * - beg
396 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 397 * - beg
404 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 391 * - beg
398 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 391 * - beg
398 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 391 * - beg
398 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ios_base.h 391 * - beg
398 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ios_base.h 389 * - beg
396 static const seekdir beg = _S_beg; member in class:ios_base
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ios_base.h 389 * - beg
396 static const seekdir beg = _S_beg; member in class:ios_base
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 326 void MapWithCallback(uptr beg, uptr size) {
327 CHECK_EQ(beg, reinterpret_cast<uptr>(MmapFixedOrDie(beg, size)));
328 MapUnmapCallback().OnMap(beg, size);
331 void UnmapWithCallback(uptr beg, uptr size) {
332 MapUnmapCallback().OnUnmap(beg, size);
333 UnmapOrDie(reinterpret_cast<void *>(beg), size);
373 uptr beg = chunk_idx * size; local
374 uptr next_beg = beg + size;
378 return reinterpret_cast<void*>(reg_beg + beg);
717 uptr beg = ComputeRegionBeg(mem); local
757 uptr beg = ComputeRegionBeg(mem); local
    [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...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 5380 int beg, end; \/\/ under mu member in namespace:test112
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 1206 milliseconds

1 23 4