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

  /external/blktrace/btt/
seek.c 138 static int __median(struct rb_node *n, long long sofar, long long target, function
149 if (n->rb_left && __median(n->rb_left, sofar, target, rvp))
152 if (n->rb_right && __median(n->rb_right, sofar, target, rvp))
289 (void)__median(sip->root.rb_node, 0LL, sip->tot_seeks / 2,
  /external/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { function
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { function
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { function
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { function
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { function
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { function
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) function
155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) function
155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) function
155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) function
155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) function
    [all...]

Completed in 93 milliseconds