/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | specifiers1.c | 15 #define T char in OK() macro 19 #define T signed char in OK() macro 23 #define T unsigned char in OK() macro 27 #define T short in OK() macro 32 #define T int in OK() macro 36 #define T long in OK() macro 41 #define T long long in OK() macro 46 #define T signed short in OK() macro 51 #define T signed in OK() macro 56 #define T signed long in OK() macro [all …]
|
H A D | typedef_shadow.c | 1 typedef int T; typedef 2 static void f(int T) in f()
|
H A D | nested-declarator.c | 1 typedef int T; typedef 5 int (T); in g() local
|
H A D | nested-declarator2.c | 1 typedef int T; typedef 10 int (T) = x; in z() local
|
H A D | identifier_list.c | 1 typedef int T; typedef
|
H A D | specifiers2.c | 1 typedef int T; typedef
|
H A D | vla-sizeof0.c | 2 #define T int macro
|
H A D | vla-sizeof1.c | 2 #define T int macro
|
H A D | vla-sizeof2.c | 2 #define T int macro
|
H A D | vla-sizeof3.c | 2 #define T int macro
|
H A D | vla-sizeof4.c | 2 #define T int macro
|
H A D | abi-integer.c | 1 #define TEST(T, S, A) \ argument
|
H A D | multi_typedef.c | 1 typedef int T, *P; typedef
|
H A D | vla-sizeof-ice.c | 6 #define T(x) __builtin_choose_expr(ICE_P(x), 1, 0) macro
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioTypePcm.cc | 114 char2short(char *&F, short *&T) { *T++ = ((short)*F++) << 8; } in char2short() 116 char2long(char *&F, long *&T) { *T++ = ((long)*F++) << 24; } in char2long() 118 char2float(char *&F, float *&T) { *T++ = char2dbl(*F++); } in char2float() 120 char2double(char *&F, double *&T) { *T++ = char2dbl(*F++); } in char2double() 122 char2ulaw(char *&F, ulaw *&T) { *T++ = audio_c2u(*F); F++; } in char2ulaw() 124 char2alaw(char *&F, alaw *&T) { *T++ = audio_c2a(*F); F++; } in char2alaw() 127 short2char(short *&F, char *&T) { *T++ = (char)(*F++ >> 8); } in short2char() 129 short2long(short *&F, long *&T) { *T++ = ((long)*F++) << 16; } in short2long() 131 short2float(short *&F, float *&T) { *T++ = short2dbl(*F++); } in short2float() 133 short2double(short *&F, double *&T) { *T++ = short2dbl(*F++); } in short2double() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ |
H A D | predef.c | 1 #define BITS(T) (sizeof(T) * 8) argument 2 #define SIGN_BIT(T) (1ULL << (BITS(T) - 1)) argument 3 #define SMASK(T) (SIGN_BIT(T) - 1) argument 4 #define UMASK(T) (SIGN_BIT(T) | SMASK(T)) argument 9 #define TEST_BIT(X, T) if (__ ## X ## _BIT__ != BITS(T)) return 1 in test() argument 13 #define TEST_SMAX(X, T) TEST_MAX(X, SMASK(T)) in test() argument 14 #define TEST_UMAX(X, T) TEST_MAX(X, UMASK(T)) in test() argument 35 #define TEST_SIZEOF(X, T) if (__SIZEOF_ ## X ## __ != sizeof(T)) return 1 in test() argument
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mode.h | 51 #define VTTOIF(T) (vttoif_tab[(int)(T)]) argument 52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT)) argument
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 68 #define DEFINE_FILTER(T) \ argument 76 #define DEFINE_FILTER_HQ(T) \ argument 97 #define DEFINE_CONVD(T, SZ) \ in DEFINE_FILTER() argument
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.ProcModelTrans.d | 39 proc_t *T; variable
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 325 #define LOG_OP(C, T, O, K, A, F) { \ argument 337 #define DEBUG_LREAD(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument 339 #define DEBUG_LREAD(C, T, O, K, A, F) argument 342 #define DEBUG_LWRITE(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument 344 #define DEBUG_LWRITE(C, T, O, K, A, F) argument 347 #define DEBUG_LREAD(C, T, O, K, A, F) argument 348 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvcex.h | 197 #define va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) argument
|
/illumos-gate/usr/src/common/mpi/ |
H A D | mpi-priv.h | 69 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);} argument 71 #define DIAG(T,V) argument
|
H A D | mpmontg.c | 97 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm) in s_mp_redc()
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | set_charset.c | 199 *T, local
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 41 #define T(x) if ((x) < 0) return (-1); else (void)NULL macro
|