HomeSort by relevance Sort by last modified time
    Searched refs:s128 (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 22 __extension__ typedef __int128 s128; typedef
33 typedef s128 SIntMax;
ubsan_value.cc 36 return *reinterpret_cast<s128*>(Val);
  /external/elfutils/libdw/
dwarf_getsrclines.c 437 int s128; local
629 get_sleb128 (s128, linep, lineendp);
630 state.line += s128;