HomeSort by relevance Sort by last modified time
    Searched refs:MAYBE_UNUSED (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-compiler.h 28 # define MAYBE_UNUSED __attribute__((unused))
30 # define MAYBE_UNUSED
pixman-private.h 406 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_t dest_y = info->dest_y;
    [all...]

Completed in 651 milliseconds