/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 87 struct fuse { struct 134 struct fuse *fuse; member 256 static struct node *get_node_nocheck(struct fuse *f, fuse_ino_t nodeid) in get_node_nocheck() 268 static struct node *get_node(struct fuse *f, fuse_ino_t nodeid) in get_node() 285 static void unhash_id(struct fuse *f, struct node *node) in unhash_id() 297 static void hash_id(struct fuse *f, struct node *node) in hash_id() 304 static unsigned int name_hash(struct fuse *f, fuse_ino_t parent, in name_hash() 316 static void unref_node(struct fuse *f, struct node *node); 318 static void unhash_name(struct fuse *f, struct node *node) in unhash_name() 340 static int hash_name(struct fuse *f, struct node *node, fuse_ino_t parentid, in hash_name() [all …]
|
D | Makefile.am | 14 -I$(top_srcdir)/include/fuse-lite 19 fuse.c \
|
D | BUILD.gn | 30 "../include/fuse-lite", 37 "fuse.c",
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 35 struct fuse; 460 struct fuse *fuse; member 492 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args, 506 void fuse_destroy(struct fuse *f); 517 int fuse_loop(struct fuse *f); 524 void fuse_exit(struct fuse *f); 691 struct fuse_session *fuse_get_session(struct fuse *f);
|
D | Makefile.am | 5 fuse.h \
|
/third_party/mindspore/mindspore/_extends/graph_kernel/model/ |
D | graph_split.py | 107 def fuse(self, x, y): member in GraphSplitByPattern.ReachTable 199 def fuse(self, area): member in GraphSplitByPattern.Area 245 self.reach_tab.fuse(self.unique_id, area.unique_id) 358 def fuse(self, selector): member in GraphSplitByPattern 372 dominant.fuse(area) 378 area.fuse(forward_area) 399 dom.fuse(a) 441 self.recom_user.fuse(self.recom_area) 926 changed = self.fuse(_reshape) 927 changed = self.fuse(_elemwise_depth) or changed [all …]
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | fuse.hpp | 40 constexpr auto fuse = [](auto&& f) { in __anonf04589e10102() variable 51 constexpr fuse_t fuse{};
|
/third_party/boost/boost/hana/fwd/ |
D | fuse.hpp | 40 constexpr auto fuse = [](auto&& f) { in __anon73e032ee0102() variable 51 constexpr fuse_t fuse{};
|
/third_party/ntfs-3g/include/ |
D | Makefile.am | 4 SUBDIRS = ntfs-3g fuse-lite
|
/third_party/ntfs-3g/ |
D | configure.ac | 232 AC_MSG_CHECKING([fuse compatibility]) 236 [fuse], optwith 237 …[AS_HELP_STRING([--with-fuse=<internal|external>],[Select FUSE library: internal or external @<:@d… 291 [Define to 1 if using internal fuse] 324 [fuse >= 2.6.0], 327 … or FUSE is not fully installed (e.g. fuse, libfuse, libfuse2, libfuse-dev, etc packages). Source … 330 FUSE_LIB_PATH=`$PKG_CONFIG --libs-only-L fuse | sed -e 's,/[/]*,/,g' -e 's,[ ]*$,,'` 657 include/fuse-lite/Makefile
|
D | README.md | 43 The fuse-lite library is distributed under the terms of the GNU LGPLv2. 76 --with-fuse=external : use external fuse (overriding Linux default)
|
/third_party/boost/libs/hana/example/ |
D | fuse.cpp | 12 return hana::fuse([&vars...](auto ...values) { in __anon103c06770102()
|
/third_party/boost/libs/hana/test/concept/struct/ |
D | member_function.cpp | 40 hana::for_each(foo, hana::fuse([](auto /*key*/, std::string const& name) { in main()
|
/third_party/musl/tools/ |
D | musl-clang.in | 25 -fuse-ld=musl-clang \
|
/third_party/skia/site/docs/dev/testing/ |
D | xsan.md | 59 "-fuse-ld=lld", 80 extra_ldflags = [ "-fuse-ld=lld", "-Wl,-rpath,${CLANGDIR}/lib" ]
|
/third_party/flutter/skia/site/dev/testing/ |
D | xsan.md | 54 "-fuse-ld=lld", 75 extra_ldflags = [ "-fuse-ld=lld", "-Wl,-rpath,${CLANGDIR}/lib" ]
|
/third_party/ntfs-3g/src/ |
D | Makefile.am | 7 FUSE_CFLAGS = -I$(top_srcdir)/include/fuse-lite
|
/third_party/eudev/rules/ |
D | 50-udev-default.rules | 79 KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse"
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | freebsd_nvme_ioctl.h | 40 uint16_t fuse : 2; /* fused operation */ member
|
/third_party/exfatprogs/ |
D | README.md | 105 | [exfat-fuse fsck] | 1.3.0 | 68.977 | 107 [exfat-fuse fsck]: https://github.com/relan/exfat
|
/third_party/boost/libs/hana/example/tutorial/ |
D | introspection.adapt.cpp | 38 hana::for_each(john, hana::fuse([](auto name, auto member) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 199 "fuse-address", "HasFuseAddress", "true", 203 "fuse-aes", "HasFuseAES", "true", 207 "fuse-arith-logic", "HasFuseArithmeticLogic", "true", 211 "fuse-csel", "HasFuseCCSelect", "true", 215 "fuse-crypto-eor", "HasFuseCryptoEOR", "true", 219 "fuse-literals", "HasFuseLiterals", "true", 566 // Note that cyclone does not fuse AES instructions, but newer apple chips do
|
/third_party/boost/libs/hana/example/cppcon_2014/matrix/ |
D | matrix.hpp | 78 boost::hana::fuse(boost::hana::zip)(rows(std::forward<decltype(m)>(m))),
|
/third_party/ntfs-3g/ntfsprogs/ |
D | BUILD.gn | 30 "../include/fuse-lite",
|
/third_party/littlefs/ |
D | README.md | 217 - [littlefs-fuse] - A [FUSE] wrapper for littlefs. The project allows you to 248 [littlefs-fuse]: https://github.com/geky/littlefs-fuse
|