OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_ind
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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
...]
Completed in 382 milliseconds