HomeSort by relevance Sort by last modified time
    Searched refs:distance (Results 501 - 525 of 663) sorted by null

<<21222324252627

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 39 // Helper function: return distance(first, last) for forward
51 { return std::distance(__first, __last); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 338 * constructor N times (where N is distance(first,last)) and do
    [all...]
regex.h 776 { return this->matched ? std::distance(this->first, this->second) : 0; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rc_string_base.h 567 const size_type __dnew = static_cast<size_type>(std::distance(__beg,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 39 // Helper function: return distance(first, last) for forward
51 { return std::distance(__first, __last); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 568 * distance(@a first,@a last)).
805 { return std::distance(begin(), end()); }
    [all...]
stl_vector.h 291 * constructor N times (where N is distance(first,last)) and do
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 553 const size_type __dnew = static_cast<size_type>(std::distance(__beg,
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 568 * distance(@a first,@a last)).
805 { return std::distance(begin(), end()); }
    [all...]
stl_vector.h 291 * constructor N times (where N is distance(first,last)) and do
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 553 const size_type __dnew = static_cast<size_type>(std::distance(__beg,
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_list.h 568 * distance(@a first,@a last)).
805 { return std::distance(begin(), end()); }
    [all...]
stl_vector.h 291 * constructor N times (where N is distance(first,last)) and do
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
rc_string_base.h 553 const size_type __dnew = static_cast<size_type>(std::distance(__beg,
  /external/opencv/cvaux/src/
cvlee.cpp 678 Radius: out, distance between pPoint and sites, assosiated
680 distance from site, assosiated with pEdge1 and from
682 Return : distance between pPoint and marked point on pEdge1 or
700 Radius: out, distance between pPoint and sites, assosiated
702 distance from site, assosiated with pEdge1 and from
704 Return : distance between pPoint and marked point on pEdge1 or
722 Radius: out, distance between pPoint and sites, assosiated
724 distance from site, assosiated with pEdge1 and from
726 Return : distance between pPoint and marked point on pEdge1 or
2939 float min_distance,distance; local
    [all...]
  /external/openfst/src/include/fst/
compact-fst.h 278 ncompacts_ = distance(begin, end);
313 if (distance(begin, end) == 0)
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 615 // Distance between the address of the code target in the call instruction
618 // Distance between start of patched return sequence and the emitted address
622 // Distance between start of patched debug break slot and the emitted address
888 void jmp(Label* L, Label::Distance distance = Label::kFar);
897 Label::Distance distance = Label::kFar);
    [all...]
  /external/v8/src/x64/
assembler-x64.h 595 // Distance between the address of the code target in the call instruction
598 // Distance between the start of the JS return sequence and where the
603 // Distance between start of patched debug break slot and where the
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 1536 int distance = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h 776 { return this->matched ? std::distance(this->first, this->second) : 0; }
    [all...]
  /external/libpng/
pngrtran.c 481 png_bytep distance; local
492 distance = (png_bytep)png_malloc(png_ptr, (png_uint_32)(num_entries *
494 png_memset(distance, 0xff, num_entries * png_sizeof(png_byte));
526 if (d < (int)distance[d_index])
528 distance[d_index] = (png_byte)d;
536 png_free(png_ptr, distance);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 453 png_bytep distance; local
467 distance = (png_bytep)png_malloc(png_ptr, (png_uint_32)(num_entries *
470 png_memset(distance, 0xff, num_entries * png_sizeof(png_byte));
501 if (d < (int)distance[d_index])
503 distance[d_index] = (png_byte)d;
511 png_free(png_ptr, distance);
    [all...]
  /external/blktrace/btt/doc/
btt.tex 239 submitted to lower level drivers), the \emph{mean} distance between
753 \item[default] By default, the seek distance is calculated as the
754 \emph{closest} distance between the previous IO and this IO. The
760 option is specified, then the seek distance is simply the difference
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]

Completed in 2272 milliseconds

<<21222324252627