Home
last modified time | relevance | path

Searched refs:input_ptr (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c2419 char *input_ptr, /* start of the bytes */ in add_bytes() argument
2441 (void) memcpy (ptr, input_ptr, move_bytes); in add_bytes()
2442 input_ptr += move_bytes; in add_bytes()
2447 *ptr++ = *input_ptr++; in add_bytes()