HomeSort by relevance Sort by last modified time
    Searched refs:number_of_arguments (Results 1 - 4 of 4) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
calculator.c 145 * containing number_of_arguments strings. Operators invoked by the expression
156 int number_of_arguments, char *arguments[],
164 assert(!number_of_arguments || arguments);
173 if (!number_of_arguments)
187 *intermediate_values = calloc(((number_of_arguments - 1) / 2),
191 while (i < number_of_arguments) {
208 if (i == number_of_arguments) {
calculator_test.c 50 int number_of_arguments, char *arguments[],
  /art/compiler/optimizing/
instruction_builder.cc 810 size_t number_of_arguments = strlen(descriptor) - 1; local
943 size_t number_of_arguments = strlen(descriptor); local
    [all...]
nodes.h     [all...]

Completed in 242 milliseconds