Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/src/
H A Dffi.rs27 pub fn matrix_new(rows: size_t, cols: size_t, data: *const u64) -> *mut Matrix; in matrix_new() function
/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/rust_calling_c/c/
H A Dmatrix.c20 Matrix* matrix_new(size_t rows, size_t cols, const uint64_t* data) { in matrix_new() function