Searched refs:current_ptr (Results 1 - 2 of 2) sorted by relevance

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp733 const void* current_ptr,
738 if (current_ptr == info->static_ptr)
779 const void* current_ptr,
782 if (current_ptr == info->static_ptr)
806 // const void* current_ptr,
811 // process_static_type_below_dst(info, current_ptr, path_below);
820 // p->search_above_dst(info, current_ptr, current_ptr, public_path);
830 // info->dst_ptr_not_leading_to_static_ptr = current_ptr;
839 // p->search_below_dst(info, current_ptr, public_pat
731 process_static_type_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below) const argument
778 process_static_type_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below) const argument
845 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1017 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1094 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
1163 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1233 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1248 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1263 search_above_dst(__dynamic_cast_info* info, const void* dst_ptr, const void* current_ptr, int path_below, bool use_strcmp) const argument
1284 search_below_dst(__dynamic_cast_info* info, const void* current_ptr, int path_below, bool use_strcmp) const argument
[all...]
/external/toybox/lib/
H A Dpassword.c158 char *current_ptr = NULL; local
163 current_ptr = get_nextcolon(line, 2); //past passwd
166 current_ptr = get_nextcolon(current_ptr, 1);
167 fprintf(newfp, "%s\n",current_ptr);
168 } else fprintf(newfp, "%s\n",current_ptr);
173 current_ptr = get_nextcolon(line, 3); //past gid/admin list
174 *current_ptr = '\0';

Completed in 247 milliseconds