HomeSort by relevance Sort by last modified time
    Searched defs:len (Results 576 - 600 of 6966) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/gabi++/src/
stdexcept.cc 40 std::size_t len; member in struct:__anon42861::__libcpp_nmstr::_Rep_base
79 std::size_t len = strlen(msg); local
80 str_ = static_cast<const char*>(::operator new(len + 1 + offset));
82 c->len = c->cap = len;
85 std::memcpy(const_cast<char*>(c_str()), msg, len + 1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 28 long len = l - f; local
29 value_type* save(new value_type[len]);
33 std::sort(save, save+len);
34 assert(std::is_sorted(save, save+len));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 28 long len = l - f; local
29 value_type* save(new value_type[len]);
33 std::stable_sort(save, save+len);
34 assert(std::is_sorted(save, save+len));
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp 29616 std::size_t len = 0; local
29646 std::size_t len = 0; local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 82 size_t len; local
106 len = strlen(s) + 1;
111 return(len);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex28.c 65 size_t len = strlen (tests[i].string); local
66 int rv = re_search (&r, tests[i].string, len, 0, len, NULL);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 42 typename traits::difference_type len = boost::detail::distance(first, last); local
46 while (len > 0) {
47 half = len >> 1;
53 len = len - half - 1;
56 len = half;
67 typename traits::difference_type len = boost::detail::distance(first, last); local
71 while (len > 0) {
72 half = len >> 1;
78 len = len - half - 1
92 typename traits::difference_type len = boost::detail::distance(first, last); local
117 typename traits::difference_type len = boost::detail::distance(first, last); local
142 typename traits::difference_type len = boost::detail::distance(first, last); local
174 typename traits::difference_type len = boost::detail::distance(first, last); local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
utility.hpp 39 std::size_t len; local
42 realname = abi::__cxa_demangle(name,NULL,&len,&stat);
  /packages/apps/Gallery2/jni/filters/
bwfilter.c 38 int len = width * height * 4; local
40 for (i = 0; i < len; i+=4)
hue.c 25 int len = width * height * 4; local
28 for (i = 0; i < len; i+=4)
kmeans.cc 49 int len = swidth * sheight * 4; local
58 runKMeans<unsigned char, int>(k, finalCentroids, small_ds, len, dimension,
62 len = lwidth * lheight * 4;
67 runKMeansWithPicks<unsigned char, int>(k, nextCentroids, large_ds, len,
70 len = width * height * 4;
73 applyCentroids<unsigned char, int>(k, nextCentroids, dst, len, dimension, stride);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 12 __u32 len; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
udp.h 25 __be16 len; member in struct:udphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
udp.h 72 u_int16_t len; member in struct:udphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 129 const size_type len = m_size + other.m_size; local
130 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
156 m_size = len;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 12 __u32 len; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
udp.h 25 __be16 len; member in struct:udphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
udp.h 72 u_int16_t len; member in struct:udphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 118 const size_type len = m_size + other.m_size; local
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
146 m_size = len;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 118 const size_type len = m_size + other.m_size; local
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
146 m_size = len;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_hw3d.h 40 unsigned long len; member in struct:hw3d_region
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_hw3d.h 40 unsigned long len; member in struct:hw3d_region
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 128 const size_type len = m_size + other.m_size; local
129 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
155 m_size = len;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 128 const size_type len = m_size + other.m_size; local
129 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
155 m_size = len;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 128 const size_type len = m_size + other.m_size; local
129 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
155 m_size = len;

Completed in 1224 milliseconds

<<21222324252627282930>>