HomeSort by: relevance | last modified time | path
    Searched refs:INT128 (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/xlint/common/
inittyp.c 98 typeinfo("__int128_t", INT128, UINT128, 128, 7, 's'),
99 typeinfo("__uint128_t", INT128, UINT128, 128, 7, 'u'),
lint.h 78 INT128, /* (signed) __int128_t */
  /src/usr.bin/xlint/lint2/
read.c 618 return s == 'u' ? UINT128 : INT128;
820 t = INT128;
  /src/usr.bin/xlint/lint1/
decl.c 235 : t == INT128 ? UINT128
380 } else if (t == SHORT || t == LONG || t == LLONG || t == INT128) {
514 dcs->d_rank_mod = INT128;
lex.c 165 kwdef_type( "__int128_t", INT128, 99),
cgram.y 1523 $2.bit_width == 128 ? (t == INT ? INT128 : UINT128) :
tree.c 1033 UINT128, INT128,
3799 || ot == INT128 || ot == UINT128

Completed in 27 milliseconds