Home | History | Annotate | Download | only in example

Lines Matching refs:array_length

27 #define array_length(x) (sizeof(x) / sizeof((x)[0]))
136 array_length(operator_functions), operator_functions, NULL));
155 array_length(operator_functions), operator_functions, "test"),
168 array_length(operator_functions), operator_functions, "-"),
181 1, NULL, array_length(operator_functions), operator_functions,
196 array_length(args), args, 1, NULL, &number_of_intermediate_values,
212 array_length(args), args, 1, operator_functions, NULL,
228 array_length(args), args, array_length(operator_functions),
261 array_length(args), args, array_length(operator_functions),
284 array_length(args), args, array_length(operator_functions),
307 array_length(args), args, array_length(operator_functions),
330 array_length(args), args, array_length(operator_functions),
362 array_length(args), args, array_length(operator_functions),
379 assert_int_equal(example_main(array_length(args), args), 0);
395 assert_int_equal(example_main(array_length(args), args), 0);