Home
last modified time | relevance | path

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

/external/u-boot/drivers/dfu/
Ddfu_mmc.c302 size_t third_arg; in dfu_fill_entity_mmc() local
325 third_arg = simple_strtoul(argv[2], NULL, 0); in dfu_fill_entity_mmc()
343 dfu->data.mmc.lba_size = third_arg; in dfu_fill_entity_mmc()
359 int mmcpart = third_arg; in dfu_fill_entity_mmc()
383 dfu->data.mmc.part = third_arg; in dfu_fill_entity_mmc()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13500 …const glw::GLdouble third_arg = p_arg[component * component_step_2 + n_components_0 + n_component… in call() local
13502 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()