Searched defs:operator_functions (Results 1 - 2 of 2) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/example/ |
H A D | calculator.c | 119 /* Searches the specified array of operator_functions for the function 125 const OperatorFunction * const operator_functions, 128 assert(!number_of_operator_functions || operator_functions); 133 &operator_functions[i]; 146 * are specified by the array operator_functions containing 158 const OperatorFunction * const operator_functions, 165 assert(!number_of_operator_functions || operator_functions); 195 number_of_operator_functions, operator_functions, operator_string); 123 find_operator_function_by_string( const size_t number_of_operator_functions, const OperatorFunction * const operator_functions, const char* const operator_string) argument 155 perform_operation( int number_of_arguments, char *arguments[], const size_t number_of_operator_functions, const OperatorFunction * const operator_functions, int * const number_of_intermediate_values, int ** const intermediate_values, int * const error_occurred) argument
|
H A D | calculator_test.c | 47 const OperatorFunction * const operator_functions, 52 const OperatorFunction * const operator_functions, 132 const OperatorFunction operator_functions[] = { local 136 array_length(operator_functions), operator_functions, NULL)); 149 const OperatorFunction operator_functions[] = { local 155 array_length(operator_functions), operator_functions, "test"), 162 const OperatorFunction operator_functions[] = { local 168 array_length(operator_functions), operator_function 174 const OperatorFunction operator_functions[] = { local 203 const OperatorFunction operator_functions[] = { local 219 const OperatorFunction operator_functions[] = { local 229 operator_functions, &number_of_intermediate_values, NULL, local 247 const OperatorFunction operator_functions[] = { local 262 operator_functions, &number_of_intermediate_values, local 270 const OperatorFunction operator_functions[] = { local 285 operator_functions, &number_of_intermediate_values, local 293 const OperatorFunction operator_functions[] = { local 308 operator_functions, &number_of_intermediate_values, local 316 const OperatorFunction operator_functions[] = { local 331 operator_functions, &number_of_intermediate_values, local 339 const OperatorFunction operator_functions[] = { local 363 operator_functions, &number_of_intermediate_values, local [all...] |
Completed in 205 milliseconds