Home
last modified time | relevance | path

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

/external/u-boot/drivers/dfu/
Ddfu_mmc.c301 size_t second_arg; in dfu_fill_entity_mmc() local
324 second_arg = simple_strtoul(argv[1], NULL, 0); in dfu_fill_entity_mmc()
342 dfu->data.mmc.lba_start = second_arg; in dfu_fill_entity_mmc()
358 int mmcdev = second_arg; in dfu_fill_entity_mmc()
382 dfu->data.mmc.dev = second_arg; in dfu_fill_entity_mmc()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp27 typename get_nth_type<1, Args...>::type second_arg(Args...);
43 int *i1 = second_arg<float *>(0, (int*)0, 0); in test_explicit_spec_extension()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp1-0x.cpp33 typename get_nth_type<1, Args...>::type second_arg(Args...);
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13216 OutT& second_arg = p_out[component * component_step_1]; in call() local
13218 p_result[component] = p_function(first_arg, second_arg); in call()
13366 const Arg2T second_arg = p_arg_2[component * component_step_1]; in call() local
13368 p_result[component] = p_function(first_arg, second_arg); in call()
13499 const glw::GLdouble second_arg = p_arg[component * component_step_1 + n_components_0]; in call() local
13502 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()