Searched refs:c_ptr_start (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_string.c51 char *c_ptr_start, *c_ptr; local
188 c_ptr_start = &(ps[istart]);
189 c_ptr = c_ptr_start;
196 istart = istart + (c_ptr - c_ptr_start);
H A Dbid128_string.c61 char *c_ptr_start, *c_ptr; local
208 c_ptr_start = &(str[k]);
209 c_ptr = c_ptr_start;
216 k = k + (c_ptr - c_ptr_start);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_string.c51 char *c_ptr_start, *c_ptr; local
188 c_ptr_start = &(ps[istart]);
189 c_ptr = c_ptr_start;
196 istart = istart + (c_ptr - c_ptr_start);
H A Dbid128_string.c61 char *c_ptr_start, *c_ptr; local
208 c_ptr_start = &(str[k]);
209 c_ptr = c_ptr_start;
216 k = k + (c_ptr - c_ptr_start);

Completed in 91 milliseconds