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

  /external/valgrind/main/memcheck/tests/vbit-test/
vbits.h 9 typedef uint64_t uint128_t[2]; typedef
20 uint128_t u128;
34 uint128_t u128;
  /frameworks/av/media/mtp/
MtpDataPacket.h 53 void getUInt128(uint128_t& value);
54 inline void getInt128(int128_t& value) { getUInt128((uint128_t&)value); }
75 void putUInt128(const uint128_t& value);
MtpProperty.h 37 uint128_t u128;
MtpTypes.h 27 typedef uint32_t uint128_t[4]; typedef in namespace:android
MtpDataPacket.cpp 79 void MtpDataPacket::getUInt128(uint128_t& value) {
240 void MtpDataPacket::putUInt128(const uint128_t& value) {
  /external/chromium_org/third_party/smhasher/src/
KeysetTest.cpp 303 std::vector<uint128_t> hashes;
305 HashCallback<uint128_t> c(hash,hashes);
313 HashSet<uint128_t> collisions;
321 CollisionMap<uint128_t,ByteVec> cmap;
323 CollisionCallback<uint128_t> c2(hash,collisions,cmap);
Types.h 371 typedef Blob<128> uint128_t; typedef
main.cpp 536 test<uint128_t>( pInfo->hash, pInfo );
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_vec.c 72 typedef unsigned __int128 uint128_t; typedef
80 static uint128_t INLINE
81 add128(uint128_t a, uint128_t b)
86 static uint128_t INLINE
87 add128_64(uint128_t a, uint64_t b)
92 static uint128_t INLINE
95 return (uint128_t)a * b;
99 lo128(uint128_t a)
105 shr128(uint128_t v, const int shift
    [all...]
  /external/lldb/source/Core/
RegisterValue.cpp 627 const uint128_t mask = ~(sign_bit) + 1u;
    [all...]

Completed in 2006 milliseconds