Searched refs:__int128 (Results 1 – 3 of 3) sorted by relevance
1 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()
73 static int (__int128); variable
40 TEST_SIZEOF(INT128, __int128); in test()