Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/scsi/
Dcommands.rs467 struct BlockDescriptor { in emulate() struct
474 impl BlockDescriptor { in emulate() impl
499 .read_obj::<BlockDescriptor>() in emulate()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBlock.h348 typedef TensorBlockDescriptor<NumDims, IndexType> BlockDescriptor; typedef
374 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE BlockDescriptor
381 if (NumDims == 0) return BlockDescriptor(offset, dimensions); in blockDescriptor()