Home
last modified time | relevance | path

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

/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_ioctl.c170 timespec_add(const struct timespec *lhs_p, const struct timespec *rhs_p, in timespec_add()
183 timespec_diff(const struct timespec *lhs_p, const struct timespec *rhs_p, in timespec_diff()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtensor_type.cpp467 if (auto rhs_p = rhs.cast<TensorType>()) { in isSubtypeOfExt() local