/external/rust/crates/rayon/src/iter/ |
D | panic_fuse.rs | 62 fuse: Fuse(&panicked), in drive_unindexed() 83 fuse: Fuse(&panicked), in drive() 115 fuse: Fuse(&panicked), in with_producer() 128 fuse: Fuse<'a>, field 141 fuse: self.fuse, in into_iter() 157 fuse: self.fuse.clone(), in split_at() 161 fuse: self.fuse, in split_at() 172 fuse: self.fuse, in fold_with() 180 fuse: Fuse<'a>, field 190 if self.fuse.panicked() { in next() [all …]
|
/external/libfuse/include/ |
D | fuse.h | 37 struct fuse; 793 struct fuse *fuse; member 917 struct fuse *fuse_new_30(struct fuse_args *args, const struct fuse_operations *op, 921 struct fuse *fuse_new(struct fuse_args *args, const struct fuse_operations *op, 933 int fuse_mount(struct fuse *f, const char *mountpoint); 942 void fuse_unmount(struct fuse *f); 952 void fuse_destroy(struct fuse *f); 969 int fuse_loop(struct fuse *f); 979 void fuse_exit(struct fuse *f); 1013 int fuse_loop_mt_31(struct fuse *f, int clone_fd); [all …]
|
/external/rust/crates/futures/tests/ |
D | async_await_macros.rs | 53 res = rx1.fuse() => { in select() 57 _ = rx2.fuse() => unreachable!(), in select() 76 res = rx1.fuse() => { in select_biased() 80 _ = rx2.fuse() => unreachable!(), in select_biased() 96 let mut rx1 = rx1.fuse(); in select_streams() 97 let mut rx2 = rx2.fuse(); in select_streams() 147 let mut rx1 = rx1.fuse(); in select_can_move_uncompleted_futures() 148 let mut rx2 = rx2.fuse(); in select_can_move_uncompleted_futures() 224 value_1 = make_non_unpin_fut().fuse() => select_res = value_1, in select_on_non_unpin_expressions() 225 value_2 = make_non_unpin_fut().fuse() => select_res = value_2, in select_on_non_unpin_expressions() [all …]
|
D | fuse.rs | 6 fn fuse() { in fuse() function 7 let mut future = future::ready::<i32>(2).fuse(); in fuse()
|
/external/libfuse/lib/ |
D | fuse.c | 114 struct fuse { struct 179 struct fuse *fuse; member 393 static inline int lru_enabled(struct fuse *f) in lru_enabled() 403 static size_t get_node_size(struct fuse *f) in get_node_size() 417 static struct node_slab *node_to_slab(struct fuse *f, struct node *node) in node_to_slab() 422 static int alloc_slab(struct fuse *f) in alloc_slab() 454 static struct node *alloc_node(struct fuse *f) in alloc_node() 477 static void free_slab(struct fuse *f, struct node_slab *slab) in free_slab() 488 static void free_node_mem(struct fuse *f, struct node *node) in free_node_mem() 505 static struct node *alloc_node(struct fuse *f) in alloc_node() [all …]
|
D | helper.c | 283 struct fuse *fuse; in fuse_main_real() local 316 fuse = fuse_new_31(&args, op, op_size, user_data); in fuse_main_real() 317 if (fuse == NULL) { in fuse_main_real() 322 if (fuse_mount(fuse,opts.mountpoint) != 0) { in fuse_main_real() 332 struct fuse_session *se = fuse_get_session(fuse); in fuse_main_real() 339 res = fuse_loop(fuse); in fuse_main_real() 344 res = fuse_loop_mt_32(fuse, &loop_config); in fuse_main_real() 351 fuse_unmount(fuse); in fuse_main_real() 353 fuse_destroy(fuse); in fuse_main_real()
|
/external/llvm-project/compiler-rt/test/profile/Linux/ |
D | instrprof-value-prof-visibility.test | 3 …hared -fuse-ld=gold -mllvm --enable-value-profiling=true %S/../Inputs/instrprof-value-prof-visibil… 4 …fuse-ld=gold -mllvm --enable-value-profiling=true -DDLOPEN_FUNC_DIR=\"%t.d\" %S/../Inputs/instrpr…
|
D | coverage_shared.test | 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 6 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
|
D | instrprof-alloc.test | 1 // RUN: %clang_pgogen -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,calloc -o %t -O3 %S/../Inputs/instr… 4 // RUN: %clang_pgogen -mllvm -vp-static-alloc=false -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,callo…
|
D | instrprof-dynamic-one-shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 5 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
|
D | instrprof-dynamic-two-shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.s… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | macro-fusion.ll | 2 ; RUN: llc < %s -mtriple=aarch64-linux-gnu -mattr=+fuse-arith-logic -verify-misched -debug-only=mac… 10 ; CHECK: Macro fuse: SU([[SU4:[0-9]+]]) - SU([[SU5:[0-9]+]]) 12 ; CHECK-NOT: Macro fuse:
|
D | misched-fusion-crypto-eor.mir | 1 # RUN: llc -o /dev/null %s -run-pass=machine-scheduler -mtriple aarch64-- -mattr=-fuse-aes,+crypto … 2 # RUN: llc -o /dev/null %s -run-pass=machine-scheduler -mtriple aarch64-- -mattr=+fuse-aes,+crypto … 3 # RUN: llc -o /dev/null %s -run-pass=machine-scheduler -mtriple aarch64-- -mattr=+fuse-aes,+fuse-cr…
|
/external/crosvm/devices/src/virtio/fs/ |
D | worker.rs | 12 use fuse::filesystem::{FileSystem, ZeroCopyReader, ZeroCopyWriter}; 19 impl fuse::Reader for Reader {} 21 impl fuse::Writer for Writer { 79 impl fuse::Mapper for Mapper { 130 server: Arc<fuse::Server<F>>, 140 server: Arc<fuse::Server<F>>, in new()
|
/external/llvm-project/flang/ |
D | .drone.star | 13 …'env CC=clang-8 CXX=clang++-8 CXXFLAGS="-stdlib=libc++" LDFLAGS="-fuse-ld=lld" cmake -GNinja -DCMA… 17 …'env CC=clang-8 CXX=clang++-8 CXXFLAGS="-UNDEBUG -stdlib=libc++" LDFLAGS="-fuse-ld=lld" cmake -GNi… 39 …'env CC=gcc CXX=g++ LDFLAGS="-fuse-ld=gold" cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTA… 43 …'env CC=gcc CXX=g++ CXXFLAGS="-UNDEBUG" LDFLAGS="-fuse-ld=gold" cmake -GNinja -DCMAKE_BUILD_TYPE=R…
|
/external/llvm-project/debuginfo-tests/dexter/dex/builder/scripts/windows/ |
D | clang.bat | 4 %PATHTOCLANGPP% -fuse-ld=lld -c !COMPILER_OPTIONS_%%I! !SOURCE_FILE_%%I! -o !OBJECT_FILE_%%I! 8 %PATHTOCLANGPP% -fuse-ld=lld %LINKER_OPTIONS% %OBJECT_FILES% -o %EXECUTABLE_FILE%
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | Makefile | 11 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags) 15 $(OUTPUT)/fuse_mnt: LDLIBS += $(shell pkg-config fuse --libs)
|
/external/compiler-rt/test/profile/Linux/ |
D | coverage_shared.test | 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 6 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
|
D | instrprof-alloc.test | 1 // RUN: %clang_profgen -Xclang -fprofile-instrument=llvm -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,… 4 // RUN: %clang_profgen -Xclang -fprofile-instrument=llvm -mllvm -vp-static-alloc=false -fuse-ld=go…
|
D | instrprof-dynamic-one-shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 5 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
|
D | instrprof-dynamic-two-shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.s… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
|
/external/crosvm/fuzz/ |
D | Cargo.toml | 12 fuse = { path = "../fuse" }
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | fuse-bias-tf.mlir | 1 // RUN: tf-opt --tosa-fuse-bias-tf --verify-each %s | FileCheck %s 3 // Operations for testing --tosa-fuse-bias-tf
|
/external/arm-trusted-firmware/plat/imx/common/ |
D | imx_sip_handler.c | 117 uint32_t fuse; in imx_otp_handler() local 121 ret = sc_misc_otp_fuse_read(ipc_handle, x1, &fuse); in imx_otp_handler() 122 SMC_RET2(handle, ret, fuse); in imx_otp_handler()
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset_options.proto | 74 // Whether to fuse filter transformations. 78 // Whether to fuse filter dataset that predicts random_uniform < rate into a 87 // Whether to fuse map and batch transformations. 91 // Whether to fuse map and filter transformations. 95 // Whether to fuse map transformations. 127 // Whether to fuse shuffle and repeat transformations.
|