Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
DREADME64 code is stored in file_host.cu and file_kernel.cu.
71 is stored in file_host.c and file_kernel.cl.
136 gcc -std=c99 file_host.c ocl_utilities.c -lOpenCL
/external/rust/crates/url/src/
Dparser.rs1041 let (_, host_str, remaining) = Parser::file_host(input)?; in get_file_host()
1054 let (_, host_str, remaining) = Parser::file_host(input)?; in parse_file_host()
1074 pub fn file_host(input: Input) -> ParseResult<(bool, String, Input)> { in file_host() method