/openbsd/usr.bin/m4/ |
H A D | gnum4.c | 192 static void add_sub(int, const char *, regex_t *, regmatch_t *); 269 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm) in add_sub() function 292 add_sub(0, string, re, pm); in add_replace() 303 add_sub(0, string, re, pm); in add_replace() 310 add_sub(*(++p) - '0', string, re, pm); in add_replace()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
H A D | am33.s | 294 add_sub r4,r1,r2,r3 295 add_sub r4,r1,2,r3 308 add_sub 4,r1,r2,r3 309 add_sub 4,r1,2,r3
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | module.h | 448 int (*add_sub)(struct module_qstate* qstate, member
|
/openbsd/usr.sbin/unbound/util/ |
H A D | module.h | 448 int (*add_sub)(struct module_qstate* qstate, member
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | frv.cpu | 6821 (set targ (add_sub (mul arg1 arg2) targ)) 6863 name add_sub arg1 arg2 targ op ope comment) 6870 (set targ (add_sub (mul arg1 arg2) targ))) 6886 (set targ (add_sub (mul arg1 arg2) targ))) 6903 name add_sub arg1 arg2 targ op ope comment) 6921 (add_sub (nextreg h-fr arg1 1) (nextreg h-fr arg2 1))) 6929 name add_sub arg1 arg2 targ op ope comment) 6959 name add_sub arg1 arg2 targ op ope comment) 6980 add_sub FRi FRj FRk) 6992 (ftrunc SF (add_sub DF [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | frv.cpu | 7450 (set targ (add_sub (mul arg1 arg2) targ)) 7492 name add_sub arg1 arg2 targ op ope comment) 7499 (set targ (add_sub (mul arg1 arg2) targ))) 7515 (set targ (add_sub (mul arg1 arg2) targ))) 7532 name add_sub arg1 arg2 targ op ope comment) 7550 (add_sub (nextreg h-fr arg1 1) (nextreg h-fr arg2 1))) 7558 name add_sub arg1 arg2 targ op ope comment) 7588 name add_sub arg1 arg2 targ op ope comment) 7609 add_sub FRi FRj FRk) 7621 (ftrunc SF (add_sub DF [all …]
|
/openbsd/sbin/unwind/libunbound/libunbound/ |
H A D | libworker.c | 250 w->env->add_sub = &mesh_add_sub; in libworker_setup()
|
/openbsd/usr.sbin/unbound/libunbound/ |
H A D | libworker.c | 250 w->env->add_sub = &mesh_add_sub; in libworker_setup()
|
/openbsd/sbin/unwind/libunbound/validator/ |
H A D | validator.c | 460 qstate->env->add_sub)); in generate_request() 461 if(!(*qstate->env->add_sub)(qstate, &ask, in generate_request()
|
/openbsd/usr.sbin/unbound/validator/ |
H A D | validator.c | 460 qstate->env->add_sub)); in generate_request() 461 if(!(*qstate->env->add_sub)(qstate, &ask, in generate_request()
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq7.pod | 280 my $add_sub = add_function_generator(); 281 my $sum = $add_sub->(4,5); # $sum is 9 now.
|
/openbsd/sbin/unwind/libunbound/iterator/ |
H A D | iterator.c | 829 qstate->env->add_sub)); in generate_sub_request() 830 if(!(*qstate->env->add_sub)(qstate, &qinf, in generate_sub_request()
|
/openbsd/usr.sbin/unbound/iterator/ |
H A D | iterator.c | 829 qstate->env->add_sub)); in generate_sub_request() 830 if(!(*qstate->env->add_sub)(qstate, &qinf, in generate_sub_request()
|
/openbsd/usr.sbin/unbound/daemon/ |
H A D | worker.c | 2263 worker->env.add_sub = &mesh_add_sub; in worker_init()
|