Home
last modified time | relevance | path

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

1234567

/third_party/e2fsprogs/lib/uuid/
Duuid_types.h14 typedef unsigned int uint64_t; typedef
17 typedef unsigned long uint64_t; typedef
24 typedef unsigned long long uint64_t; typedef
Duuid_types.h.in14 typedef unsigned int uint64_t; typedef
17 typedef unsigned long uint64_t; typedef
24 typedef unsigned long long uint64_t; typedef
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder_stub.c34 uint64_t), in intel_batch_decode_ctx_init() argument
/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/mindspore/tests/ut/cpp/stub/ge/
Dge_task_launch_stub.cc38 HcclResult HcclAdapter::HcclBroadcast(void *, uint64_t, HcclDataType, uint32_t, aclrtStream) const { in HcclBroadcast() argument
41 HcclResult HcclAdapter::HcclAllReduce(void *, void *, uint64_t, HcclDataType, HcclReduceOp, aclrtSt… in HcclAllReduce() argument
45 HcclResult HcclAdapter::HcclAllGather(void *, void *, uint64_t, HcclDataType, aclrtStream, const st… in HcclAllGather() argument
48 HcclResult HcclAdapter::HcclReduceScatter(void *, void *, uint64_t, HcclDataType, HcclReduceOp, acl… in HcclReduceScatter() argument
52 HcclResult HcclAdapter::HcclSend(void *, uint64_t, HcclDataType, uint32_t, aclrtStream, const std::… in HcclSend() argument
55 HcclResult HcclAdapter::HcclRecv(void *, uint64_t, HcclDataType, uint32_t, aclrtStream, const std::… in HcclRecv() argument
/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/icu/icu4c/source/common/unicode/
Dptypes.h121 typedef unsigned __int64 uint64_t; typedef
123 typedef unsigned long long uint64_t; typedef
/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/flutter/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
/third_party/eudev/src/shared/
DMurmurHash2.h16 typedef unsigned __int64 uint64_t; typedef
/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/flutter/skia/third_party/externals/wuffs/test/c/testlib/
Dtestlib.c598 uint64_t, in proc_io_buffers() argument
599 uint64_t), in proc_io_buffers() argument
687 uint64_t, in do_bench_io_buffers() argument
688 uint64_t), in do_bench_io_buffers() argument
702 uint64_t, in do_test_io_buffers() argument
703 uint64_t), in do_test_io_buffers() argument
/third_party/openh264/test/
Dtest_stdint.h17 typedef unsigned __int64 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/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc235 void ShardWriter::DeleteErrorData(std::map<uint64_t, std::vector<json>> &raw_data, in DeleteErrorData()
330 Status ShardWriter::CheckData(const std::map<uint64_t, std::vector<json>> &raw_data) { in CheckData()
381 Status ShardWriter::ValidateRawData(std::map<uint64_t, std::vector<json>> &raw_data, in ValidateRawData()
432 void ShardWriter::FillArray(int start, int end, std::map<uint64_t, vector<json>> &raw_data, in FillArray()
517 Status ShardWriter::WriteRawDataPreCheck(std::map<uint64_t, std::vector<json>> &raw_data, in WriteRawDataPreCheck()
586 Status ShardWriter::WriteRawData(std::map<uint64_t, std::vector<json>> &raw_data, in WriteRawData()
618 Status ShardWriter::WriteRawData(std::map<uint64_t, std::vector<py::handle>> &raw_data, in WriteRawData()
625 [](const std::pair<uint64_t, std::vector<py::handle>> &pair) { in WriteRawData()
634 [](const std::pair<uint64_t, std::vector<py::handle>> &pair) { in WriteRawData()
1057 Status ShardWriter::SerializeRawData(std::map<uint64_t, std::vector<json>> &raw_data, in SerializeRawData()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h82 typedef unsigned __int64 uint64_t; typedef
/third_party/mesa3d/include/vulkan/
Dvk_platform.h74 typedef unsigned __int64 uint64_t; typedef
/third_party/flutter/glfw/deps/vulkan/
Dvk_platform.h82 typedef unsigned __int64 uint64_t; typedef
/third_party/vulkan-headers/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/flutter/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h82 typedef unsigned __int64 uint64_t; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/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

1234567