Home
last modified time | relevance | path

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

1234

/third_party/protobuf/objectivec/Tests/
DGPBCodedInputStreamTests.m89 - (void)assertReadVarint:(NSData*)data value:(int64_t)value { argument
133 - (void)assertReadLittleEndian64:(NSData*)data value:(int64_t)value { argument
152 - (void)assertReadZigZag32:(NSData*)data value:(int64_t)value { argument
157 - (void)assertReadZigZag64:(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
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStream.h288 int64_t* /* framePosition */, in getTimestamp() argument
325 int64_t /* timeoutNanoseconds */ ) { in write() argument
343 int64_t /* timeoutNanoseconds */) { in read() argument
/third_party/node/deps/icu-small/source/common/unicode/
Dptypes.h113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
/third_party/icu/icu4c/source/common/unicode/
Dptypes.h113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dptypes.h113 typedef signed __int64 int64_t; typedef
115 typedef signed long long int64_t; typedef
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-id.cc13 V8DebuggerId::V8DebuggerId(std::pair<int64_t, int64_t> pair) in V8DebuggerId()
29 V8DebuggerId::V8DebuggerId(std::pair<int64_t, int64_t> pair) in V8DebuggerId()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_functions.h77 inline void cordz_set_next_sample_for_testing(int64_t) {} in cordz_set_next_sample_for_testing() argument
/third_party/protobuf/objectivec/
DGPBCodedOutputStream.m228 - (void)writeInt64NoTag:(int64_t)value { argument
232 - (void)writeInt64:(int32_t)fieldNumber value:(int64_t)value { argument
394 - (void)writeSFixed64NoTag:(int64_t)value { argument
398 - (void)writeSFixed64:(int32_t)fieldNumber value:(int64_t)value { argument
412 - (void)writeSInt64NoTag:(int64_t)value { argument
416 - (void)writeSInt64:(int32_t)fieldNumber value:(int64_t)value { argument
1004 - (void)writeRawVarint64:(int64_t)value { argument
1012 - (void)writeRawLittleEndian64:(int64_t)value { argument
DGPBDictionary.m1996 count:(NSUInteger)count {
2132 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint32_t)key {
2149 - (void)setInt64:(int64_t)value forKey:(uint32_t)key { argument
3746 count:(NSUInteger)count {
3882 - (BOOL)getInt64:(nullable int64_t *)value forKey:(int32_t)key {
3899 - (void)setInt64:(int64_t)value forKey:(int32_t)key { argument
5496 count:(NSUInteger)count {
5632 - (BOOL)getInt64:(nullable int64_t *)value forKey:(uint64_t)key {
5649 - (void)setInt64:(int64_t)value forKey:(uint64_t)key { argument
6697 count:(NSUInteger)count {
[all …]
/third_party/rust/crates/bindgen/csmith-fuzzing/
Dcsmith.h14 #define int64_t long long macro
/third_party/ninja/src/
Dwin32port.h28 typedef signed long long int64_t; typedef
/third_party/openh264/test/
Dtest_stdint.h16 typedef __int64 int64_t ; typedef
/third_party/rust/crates/libc/src/
Dfixed_width_ints.rs12 pub type int64_t = i64; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h73 typedef signed __int64 int64_t; typedef
/third_party/mesa3d/include/vulkan/
Dvk_platform.h73 typedef signed __int64 int64_t; typedef
/third_party/vulkan-headers/include/vulkan/
Dvk_platform.h73 typedef signed __int64 int64_t; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvk_platform.h73 typedef signed __int64 int64_t; typedef
/third_party/glfw/deps/vulkan/
Dvk_platform.h81 typedef signed __int64 int64_t; typedef
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvk_platform.h73 typedef signed __int64 int64_t; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h73 typedef signed __int64 int64_t; typedef
/third_party/openh264/codec/common/inc/
Dtypedefs.h66 typedef __int64 int64_t ; typedef
/third_party/skia/third_party/externals/libwebp/src/webp/
Dtypes.h35 typedef long long int int64_t; typedef
/third_party/ffmpeg/libavcodec/x86/
Dfdct.c544 DECLARE_ALIGNED(8, int64_t, align_tmp)[16]; in ff_fdct_mmx() local
566 DECLARE_ALIGNED(8, int64_t, align_tmp)[16]; in ff_fdct_mmxext() local
588 DECLARE_ALIGNED(16, int64_t, align_tmp)[16]; in ff_fdct_sse2() local
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dlist.c7 typedef __INT64_TYPE__ int64_t; typedef

1234