HomeSort by relevance Sort by last modified time
    Searched refs:p_end (Results 1 - 23 of 23) sorted by null

  /bionic/libc/string/
memccpy.c 35 const char* p_end = p + n; local
39 if (ch == c || p >= p_end) break;
43 if (p >= p_end && ch != c)
memswap.c 33 char* p_end = p + n; local
36 while (p < p_end) {
  /system/core/libcutils/
record_stream.c 74 unsigned char *p_end)
79 if (p_end < p_begin + HEADER_SIZE) {
88 if (p_end < p_ret) {
  /external/qemu/slirp/
bootp.c 109 const uint8_t *p, *p_end; local
116 p_end = p + DHCP_OPT_LEN;
120 while (p < p_end) {
128 if (p >= p_end)
  /external/qemu/slirp-android/
bootp.c 114 const uint8_t *p, *p_end; local
121 p_end = p + DHCP_OPT_LEN;
125 while (p < p_end) {
133 if (p >= p_end)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 83 mid_pointer(Ptr p_begin, Ptr p_end)
85 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
86 return (p_begin + (p_end - p_begin) / 2);
ov_tree_map_.hpp 406 mid_pointer(Ptr p_begin, Ptr p_end)
408 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
409 return (p_begin + (p_end - p_begin) / 2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 83 mid_pointer(Ptr p_begin, Ptr p_end)
85 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
86 return (p_begin + (p_end - p_begin) / 2);
ov_tree_map_.hpp 406 mid_pointer(Ptr p_begin, Ptr p_end)
408 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
409 return (p_begin + (p_end - p_begin) / 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 83 mid_pointer(Ptr p_begin, Ptr p_end)
85 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
86 return (p_begin + (p_end - p_begin) / 2);
ov_tree_map_.hpp 406 mid_pointer(Ptr p_begin, Ptr p_end)
408 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
409 return (p_begin + (p_end - p_begin) / 2);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 83 mid_pointer(Ptr p_begin, Ptr p_end)
85 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
86 return (p_begin + (p_end - p_begin) / 2);
ov_tree_map_.hpp 406 mid_pointer(Ptr p_begin, Ptr p_end)
408 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
409 return (p_begin + (p_end - p_begin) / 2);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 83 mid_pointer(Ptr p_begin, Ptr p_end)
85 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
86 return (p_begin + (p_end - p_begin) / 2);
ov_tree_map_.hpp 406 mid_pointer(Ptr p_begin, Ptr p_end)
408 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
409 return (p_begin + (p_end - p_begin) / 2);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 83 mid_pointer(Ptr p_begin, Ptr p_end)
85 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
86 return (p_begin + (p_end - p_begin) / 2);
ov_tree_map_.hpp 406 mid_pointer(Ptr p_begin, Ptr p_end)
408 _GLIBCXX_DEBUG_ASSERT(p_end >= p_begin);
409 return (p_begin + (p_end - p_begin) / 2);
  /external/freetype/src/cff/
cffload.c 331 FT_Byte* p_end; local
344 p_end = p + data_size;
349 for ( ; p < p_end; p++, poff++ )
354 for ( ; p < p_end; p += 2, poff++ )
359 for ( ; p < p_end; p += 3, poff++ )
364 for ( ; p < p_end; p += 4, poff++ )
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 764 void icvGetCoefForPiece( CvPoint2D64d p_start,CvPoint2D64d p_end,
771 det = p_start.x*p_end.y+p_end.x+p_start.y-p_end.y-p_start.y*p_end.x-p_start.x;
778 detA = p_start.y - p_end.y;
779 detB = p_end.x - p_start.x;
780 detC = p_start.x*p_end.y - p_end.x*p_start.y;
1053 void icvGetCrossPieceDirect( CvPoint2D64d p_start,CvPoint2D64d p_end,
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 640 CVAPI(void) icvGetCoefForPiece( CvPoint2D64f p_start,CvPoint2D64f p_end,
666 CVAPI(void) icvGetCrossPieceDirect( CvPoint2D64f p_start,CvPoint2D64f p_end,
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /external/freetype/src/sfnt/
ttcmap.c 890 FT_Byte* p_end = ends; local
899 end = TT_NEXT_USHORT( p_end );
    [all...]
  /external/valgrind/main/perf/
tinycc.c 19616 uint8_t *p, *p_end; local
    [all...]

Completed in 1318 milliseconds