Searched defs:boundary (Results 1 – 5 of 5) sorted by relevance
622 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ argument624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ argument
1949 uint boundary; in bcm_mw_to_qdbm() local
2234 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI()
2245 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI()
2669 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary) in getSanitizeROI()