Home
last modified time | relevance | path

Searched defs:U64 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/openssl/include/openssl/
Dsha.h86 # define U64(C) C##UI64 macro
89 # define U64(C) C##UL macro
92 # define U64(C) C##ULL macro
/third_party/openssl/crypto/aes/
Daes_x86core.c84 #define U64(C) C##UI64 macro
87 #define U64(C) C##UL macro
90 #define U64(C) C##ULL macro
/third_party/flatbuffers/tests/MyGame/Example/
DTypeAliases.lua76 function TypeAliases_mt:U64() function
DTypeAliases.go17 U64 uint64 member
201 func (rcv *TypeAliases) U64() uint64 { func
DTypeAliases.cs36 …public ulong U64 { get { int o = __p.__offset(18); return o != 0 ? __p.bb.GetUlong(o + __p.bb_pos)… property
180 public ulong U64 { get; set; } property in MyGame.Example.TypeAliasesT
DTypeAliases.py81 def U64(self): member in TypeAliases
/third_party/openssl/crypto/modes/
Dmodes_local.h15 # define U64(C) C##UI64 macro
19 # define U64(C) C##UL macro
23 # define U64(C) C##ULL macro
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs13 U64(u64), enumerator
/third_party/skia/src/opts/
DSkVM_opts.h37 using U64 = skvx::Vec<K, uint64_t>; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnonsecure_base_test.cc240 using U64 = in TEST() typedef
/third_party/abseil-cpp/absl/random/internal/
Dnonsecure_base_test.cc240 using U64 = in TEST() typedef
/third_party/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.c592 typedef uint64_t U64; typedef
595 typedef unsigned long long U64; typedef
/third_party/lz4/lib/
Dxxhash.c592 typedef uint64_t U64; typedef
595 typedef unsigned long long U64; typedef
Dlz4frame.c136 typedef uint64_t U64; typedef
142 typedef unsigned long long U64; typedef
Dlz4.c280 typedef uint64_t U64; typedef
290 typedef unsigned long long U64; typedef
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/xxhash/
Dxxhash.c592 typedef uint64_t U64; typedef
595 typedef unsigned long long U64; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h269 uint64_t U64[2]; member
/third_party/lz4/programs/
Dutil.h68 typedef uint64_t U64; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h94 U64 = 10, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h381 uint64_t U64[2]; member
/third_party/boost/boost/histogram/
Dunlimited_storage.hpp138 using U64 = std::uint64_t; typedef in boost::histogram::unlimited_storage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h264 U64 = UINT | B64, enumerator
/third_party/flutter/skia/third_party/skcms/src/
DTransform_inl.h16 using U64 = V<uint64_t>; variable
/third_party/skia/third_party/skcms/src/
DTransform_inl.h16 using U64 = V<uint64_t>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3284 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, in lowerBITCAST() local
3298 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::f64); in lowerBITCAST() local

12