Home
last modified time | relevance | path

Searched defs:a_ref (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/data_model/src/
Dvolatile_memory.rs434 let a_ref = VolatileSlice::new(&mut a[..]); in ref_store() localVariable
444 let a_ref = VolatileSlice::new(&mut a[..]); in ref_load() localVariable
461 let a_ref = VolatileSlice::new(&mut a[..]); in ref_to_slice() localVariable
/external/llvm-project/lldb/test/API/types/
Dbasic_type.cpp104 T& a_ref = a; in main() local
/external/llvm-project/lldb/test/API/functionalities/breakpoint/inlined_breakpoints/
Dbasic_type.cpp95 T& a_ref = a; in main() local
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_mat_mul_op.cc191 auto a_ref = GetSparseMatrixRef(*input_matrix_a, rank, batch_idx, in Compute() local