Home
last modified time | relevance | path

Searched refs:TYPE_IS (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/sgi-gru/
H A Dgruhandles.c55 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()
57 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()
59 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
H A Dgruhandles.h82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/sgi-gru/
H A Dgruhandles.c55 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()
57 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()
59 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
H A Dgruhandles.h82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/sgi-gru/
H A Dgruhandles.c55 if (TYPE_IS(CCH, goff)) in report_instruction_timeout()
57 else if (TYPE_IS(TGH, goff)) in report_instruction_timeout()
59 else if (TYPE_IS(TFH, goff)) in report_instruction_timeout()
H A Dgruhandles.h82 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \ macro
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Dtracklist_selections.c48 #define TYPE_IS(x) \ macro
138 if (TYPE_IS (DELETE)) in validate()
147 else if (TYPE_IS (MOVE_INSIDE)) in validate()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Darranger.c106 #define TYPE_IS(x) \ macro
2846 TYPE_IS (TIMELINE) && in drag_begin()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/backend/
H A Darranger_object.c75 #define TYPE_IS(x) \ macro