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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dintprops.h64 The symbol signed_type_or_expr__ is private to this header file. */
66 # define signed_type_or_expr__(t) TYPE_SIGNED (__typeof__ (t)) macro
68 # define signed_type_or_expr__(t) 1 macro
76 ((sizeof (t) * CHAR_BIT - signed_type_or_expr__ (t)) * 146 / 485 \
77 + signed_type_or_expr__ (t) + 1)

Completed in 20 milliseconds