HomeSort by relevance Sort by last modified time
    Searched full:int128_t (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/mtp/
MtpDataPacket.h 54 inline void getInt128(int128_t& value) { getUInt128((uint128_t&)value); }
74 void putInt128(const int128_t& value);
MtpProperty.h 36 int128_t i128;
MtpTypes.h 26 typedef int32_t int128_t[4]; typedef in namespace:android
MtpDataPacket.cpp 233 void MtpDataPacket::putInt128(const int128_t& value) {
  /external/clang/test/Sema/
types.c 12 // int128_t is available.
  /external/clang/lib/AST/
DeclPrinter.cpp 242 // of __builtin_va_list or __[u]int128_t. There should be some other way
    [all...]
ASTContext.cpp     [all...]

Completed in 119 milliseconds