HomeSort by relevance Sort by last modified time
    Searched refs:__root (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
losertree.h 184 __init_winner(unsigned int __root)
186 if (__root >= _M_k)
187 return __root;
190 unsigned int __left = __init_winner(2 * __root);
191 unsigned int __right = __init_winner(2 * __root + 1);
198 _M_losers[__root] = _M_losers[__right];
204 _M_losers[__root] = _M_losers[__left];
277 * Computes the winner of the competition at position "__root".
281 * @param __root __index of the "game" to start.
284 __init_winner(unsigned int __root)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
losertree.h 184 __init_winner(unsigned int __root)
186 if (__root >= _M_k)
187 return __root;
190 unsigned int __left = __init_winner(2 * __root);
191 unsigned int __right = __init_winner(2 * __root + 1);
198 _M_losers[__root] = _M_losers[__right];
204 _M_losers[__root] = _M_losers[__left];
277 * Computes the winner of the competition at position "__root".
281 * @param __root __index of the "game" to start.
284 __init_winner(unsigned int __root)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
losertree.h 184 __init_winner(unsigned int __root)
186 if (__root >= _M_k)
187 return __root;
190 unsigned int __left = __init_winner(2 * __root);
191 unsigned int __right = __init_winner(2 * __root + 1);
198 _M_losers[__root] = _M_losers[__right];
204 _M_losers[__root] = _M_losers[__left];
277 * Computes the winner of the competition at position "__root".
281 * @param __root __index of the "game" to start.
284 __init_winner(unsigned int __root)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
losertree.h 184 __init_winner(unsigned int __root)
186 if (__root >= _M_k)
187 return __root;
190 unsigned int __left = __init_winner(2 * __root);
191 unsigned int __right = __init_winner(2 * __root + 1);
198 _M_losers[__root] = _M_losers[__right];
204 _M_losers[__root] = _M_losers[__left];
277 * Computes the winner of the competition at position "__root".
281 * @param __root __index of the "game" to start.
284 __init_winner(unsigned int __root)
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
ordered_dict.py 64 self.__root
66 self.__root = root = [] # sentinel node
76 root = self.__root
92 root = self.__root
100 root = self.__root
111 root = self.__root
125 root = self.__root
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 61 _Rb_tree_node_base*& __root) {
68 if (__x == __root)
69 __root = __y;
80 _Rb_tree_node_base*& __root) {
87 if (__x == __root)
88 __root = __y;
99 _Rb_tree_node_base*& __root) {
101 while (__x != __root && __x->_M_parent->_M_color == _S_rb_tree_red) {
113 _Rotate_left(__x, __root);
117 _Rotate_right(__x->_M_parent->_M_parent, __root);
    [all...]
_string_operators.h 130 __root_type __root(__rhs, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__lhs.get_allocator()));
133 _STLP_PRIV __on_right>(__lhs, __root);
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
177 __root_type, _STLP_PRIV __on_right>(__x, __root);
194 __root_type __root(__y, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__y.get_allocator()));
197 _STLP_PRIV __on_right>(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), __root);
239 __root_type __root(__c, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
241 __root_type, _STLP_PRIV __on_right>(__x, __root);
256 __root_type __root(__x, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
258 __root_type, _STLP_PRIV __on_right>(__c, __root);
    [all...]
_tree.h 117 static void _STLP_CALL _Rebalance(_Base_ptr __x, _Base_ptr& __root);
119 _Base_ptr& __root,
126 static void _STLP_CALL _Rotate_left (_Base_ptr __x, _Base_ptr& __root);
127 static void _STLP_CALL _Rotate_right(_Base_ptr __x, _Base_ptr& __root);
264 // __root, in iterator.operator++
_rope.h 818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_tree.c 61 _Rb_tree_node_base*& __root) {
68 if (__x == __root)
69 __root = __y;
80 _Rb_tree_node_base*& __root) {
87 if (__x == __root)
88 __root = __y;
99 _Rb_tree_node_base*& __root) {
101 while (__x != __root && __x->_M_parent->_M_color == _S_rb_tree_red) {
113 _Rotate_left(__x, __root);
117 _Rotate_right(__x->_M_parent->_M_parent, __root);
    [all...]
_string_operators.h 130 __root_type __root(__rhs, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__lhs.get_allocator()));
133 _STLP_PRIV __on_right>(__lhs, __root);
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
177 __root_type, _STLP_PRIV __on_right>(__x, __root);
194 __root_type __root(__y, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__y.get_allocator()));
197 _STLP_PRIV __on_right>(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), __root);
239 __root_type __root(__c, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
241 __root_type, _STLP_PRIV __on_right>(__x, __root);
256 __root_type __root(__x, _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()));
258 __root_type, _STLP_PRIV __on_right>(__c, __root);
    [all...]
