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

/freebsd-11.0-release/sys/dev/usb/input/
H A Dwsp.c155 TYPE2, /* button integrated in trackpad */ enumerator in enum:tp_type
289 .tp_type = TYPE2,
304 .tp_type = TYPE2,
319 .tp_type = TYPE2,
334 .tp_type = TYPE2,
349 .tp_type = TYPE2,
364 .tp_type = TYPE2,
379 .tp_type = TYPE2,
393 .tp_type = TYPE2,
408 .tp_type = TYPE2,
[all...]
/freebsd-11.0-release/contrib/gcc/cp/
H A Dcp-tree.h286 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
288 #define same_type_p(TYPE1, TYPE2) \
289 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
291 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, ignoring
293 #define same_type_ignoring_top_level_qualifiers_p(TYPE1, TYPE2) \
294 same_type_p (TYPE_MAIN_VARIANT (TYPE1), TYPE_MAIN_VARIANT (TYPE2))
3564 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, or if TYPE2
3565 is derived from TYPE1, or if TYPE2 is a pointer (reference) to a
3567 #define same_or_base_type_p(TYPE1, TYPE2) \
[all...]

Completed in 45 milliseconds