Home
last modified time | relevance | path

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

12345

/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/libandroidicu/include/unicode/
Dptypes.h113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
/external/icu/icu4c/source/common/unicode/
Dptypes.h113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
/external/libpcap/pcap/
Dpcap-inttypes.h59 typedef _int64 int64_t; typedef
62 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/clang/test/Sema/
Daarch64-neon-vector-types.c13 typedef long int64_t; typedef
16 typedef long long int64_t; typedef
/external/nanopb-c/tests/without_64bit/
Dno_64bit_syshdr.h13 #define int64_t disabled_int64_t macro
/external/perfetto/src/trace_processor/
Dfuchsia_trace_parser.cc41 int64_t, in ParseFtracePacket() argument
47 int64_t, in ParseTracePacket() argument
/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/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/tensorflow/tensorflow/lite/kernels/internal/optimized/
Deigen_tensor_reduced_instantiations_oss.h53 typedef __int64 int64_t; typedef
Deigen_tensor_reduced_instantiations_google.h53 typedef __int64 int64_t; typedef
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Deigen_tensor_reduced_instantiations_oss.h53 typedef __int64 int64_t; typedef
/external/mesa3d/include/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/external/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/external/vulkan-headers/include/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/external/skqp/include/third_party/vulkan/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/external/swiftshader/include/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/external/clang/test/Analysis/
Dmisc-ps-64.m7 typedef long long int64_t; typedef

12345