OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
305
void MtpDataPacket::putInt128(const
int128_t
& value) {
/external/boringssl/src/crypto/ec/
p256-64.c
41
typedef __int128_t
int128_t
;
typedef
655
int128_t
c;
[
all
...]
Completed in 199 milliseconds