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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dintprops.h61 The symbol signed_type_or_expr__ is private to this header file. */
63 # define signed_type_or_expr__(t) TYPE_SIGNED (__typeof__ (t)) macro
65 # define signed_type_or_expr__(t) 1 macro
73 ((sizeof (t) * CHAR_BIT - signed_type_or_expr__ (t)) * 146 / 485 \
74 + signed_type_or_expr__ (t) + 1)

Completed in 170 milliseconds