Home
last modified time | relevance | path

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

/include/media/
Dv4l2-rect.h79 static inline bool v4l2_rect_same_size(const struct v4l2_rect *r1, in v4l2_rect_same_size()
92 static inline bool v4l2_rect_same_position(const struct v4l2_rect *r1, in v4l2_rect_same_position()
105 static inline bool v4l2_rect_equal(const struct v4l2_rect *r1, in v4l2_rect_equal()
118 const struct v4l2_rect *r1, in v4l2_rect_intersect()
165 static inline bool v4l2_rect_overlap(const struct v4l2_rect *r1, in v4l2_rect_overlap()
194 static inline bool v4l2_rect_enclosed(struct v4l2_rect *r1, in v4l2_rect_enclosed()
/include/net/
Dgeneve.h33 u8 r1:1; member
35 u8 r1:1; member
/include/linux/
Drange.h16 static inline bool range_contains(struct range *r1, struct range *r2) in range_contains()
Dioport.h238 static inline bool resource_contains(struct resource *r1, struct resource *r2) in resource_contains()
248 static inline bool resource_overlaps(struct resource *r1, struct resource *r2) in resource_overlaps()
254 resource_intersection(struct resource *r1, struct resource *r2, struct resource *r) in resource_intersection()
264 resource_union(struct resource *r1, struct resource *r2, struct resource *r) 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.h221 static inline bool drm_rect_equals(const struct drm_rect *r1, in drm_rect_equals()