Home
last modified time | relevance | path

Searched defs:t (Results 1 – 1 of 1) sorted by relevance

/include/
A Dintprops.h37 #define TYPE_IS_INTEGER(t) ((t) 1.5 == 1) argument
40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) argument
52 #define TYPE_WIDTH(t) (sizeof (t) * CHAR_BIT) argument
55 #define TYPE_MINIMUM(t) ((t) ~ TYPE_MAXIMUM (t)) argument
56 #define TYPE_MAXIMUM(t) \ argument
101 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t)) argument
103 # define _GL_SIGNED_TYPE_OR_EXPR(t) 1 argument
120 #define INT_STRLEN_BOUND(t) \ argument
126 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) argument
532 #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \ argument
[all …]

Completed in 7 milliseconds