Searched refs:newvalue (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | sh.cpu | 186 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 14))) (sll SI newvalue 14)))) 195 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 13))) (sll SI newvalue 13)))) 204 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 12))) (sll SI newvalue 12)))) 213 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv 2)) (sll SI newvalue 1)))) 222 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 9))) (sll SI newvalue 9)))) 231 (set (newvalue) (set (reg h-sr) (or (and (reg h-sr) (inv (sll 1 8))) (sll SI newvalue 8))))
|
H A D | sh64-compact.cpu | 137 (set (newvalue) (sequence () 138 (set (reg h-fpscr) newvalue) 139 (set prbit (and (srl newvalue 19) 1)) 140 (set szbit (and (srl newvalue 20) 1)) 141 (set frbit (and (srl newvalue 21) 1))))
|
/openbsd/libexec/ld.so/sparc64/ |
H A D | rtld_machine.c | 563 Elf_Addr newvalue; in _dl_bind() local 609 newvalue = sr.obj->obj_base + sr.sym->st_value; in _dl_bind() 612 return newvalue; in _dl_bind() 652 buf.newval[0] = rela->r_addend + newvalue in _dl_bind() 667 i = _dl_reloc_plt(&first, &buf.newval[0], addr, newvalue); in _dl_bind() 711 return newvalue; in _dl_bind()
|
/openbsd/usr.sbin/httpd/ |
H A D | httpd.c | 1026 char *newvalue; in kv_extend() local 1031 if (asprintf(&newvalue, "%s%s", kv->kv_value, value) == -1) in kv_extend() 1035 kv->kv_value = newvalue; in kv_extend()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | value.h | 456 struct value *newvalue);
|
/openbsd/usr.sbin/relayd/ |
H A D | relayd.c | 718 char *newvalue; in kv_extend() local 723 if (asprintf(&newvalue, "%s%s", kv->kv_value, value) == -1) in kv_extend() 727 kv->kv_value = newvalue; in kv_extend()
|
/openbsd/usr.bin/tic/ |
H A D | tic.c | 1225 char *newvalue = safe_strdup(TIPARM_1(newcap, n)); in same_color() local 1226 same += !strcmp(oldvalue, newvalue); in same_color() 1228 free(newvalue); in same_color()
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 101 static BOOL set_silent_invalid_parameter_handler(BOOL newvalue); 196 set_silent_invalid_parameter_handler(BOOL newvalue) in set_silent_invalid_parameter_handler() argument 200 silent_invalid_parameter_handler = newvalue; in set_silent_invalid_parameter_handler()
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/ |
H A D | Simple.pod | 123 C<< $parser->I<attribute>(I<newvalue>) >>. For each accessor, I typically
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | rcs.c | 4293 char *newvalue; local 4305 expand, value, len, &newvalue, &len); 4307 if (newvalue != value) 4311 value = newvalue;
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 8863 rtx newvalue = gen_reg_rtx (SImode); in sparc_expand_compare_and_swap_12() local 8923 emit_insn (gen_rtx_SET (VOIDmode, newvalue, in sparc_expand_compare_and_swap_12() 8926 emit_insn (gen_sync_compare_and_swapsi (res, memsi, oldvalue, newvalue)); in sparc_expand_compare_and_swap_12()
|