HomeSort by relevance Sort by last modified time
    Searched full:__median (Results 1 - 23 of 23) 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,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
algorithm 548 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
582 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 546 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
580 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
algorithm 546 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
580 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 548 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
582 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
algorithm 548 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
582 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 548 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
582 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
algorithm 548 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
582 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
algorithm 546 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
580 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
algorithm 546 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c)
580 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp)
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
  /external/libcxxabi/test/
test_demangle.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp     [all...]

Completed in 1801 milliseconds