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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 52 const size_type l_height = local
61 PB_DS_DEBUG_VERIFY(l_height == r_height);
62 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 52 const size_type l_height = local
61 PB_DS_DEBUG_VERIFY(l_height == r_height);
62 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 52 const size_type l_height = local
61 PB_DS_DEBUG_VERIFY(l_height == r_height);
62 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 51 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
58 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
59 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 52 const size_type l_height = local
61 PB_DS_DEBUG_VERIFY(l_height == r_height);
62 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 52 const size_type l_height = local
61 PB_DS_DEBUG_VERIFY(l_height == r_height);
62 return (p_nd->m_red ? 0 : 1) + l_height;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
debug_fn_imps.hpp 52 const size_type l_height = local
61 PB_DS_DEBUG_VERIFY(l_height == r_height);
62 return (p_nd->m_red ? 0 : 1) + l_height;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
image.c 109 OPJ_UINT32 i, l_width, l_height; local
126 l_height = (OPJ_UINT32)opj_int_ceildivpow2(l_comp_y1 - l_comp_y0, (OPJ_INT32)l_img_comp->factor);
128 l_img_comp->h = l_height;
tcd.c 1286 OPJ_UINT32 l_stride, l_width,l_height; local
1659 OPJ_UINT32 l_width,l_height,i,j; local
    [all...]
j2k.c     [all...]

Completed in 950 milliseconds