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

  /frameworks/av/media/mtp/
MtpDataPacket.h 55 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); }
75 void putInt128(const int128_t& value);
MtpTypes.h 26 typedef int32_t int128_t[4]; typedef in namespace:android
MtpProperty.h 36 int128_t i128;
MtpDataPacket.cpp 307 void MtpDataPacket::putInt128(const int128_t& value) {
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 728 #ctypedef npy_int128 int128_t
    [all...]

Completed in 77 milliseconds