Searched refs:scratch_arg_end (Results 1 – 1 of 1) sorted by relevance
753 sljit_s32 word_arg_count, scratch_arg_end, saved_arg_count, float_arg_count, curr_type; in function_check_arguments() local768 scratch_arg_end = 0; in function_check_arguments()782 scratch_arg_end = word_arg_count; in function_check_arguments()800 …return (saved_arg_count <= saveds && scratch_arg_end <= scratches && float_arg_count <= fscratches… in function_check_arguments()
Completed in 13 milliseconds