Searched defs:rhs (Results 1 – 5 of 5) sorted by relevance
38 #define ktime_sub(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 - (rhs).tv64 }; }) argument39 #define ktime_add(lhs, rhs) ({ (ktime_t){ .tv64 = (lhs).tv64 + (rhs).tv64 }; }) argument
698 public int compare(Size lhs, Size rhs) { in compare()
963 public int compare(Size lhs, Size rhs) { in compare()
1513 public int compare(Size lhs, Size rhs) { in compare()
251 def __eq__(self, rhs): argument932 def __lt__(self, rhs): argument