Home | History | Annotate | Download | only in impl

Lines Matching defs:__res

183       __list2vector_info* __res = __get_object_info(__obj);
184 if (!__res)
187 float __vc = __vector_cost(__res->__shift_count(), __res->__iterate());
188 float __lc = __list_cost(__res->__shift_count(), __res->__iterate());
189 __res->__set_vector_cost(__vc);
190 __res->__set_list_cost(__lc);
201 __list2vector_info* __res = __get_object_info(__obj);
202 if (__res)
203 __res->__opr_insert(__shift, __size);
209 __list2vector_info* __res = __get_object_info(__obj);
210 if (__res)
211 __res->__opr_iterate(__num);
217 __list2vector_info* __res = __get_object_info(__obj);
218 if (__res)
219 __res->__set_invalid();
225 __list2vector_info* __res = __get_object_info(__obj);
226 if (__res)
227 __res->__resize(__from, __to);