Searched refs:MAYBE_UNUSED (Results 1 - 2 of 2) sorted by relevance

/external/pixman/pixman/
H A Dpixman-compiler.h28 # define MAYBE_UNUSED __attribute__((unused)) macro
30 # define MAYBE_UNUSED macro
H A Dpixman-private.h406 MAYBE_UNUSED pixman_op_t op = info->op; \
407 MAYBE_UNUSED pixman_image_t * src_image = info->src_image; \
408 MAYBE_UNUSED pixman_image_t * mask_image = info->mask_image; \
409 MAYBE_UNUSED pixman_image_t * dest_image = info->dest_image; \
410 MAYBE_UNUSED int32_t src_x = info->src_x; \
411 MAYBE_UNUSED int32_t src_y = info->src_y; \
412 MAYBE_UNUSED int32_t mask_x = info->mask_x; \
413 MAYBE_UNUSED int32_t mask_y = info->mask_y; \
414 MAYBE_UNUSED int32_t dest_x = info->dest_x; \
415 MAYBE_UNUSED int32_
[all...]

Completed in 840 milliseconds