Home
last modified time | relevance | path

Searched refs:__int128 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dint128.c1 typedef __int128 int128_t;
2 typedef signed __int128 sint128_t;
3 typedef unsigned __int128 uint128_t;
5 typedef __int128 int badxi;
6 typedef int __int128 badix;
7 typedef unsigned unsigned __int128 baduu;
8 typedef double __int128 baddx;
9 typedef __int128 double badxd;
13 return sizeof(__int128); in sizeof_int128()
21 unsigned __int128 tmp; in foo()
H A Dreserved.c73 static int (__int128); variable
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpredef.c40 TEST_SIZEOF(INT128, __int128); in test()