Home
last modified time | relevance | path

Searched defs:UINT64 (Results 1 – 16 of 16) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBType.php40 const UINT64 = 4; define in Google\\Protobuf\\Internal\\GPBType
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi_common.h94 typedef unsigned int UINT64 __attribute__((__mode__(__DI__))); typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_cmdline_token.h49 UINT64, enumerator
/third_party/protobuf/js/binary/
Dconstants.js192 UINT64: 4, property
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_cmdline_token.rs186 UINT64 = 3, enumerator
/third_party/node/benchmark/buffers/
Dbuffer-write.js43 const UINT64 = 0xffffffffffffffffn; constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java115 UINT64(JavaType.LONG, WIRETYPE_VARINT), enumConstant
DFieldType.java45 UINT64(3, Collection.SCALAR, JavaType.LONG), enumConstant
DDescriptors.java1273 UINT64(JavaType.LONG), enumConstant
/third_party/musl/porting/liteos_m/user/include/bits/
Dalltypes.h5 #define UINT64 unsigned long long macro
/third_party/alsa-lib/src/pcm/
Dpcm_route.c62 enum {UINT64, FLOAT} sum_idx; enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp74 UINT64, enumerator
DvktRayTracingMiscTests.cpp230 UINT64, enumerator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp74 UINT64, enumerator
DvktRayTracingMiscTests.cpp229 UINT64, enumerator
/third_party/mesa3d/include/D3D9/
Dd3d9types.h71 typedef uint64_t UINT64; typedef