/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 271 using uuid_t = raw_ostream::uuid_t; in LLVM_YAML_IS_SEQUENCE_VECTOR() 273 template <> struct ScalarTraits<uuid_t> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 274 static void output(const uuid_t &Val, void *, raw_ostream &Out); in LLVM_YAML_IS_SEQUENCE_VECTOR() 275 static StringRef input(StringRef Scalar, void *, uuid_t &Val); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/third_party/python/Modules/ |
D | _uuidmodule.c | 25 uuid_t uuid; in py_uuid_generate_time_safe() 80 assert(sizeof(uuid_t) == 16); in uuid_exec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 58 void ScalarTraits<uuid_t>::output(const uuid_t &Val, void *, raw_ostream &Out) { in output() 62 StringRef ScalarTraits<uuid_t>::input(StringRef Scalar, void *, uuid_t &Val) { in input() 79 QuotingType ScalarTraits<uuid_t>::mustQuote(StringRef S) { in mustQuote()
|
/third_party/gptfdisk/ |
D | guid.h | 30 typedef uuid_t my_uuid_t;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 235 using uuid_t = uint8_t[16]; variable 236 raw_ostream &write_uuid(const uuid_t UUID);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 84 uuid_t uuid; in getHostID()
|
D | raw_ostream.cpp | 155 raw_ostream &raw_ostream::write_uuid(const uuid_t UUID) { in write_uuid()
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 51 typedef unsigned char uuid_t[16]; typedef 411 uuid_t uu; in set_policy()
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 3346 +typedef unsigned char uuid_t[16]; 3361 + static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u1… 3364 + static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15} 3372 +void uuid_clear(uuid_t uu); 3375 +int uuid_compare(const uuid_t uu1, const uuid_t uu2); 3378 +void uuid_copy(uuid_t dst, const uuid_t src); 3381 +void uuid_generate(uuid_t out); 3382 +void uuid_generate_random(uuid_t out); 3383 +void uuid_generate_time(uuid_t out); 3386 +int uuid_is_null(const uuid_t uu); [all …]
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 16 pub type uuid_t = ::uuid; typedef 136 pub f_fsid_uuid: ::uuid_t, 137 pub f_uid_uuid: ::uuid_t,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | dragonfly.txt | 1541 uuid_t
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 80 raw_ostream::uuid_t UUID; in dumpUUID()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 32 pub type uuid_t = [u8; 16]; typedef 993 pub uuid: ::uuid_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 34 pub type uuid_t = ::uuid; typedef
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 4505 } uuid_t; typedef 4564 uuid_t s_uuid; 54804 uuid_t fsuuid;
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 7767 …<class-decl name='uuid_t' size-in-bits='128' is-struct='yes' naming-typedef-id='type-id-875' visib… 8737 …<typedef-decl name='uuid_t' type-id='type-id-950' filepath='/ws/android/kernel/aosp/common-mainlin…
|
/third_party/sqlite/src/ |
D | sqlite3.c | 43944 extern int gethostuuid(uuid_t id, const struct timespec *wait); 43951 assert(PROXY_HOSTIDLEN == sizeof(uuid_t)); 43990 static int proxyBreakConchLock(unixFile *pFile, uuid_t myHostID){ 44050 static int proxyConchLock(unixFile *pFile, uuid_t myHostID, int lockType){ 44135 uuid_t myHostID;
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 7049 …<typedef-decl name="uuid_t" type-id="8425539a" filepath="include/linux/uuid.h" line="26" column="1… 78539 …<typedef-decl name="uuid_t" type-id="8425539a" filepath="include/linux/uuid.h" line="26" column="1…
|
D | test-PR27569-v1.abi | 7049 …<typedef-decl name="uuid_t" type-id="8425539a" filepath="include/linux/uuid.h" line="26" column="1… 78553 …<typedef-decl name="uuid_t" type-id="8425539a" filepath="include/linux/uuid.h" line="26" column="1…
|