Home
last modified time | relevance | path

Searched refs:op_fun (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/tools/
H A Dmemory_benchmark.cc122 void * (*op_fun)(void *) = &thread_main_write; in multi() local
127 op_fun = &thread_main_read; in multi()
142 pthread_create(&ctx[c].thread, &attr, op_fun, ctx + c); in multi()
152 op_fun(ctx); in multi()
/dports/emulators/z80pack/z80pack-1.37/z80asm/
H A Dz80a.h59 int (*op_fun) (); /* function pointer code generation */ member
H A Dz80amain.c295 i = (*op->op_fun)(op->op_c1, op->op_c2); in p1_line()
374 op_count = (*op->op_fun)(op->op_c1, op->op_c2); in p2_line()
/dports/devel/z88dk/z88dk/src/z80asm/dev/z80pack-1.21/z80asm/
H A Dz80a.h55 int (*op_fun) (); /* function pointer code generation */
H A Dz80amain.c288 i = (*op->op_fun)(op->op_c1, op->op_c2); in p1_line()
367 op_count = (*op->op_fun)(op->op_c1, op->op_c2); in p2_line()
/dports/databases/redisjson/RedisJSON-2.0.6/src/
H A Divalue_manager.rs95 fn do_op<F>(&mut self, paths: Vec<String>, mut op_fun: F) -> Result<(), RedisError> in do_op()
102 let res = (op_fun)(root.take())?; in do_op()
105 update(&paths, self.get_value().unwrap().unwrap(), op_fun)?; in do_op()
H A Dmanager.rs182 fn do_op<F>(&mut self, paths: Vec<String>, mut op_fun: F) -> Result<(), RedisError> in do_op()
189 let res = (op_fun)(root.take())?; in do_op()
192 update(&paths, self.get_value().unwrap().unwrap(), op_fun)?; in do_op()