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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalops.c654 int amount_to_copy; local
674 amount_to_copy = byte_offset + 1;
676 amount_to_copy = byte_offset + TYPE_LENGTH (type);
679 buffer = (char *) alloca (amount_to_copy + MAX_REGISTER_SIZE);
683 amount_copied < amount_to_copy;
700 amount_copied < amount_to_copy;

Completed in 49 milliseconds