Home
last modified time | relevance | path

Searched defs:uint64_t (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp567 uint64_t /*Address*/, in DecodeHvxVRRegisterClass() argument
582 uint64_t /*Address*/, in DecodeDoubleRegsRegisterClass() argument
594 MCInst &Inst, unsigned RegNo, uint64_t /*Address*/, const void *Decoder) { in DecodeGeneralDoubleLow8RegsRegisterClass() argument
603 uint64_t /*Address*/, in DecodeHvxWRRegisterClass() argument
617 uint64_t /*Address*/, in DecodeHvxVQRRegisterClass() argument
627 uint64_t /*Address*/, in DecodePredRegsRegisterClass() argument
636 uint64_t /*Address*/, in DecodeHvxQRRegisterClass() argument
645 uint64_t /*Address*/, in DecodeCtrRegsRegisterClass() argument
673 uint64_t /*Address*/, in DecodeCtrRegs64RegisterClass() argument
701 uint64_t /*Address*/, in DecodeModRegsRegisterClass() argument
[all …]
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder_stub.c35 uint64_t), in intel_batch_decode_ctx_init() argument
/third_party/node/deps/icu-small/source/common/unicode/
Dptypes.h121 typedef unsigned __int64 uint64_t; typedef
123 typedef unsigned long long uint64_t; typedef
/third_party/icu/icu4c/source/common/unicode/
Dptypes.h121 typedef unsigned __int64 uint64_t; typedef
123 typedef unsigned long long uint64_t; typedef
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dptypes.h121 typedef unsigned __int64 uint64_t; typedef
123 typedef unsigned long long uint64_t; typedef
/third_party/protobuf/objectivec/
DGPBUnknownField.m292 - (void)addVarint:(uint64_t)value { argument
309 - (void)addFixed64:(uint64_t)value { argument
DGPBDictionary.m1813 count:(NSUInteger)count {
1949 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(uint32_t)key {
1966 - (void)setUInt64:(uint64_t)value forKey:(uint32_t)key { argument
3563 count:(NSUInteger)count {
3699 - (BOOL)getUInt64:(nullable uint64_t *)value forKey:(int32_t)key {
3716 - (void)setUInt64:(uint64_t)value forKey:(int32_t)key { argument
4947 count:(NSUInteger)count {
5083 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(uint64_t)key { argument
5100 - (void)setUInt32:(uint32_t)value forKey:(uint64_t)key { argument
5107 - (void)removeUInt32ForKey:(uint64_t)aKey { argument
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dstdint_typedef.h5 typedef __uint64_t uint64_t; typedef
Dbitfield-linux-32.hpp3 typedef unsigned long long uint64_t; typedef
/third_party/ffmpeg/libpostproc/
Dpostprocess_internal.h147 DECLARE_ALIGNED(32, uint64_t, pQPb_block)[4]; member
148 DECLARE_ALIGNED(32, uint64_t, pQPb2_block)[4]; member
150 DECLARE_ALIGNED(32, uint64_t, mmxDcOffset)[64]; member
151 DECLARE_ALIGNED(32, uint64_t, mmxDcThreshold)[64]; member
/third_party/rust/crates/bindgen/csmith-fuzzing/
Dcsmith.h15 #define uint64_t unsigned long long macro
/third_party/ninja/src/
Dwin32port.h29 typedef unsigned long long uint64_t; typedef
/third_party/ltp/tools/sparse/sparse-src/validation/
Dalternate-keywords.c16 typedef unsigned long long uint64_t; typedef
/third_party/openh264/test/
Dtest_stdint.h17 typedef unsigned __int64 uint64_t; typedef
/third_party/rust/crates/libc/src/
Dfixed_width_ints.rs20 pub type uint64_t = u64; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/mesa3d/include/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/vulkan-headers/include/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/glfw/deps/vulkan/
Dvk_platform.h82 typedef unsigned __int64 uint64_t; typedef
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-remote-util.h58 inline operator uint64_t() const { in uint64_t() function
/third_party/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h121 virtual std::string GetFunctionName(uint64_t /*pc*/, uint64_t* /*offset*/) { return ""; } in GetFunctionName() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSubtargetFeature.h47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) { in FeatureBitset()
167 constexpr FeatureBitArray(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitArray()

123456