Home
last modified time | relevance | path

Searched defs:int64_t (Results 1 – 25 of 98) sorted by relevance

1234

/external/e2fsprogs/lib/uuid/
Duuid_types.h.in13 typedef int int64_t; typedef
16 typedef long int64_t; typedef
20 typedef __signed__ long long int64_t; typedef
22 typedef signed long long int64_t; typedef
/external/icu/icu4c/source/common/unicode/
Dptypes.h112 typedef signed __int64 int64_t; typedef
114 typedef signed long long int64_t; typedef
/external/libpcap/Win32/Include/
Dbittypes.h50 typedef _int64 int64_t; typedef
53 typedef long long int64_t; typedef
/external/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m92 - (void)assertReadVarint:(NSData*)data value:(int64_t)value { argument
108 - (void)assertReadLittleEndian64:(NSData*)data value:(int64_t)value { argument
DGPBCodedOuputStreamTests.m106 - (void)assertWriteLittleEndian64:(NSData*)data value:(int64_t)value { argument
130 - (void)assertWriteVarint:(NSData*)data value:(int64_t)value { argument
DGPBDictionaryTests+Int64.m48 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(int64_t)key; argument
51 count:(NSUInteger)count;
67 + (instancetype)dictionaryWithValue:(int32_t)value forKey:(int64_t)key { argument
77 count:(NSUInteger)count {
/external/protobuf/objectivec/
DGPBDictionary.m2149 + (instancetype)dictionaryWithValues:(const int64_t [])values argument
2151 count:(NSUInteger)count {
2175 count:(NSUInteger)count {
2301 - (BOOL)valueForKey:(uint32_t)key value:(int64_t *)value {
2318 - (void)setValue:(int64_t)value forKey:(uint32_t)key { argument
4113 + (instancetype)dictionaryWithValues:(const int64_t [])values argument
4115 count:(NSUInteger)count {
4139 count:(NSUInteger)count {
4265 - (BOOL)valueForKey:(int32_t)key value:(int64_t *)value {
4282 - (void)setValue:(int64_t)value forKey:(int32_t)key { argument
[all …]
DGPBCodedOutputStream.m233 - (void)writeInt64NoTag:(int64_t)value { argument
237 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value { argument
403 - (void)writeSFixed64NoTag:(int64_t)value { argument
407 - (void)writeSFixed64:(int32_t)fieldNumber value:(int64_t)value { argument
421 - (void)writeSInt64NoTag:(int64_t)value { argument
425 - (void)writeSInt64:(int32_t)fieldNumber value:(int64_t)value { argument
972 - (void)writeRawVarint64:(int64_t)value { argument
980 - (void)writeRawLittleEndian64:(int64_t)value { argument
/external/clang/test/Sema/
Daarch64-neon-vector-types.c13 typedef long int64_t; typedef
16 typedef long long int64_t; typedef
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
Defibind.h37 typedef __int64 int64_t; typedef
45 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef
58 typedef long int64_t; typedef
70 typedef long long int64_t __attribute__((aligned (8))); typedef
/external/syslinux/efi32/include/efi/ia32/
Defibind.h37 typedef __int64 int64_t; typedef
45 typedef int __attribute__((__mode__(__DI__))) int64_t; typedef
58 typedef long int64_t; typedef
70 typedef long long int64_t __attribute__((aligned (8))); typedef
/external/clang/test/CodeGen/
Daarch64-fix-cortex-a53-835769.c17 typedef long int64_t; typedef
D2010-06-17-asmcrash.c5 typedef long long int64_t; typedef
Darm-asm-variable.c4 typedef long long int64_t; typedef
/external/pdfium/third_party/libopenjpeg20/
Dopj_stdint.h45 typedef signed __int64 int64_t; typedef
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
Defibind.h35 typedef __int64 int64_t; typedef
46 typedef long int64_t; typedef
57 typedef long long int64_t; typedef
/external/vulkan-validation-layers/include/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc292 void RateCounterFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { in RunFor() argument
323 void LossFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { in RunFor() argument
357 void DelayFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { in RunFor() argument
402 void JitterFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { in RunFor() argument
456 void ReorderFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { in RunFor() argument
503 void ChokeFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) { in RunFor() argument
/external/clang/test/Analysis/
Dmisc-ps-64.m7 typedef long long int64_t; typedef
/external/syslinux/gpxe/src/arch/i386/include/bits/
Dstdint.h18 typedef signed long long int64_t; typedef
/external/syslinux/gpxe/src/arch/x86_64/include/bits/
Dstdint.h16 typedef signed long long int64_t; typedef
/external/syslinux/com32/include/bitsize32/
Dstdint.h6 typedef long long int int64_t; typedef
/external/syslinux/com32/include/bitsize64/
Dstdint.h6 typedef long int int64_t; typedef
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h72 int SetChannelParameters(uint32_t /*packetLoss*/, int64_t /*rtt*/) override { in SetChannelParameters() argument
/external/webp/include/webp/
Dtypes.h35 typedef long long int int64_t; typedef

1234