Home
last modified time | relevance | path

Searched refs:_ast_intmax_t (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat45 unsigned _ast_intmax_t i = 0;
299 unsigned _ast_intmax_t w;
300 unsigned _ast_intmax_t pw;
301 unsigned _ast_intmax_t x;
305 unsigned _ast_intmax_t uq;
348 f = (_ast_intmax_t)w;
349 x = (_ast_intmax_t)f;
523 d = (_ast_intmax_t)w;
524 x = (_ast_intmax_t)d;
694 l = (_ast_intmax_t)w;
[all …]
H A Dsizeof10 printf("#define _ast_sizeof_intmax_t %d\n", sizeof(_ast_intmax_t));
H A Dcommon283 printf("#define _ast_intmax_t _ast_int%d_t\n", m);
450 typedef _ast_intmax_t intmax_t;
455 typedef unsigned _ast_intmax_t uintmax_t;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.sh145 _ast_intmax_t s = 0x7fffffffffffffffLL;
146 unsigned _ast_intmax_t u = 0xffffffffffffffffLL;
1102 t="unsigned _ast_intmax_t"
1105 t="_ast_intmax_t"
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dmkast_sa112 printf("#define _ast_intmax_t _ast_int%d_t\n", m);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
H A Dcommon141 #define _ast_intmax_t _ast_int8_t
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
H A Dcommon141 #define _ast_intmax_t _ast_int8_t
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
H A Dcommon141 #define _ast_intmax_t _ast_int8_t
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap445 extern __MANGLE__ _ast_intmax_t strtoll __PROTO__((const char*, char**, int));
446 extern __MANGLE__ unsigned _ast_intmax_t strtoull __PROTO__((const char*, char**, int));
H A Dcommon141 #define _ast_intmax_t _ast_int8_t
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE729 features/common: add interix _ast_intmax_t workarounds
834 features/align: _ast_intmax_t and _ast_fltmax_t join the union