Searched refs:c_ptr (Results 1 – 3 of 3) sorted by relevance
59 extern C *c_ptr;68 c_ptr->B::foo(); in test()76 c_ptr->B::x = 5; in test()84 return c_ptr->B::x; in test()
268 int* c_ptr = cols_.get(); in Resize() local273 if ((r_ptr[i] < num_rows_) && (c_ptr[i] < num_cols_)) { in Resize()276 c_ptr[i-dropped_terms] = c_ptr[i]; in Resize()
852 char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes)); in convert_to_decimal() local853 if (c_ptr != NULL) in convert_to_decimal()855 char *d_ptr = c_ptr; in convert_to_decimal()882 while (d_ptr > c_ptr && d_ptr[-1] == '0') in convert_to_decimal()885 if (d_ptr == c_ptr) in convert_to_decimal()890 return c_ptr; in convert_to_decimal()