Home
last modified time | relevance | path

Searched defs:to_ptr (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/benchmarks/
Dgem_exec_tracer.c146 #define to_ptr(T, x) ((T *)(uintptr_t)(x)) in trace_exec() macro
/external/rust/crates/bindgen/src/codegen/
Dmod.rs347 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream; in to_ptr() method
351 fn to_ptr(self, is_const: bool) -> proc_macro2::TokenStream { in to_ptr() method