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 99 typeinfo("__int128_t", INT128, UINT128, INT128_SIZE, 7, 's'),
100 typeinfo("__uint128_t", INT128, UINT128, INT128_SIZE, 7, 'u'),
lint.h 79 INT128, /* (signed) __int128_t */
  /src/usr.bin/xlint/lint2/
read.c 619 return s == 'u' ? UINT128 : INT128;
823 t = INT128;
  /src/usr.bin/xlint/lint1/
decl.c 236 : t == INT128 ? UINT128
386 } else if (t == SHORT || t == LONG || t == LLONG || t == INT128) {
522 dcs->d_rank_mod = INT128;
lex.c 166 kwdef_type( "__int128_t", INT128, 99),
cgram.y 1524 $2.bit_width == 128 ? (t == INT ? INT128 : UINT128) :
tree.c 968 UINT128, INT128,
3736 || ot == INT128 || ot == UINT128

Completed in 25 milliseconds