Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 6 of 6) sorted by relevance

/include/media/
Dv4l2-rect.h80 const struct v4l2_rect *r2) in v4l2_rect_same_size()
93 const struct v4l2_rect *r2) in v4l2_rect_same_position()
106 const struct v4l2_rect *r2) in v4l2_rect_equal()
119 const struct v4l2_rect *r2) in v4l2_rect_intersect()
166 const struct v4l2_rect *r2) in v4l2_rect_overlap()
195 struct v4l2_rect *r2) in v4l2_rect_enclosed()
/include/net/
Dgeneve.h32 u8 r2:1; member
36 u8 r2:1; member
/include/linux/
Drange.h16 static inline bool range_contains(struct range *r1, struct range *r2) in range_contains()
Dioport.h271 static inline bool resource_contains(const struct resource *r1, const struct resource *r2) in resource_contains()
281 static inline bool resource_overlaps(const struct resource *r1, const struct resource *r2) in resource_overlaps()
286 static inline bool resource_intersection(const struct resource *r1, const struct resource *r2, in resource_intersection()
296 static inline bool resource_union(const struct resource *r1, const struct resource *r2, in resource_union()
/include/math-emu/
Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
/include/drm/
Ddrm_rect.h222 const struct drm_rect *r2) in drm_rect_equals()