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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local
144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this);
147 p_ind->replace_child(p_child_ret, b_it, e_it, this);
148 apply_update(p_ind, (node_update*)this);
150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this);
151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it);
155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end());
159 apply_update(p_ind, (node_update*)this);
160 return p_ind;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 142 inode_pointer p_ind = static_cast<inode_pointer>(p_nd); local
144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this);
147 p_ind->replace_child(p_child_ret, b_it, e_it, this);
148 apply_update(p_ind, (node_update*)this);
150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this);
151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it);
155 const size_type rhs_dist = std::distance(p_ind->begin(), p_ind->end());
159 apply_update(p_ind, (node_update*)this);
160 return p_ind;
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 564 int p_max = 2, p_ind; local
603 p_ind = 0;
641 if( p_ind >= p_max )
644 p_are[p_ind] = a00 / 2.;
645 p_ind++;
672 if( p_ind >= p_max )
675 p_are[p_ind] = a00 / 2.;
676 p_ind++;
703 if( p_ind >= p_max )
706 p_are[p_ind] = a00 / 2.
    [all...]
  /system/bt/stack/gatt/
gatt_utils.cc 168 tGATT_VALUE* gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind) {
173 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE));
    [all...]
gatt_int.h 464 extern tGATT_VALUE* gatt_add_pending_ind(tGATT_TCB* p_tcb, tGATT_VALUE* p_ind);

Completed in 155 milliseconds