Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator.c124 const size_t number_of_operator_functions, in find_operator_function_by_string() argument
128 assert(!number_of_operator_functions || operator_functions); in find_operator_function_by_string()
131 for (i = 0; i < number_of_operator_functions; i++) { in find_operator_function_by_string()
157 const size_t number_of_operator_functions, in perform_operation() argument
165 assert(!number_of_operator_functions || operator_functions); in perform_operation()
195 number_of_operator_functions, operator_functions, operator_string); in perform_operation()
Dcalculator_test.c46 const size_t number_of_operator_functions,
51 const size_t number_of_operator_functions,