Searched refs:host_c (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/External/ppcg/ |
D | cuda_common.c | 29 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()
|
D | cuda_common.h | 7 FILE *host_c; member
|
D | cuda.c | 725 r = generate_gpu(ctx, input, cuda.host_c, options, &print_cuda, &cuda); in generate_cuda()
|
/external/autotest/client/deps/lansim/ |
D | control | 59 host_c = host.SimpleHost(simu, '12:34:56:78:90:EF', '192.168.0.4')
|