Home
last modified time | relevance | path

Searched defs:SINT64 (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h103 typedef signed __int64 SINT64; typedef
107 typedef int64_t SINT64; typedef
117 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/libffi/include/
Dffi_common.h124 typedef signed __int64 SINT64; typedef
128 typedef int64_t SINT64; typedef
138 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h85 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
96 typedef signed __int64 SINT64; typedef
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php54 const SINT64 = 18; define in Google\\Protobuf\\Internal\\GPBType
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php54 const SINT64 = 18; define in Google\\Protobuf\\Internal\\GPBType
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h66 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cffi/c/libffi_x86_x64/
Dffi_common.h66 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h95 typedef signed int SINT64 __attribute__((__mode__(__DI__))); typedef
/external/cronet/third_party/protobuf/js/binary/
Dconstants.js207 SINT64: 18, property
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java149 SINT64(JavaType.LONG, WIRETYPE_VARINT); enumConstant
DFieldType.java58 SINT64(16, Collection.SCALAR, JavaType.LONG), enumConstant
DDescriptors.java1391 SINT64(JavaType.LONG); enumConstant
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java149 SINT64(JavaType.LONG, WIRETYPE_VARINT); enumConstant
DFieldType.java58 SINT64(16, Collection.SCALAR, JavaType.LONG), enumConstant
DDescriptors.java1391 SINT64(JavaType.LONG); enumConstant
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py584 SINT64 = 18 variable in Variant
/external/rust/crates/ash/src/vk/
Denums.rs1912 pub const SINT64: Self = Self(6); constant