_tree.h 117 static void _STLP_CALL _Rebalance(_Base_ptr __x, _Base_ptr& __root);
119 _Base_ptr& __root,
126 static void _STLP_CALL _Rotate_left (_Base_ptr __x, _Base_ptr& __root);
127 static void _STLP_CALL _Rotate_right(_Base_ptr __x, _Base_ptr& __root);
264 // __root, in iterator.operator++
_rope.h 818 _Rope_iterator_base(_RopeRep* __root, size_t __pos)
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos):
882 _Rope_iterator_base<_CharT,_Alloc>(__CONST_CAST(_RopeRep*,__root), __pos)
    [all...]
  /device/google/contexthub/firmware/inc/
toolchain.h 42 #define KEEP_SYMBOL __root static void
48 #define APP_ENTRY _Pragma(PRAGMA_HELPER(location,".internal_app_init",)) __root static const struct AppHdr
49 #define APP_ENTRY2 _Pragma(PRAGMA_HELPER(location,".app_init",)) __root static struct AppFuncs
66 #define SET_INTERNAL_LOCATION(x, y) _Pragma((x, y)) __root
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
search.h 151 extern void twalk (__const void *__root, __action_fn_t __action);
159 extern void tdestroy (void *__root, __free_fn_t __freefct);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
search.h 151 extern void twalk (__const void *__root, __action_fn_t __action);
159 extern void tdestroy (void *__root, __free_fn_t __freefct);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 47 self.__root
49 self.__root = root = [] # sentinel node
59 root = self.__root
76 root = self.__root
85 root = self.__root
93 root = self.__root
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 47 self.__root
49 self.__root = root = [] # sentinel node
59 root = self.__root
76 root = self.__root
85 root = self.__root
93 root = self.__root
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 47 self.__root
49 self.__root = root = [] # sentinel node
59 root = self.__root
76 root = self.__root
85 root = self.__root
93 root = self.__root
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 47 self.__root
49 self.__root = root = [] # sentinel node
59 root = self.__root
76 root = self.__root
85 root = self.__root
93 root = self.__root
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 241 self.__root = r"Software\Microsoft\VisualStudio"
244 self.__root = r"Software\Microsoft\Devstudio"
615 % (self.__root, self.__version))
618 r"\Win32 (%s)\Directories" % (self.__root, platform))
631 if read_values(base, r"%s\6.0" % self.__root) is not None:
msvc9compiler.py 342 self.__root = r"Software\Microsoft\VisualStudio"
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 241 self.__root = r"Software\Microsoft\VisualStudio"
244 self.__root = r"Software\Microsoft\Devstudio"
615 % (self.__root, self.__version))
618 r"\Win32 (%s)\Directories" % (self.__root, platform))
631 if read_values(base, r"%s\6.0" % self.__root) is not None:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 241 self.__root = r"Software\Microsoft\VisualStudio"
244 self.__root = r"Software\Microsoft\Devstudio"
615 % (self.__root, self.__version))
618 r"\Win32 (%s)\Directories" % (self.__root, platform))
631 if read_values(base, r"%s\6.0" % self.__root) is not None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 241 self.__root = r"Software\Microsoft\VisualStudio"
244 self.__root = r"Software\Microsoft\Devstudio"
615 % (self.__root, self.__version))
618 r"\Win32 (%s)\Directories" % (self.__root, platform))
631 if read_values(base, r"%s\6.0" % self.__root) is not None:

Completed in 4674 milliseconds

1 2