Home
last modified time | relevance | path

Searched refs:n_values (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/i2c/muxes/
Di2c-mux-gpio.c32 int n_values; member
78 mux->n_values = fdtdec_get_child_count(fdt, node); in i2c_mux_gpio_probe()
79 values = devm_kzalloc(dev, sizeof(*mux->values) * mux->n_values, in i2c_mux_gpio_probe()
/external/mesa3d/src/intel/common/
Dgen_decoder.c56 int n_values, n_allocated_values; member
391 if (ctx->n_values >= ctx->n_allocated_values) { in start_element()
397 assert(ctx->n_values < ctx->n_allocated_values); in start_element()
398 ctx->values[ctx->n_values++] = create_value(ctx, atts); in start_element()
442 field->inline_enum.nvalues = ctx->n_values; in end_element()
444 ctx->n_values = 0; in end_element()
448 e->nvalues = ctx->n_values; in end_element()
450 ctx->n_values = 0; in end_element()
/external/libxml2/
Dtestapi.c33694 int n_values; in test_xmlRegExecErrInfo() local
33702 for (n_values = 0;n_values < gen_nb_xmlChar_ptr_ptr;n_values++) { in test_xmlRegExecErrInfo()
33709 values = gen_xmlChar_ptr_ptr(n_values, 4); in test_xmlRegExecErrInfo()
33719 des_xmlChar_ptr_ptr(n_values, values, 4); in test_xmlRegExecErrInfo()
33730 printf(" %d", n_values); in test_xmlRegExecErrInfo()
33761 int n_values; in test_xmlRegExecNextValues() local
33768 for (n_values = 0;n_values < gen_nb_xmlChar_ptr_ptr;n_values++) { in test_xmlRegExecNextValues()
33774 values = gen_xmlChar_ptr_ptr(n_values, 3); in test_xmlRegExecNextValues()
33783 des_xmlChar_ptr_ptr(n_values, values, 3); in test_xmlRegExecNextValues()
33793 printf(" %d", n_values); in test_xmlRegExecNextValues()
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc9932 int n_values = sizeof(values) / sizeof(values[0]); in TEST() local
9934 for (int i = 0; i < n_values; i++) { in TEST()
9935 for (int j = 0; j < n_values; j++) { in TEST()