Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dcuda_common.c29 info->host_c = fopen(name, "w"); in cuda_open_files()
36 fprintf(info->host_c, "#include <assert.h>\n"); in cuda_open_files()
37 fprintf(info->host_c, "#include <stdio.h>\n"); in cuda_open_files()
38 fprintf(info->host_c, "#include \"%s\"\n", name); in cuda_open_files()
49 fclose(info->host_c); in cuda_close_files()
Dcuda_common.h7 FILE *host_c; member
Dcuda.c725 r = generate_gpu(ctx, input, cuda.host_c, options, &print_cuda, &cuda); in generate_cuda()
/external/autotest/client/deps/lansim/
Dcontrol59 host_c = host.SimpleHost(simu, '12:34:56:78:90:EF', '192.168.0.4')