Lines Matching refs:p_function
13122 functionPointer p_function = (functionPointer)m_p_function;
13124 result = p_function(arg);
13152 functionPointer p_function = (functionPointer)m_p_function;
13156 p_result[component] = p_function(p_arg[component]);
13194 functionPointer p_function = (functionPointer)m_p_function;
13201 p_result[component] = p_function(first_arg, second_arg);
13294 functionPointer p_function = (functionPointer)m_p_function;
13303 result = p_function(arg_1, arg_2);
13341 functionPointer p_function = (functionPointer)m_p_function;
13348 p_result[component] = p_function(first_arg, second_arg);
13422 functionPointer p_function = (functionPointer)m_p_function;
13433 result = p_function(arg_1, arg_2, arg_3);
13470 functionPointer p_function = (functionPointer)m_p_function;
13478 p_result[component] = p_function(first_arg, second_arg, third_arg);