Home
last modified time | relevance | path

Searched refs:set_fuse (Results 1 – 24 of 24) sorted by relevance

/dports/games/luola/luola-1.3.2/src/
H A Dprojectile.h75 extern void set_fuse(struct Projectile *p, int ticks);
H A Dweapon.c184 set_fuse(p,0.63 * GAME_SPEED); in drop_magmine()
193 set_fuse(p,0.63 * GAME_SPEED); in drop_mine()
203 set_fuse(p,0.63 * GAME_SPEED); in drop_divmine()
H A Dprojectile.c135 void set_fuse(struct Projectile *p, int ticks) { in set_fuse() function
H A Dbullet.c537 set_fuse(mine,4); /* Become insensitive for a while so mines can separate */ in mine_divide()
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/trunk/
H A Djedecfile.h77 void set_fuse(unsigned int idx, int blow);
H A Dprogalgxc95x.cpp239 rbfile.set_fuse(idx++, (data & 0x01)); in flow_array_read()
261 rbfile.set_fuse(idx++, (data & 0x01)); in flow_array_read()
H A Dmapfile_xc2c.cpp213 fuses->set_fuse(fuse_idx, bit); in bitfile2jedecfile()
H A Djedecfile.cpp575 set_fuse(i, 0); in setLength()
580 void JedecFile::set_fuse(unsigned int idx, int blow) in set_fuse() function in JedecFile
/dports/devel/xc3sprog/xc3sprog-r769/
H A Djedecfile.h74 void set_fuse(unsigned int idx, int blow);
H A Dprogalgxc95x.cpp239 rbfile.set_fuse(idx++, (data & 0x01)); in flow_array_read()
261 rbfile.set_fuse(idx++, (data & 0x01)); in flow_array_read()
H A Dmapfile_xc2c.cpp213 fuses->set_fuse(fuse_idx, bit); in bitfile2jedecfile()
H A Djedecfile.cpp576 set_fuse(i, 0); in setLength()
581 void JedecFile::set_fuse(unsigned int idx, int blow) in set_fuse() function in JedecFile
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/isl/isl-0.24/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_options.c90 static int set_fuse(void *opt, unsigned val) in set_fuse() function
180 ISL_ARG_PHANTOM_USER_CHOICE_F(0, "schedule-fuse", fuse, &set_fuse,
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dgemm_schedule.hpp267 void set_fuse(std::vector<std::reference_wrapper<loop_t>> &loops) { in set_fuse() function in dnnl::impl::gpu::jit::loop_t
533 fused_loop.set_fuse(loop_refs); in fuse()