Searched refs:oldh (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| D | 20010118-1.c | 14 int oldh = h; in bar() local 20 dy = (oldh - h) * (double) f/2.0; in bar()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| D | run_doxygen | 224 oldh=`sed -n '/fC#include </s/.*<\(.*\)>.*/\1/p' $f` 225 newh=`echo $oldh | ./stdheader` 226 sed "s=${oldh}=${newh}=" $f > TEMP
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| D | run_doxygen | 251 oldh=`sed -n '/fC#include </s/.*<\(.*\)>.*/\1/p' $f` 252 newh=`echo $oldh | ./stdheader` 253 sed "s=${oldh}=${newh}=" $f > TEMP
|
| /openbsd/src/usr.sbin/config/ |
| D | hash.c | 108 struct hashent *p, **h, **oldh, *q; in ht_expand() local 113 oldh = ht->ht_tab; in ht_expand() 116 for (p = *oldh++; p != NULL; p = q) { in ht_expand()
|
| /openbsd/src/sys/arch/powerpc/powerpc/ |
| D | pmap.c | 1762 void *oldh = curpcb->pcb_onfault; in _copyin() local 1772 curpcb->pcb_onfault = oldh; in _copyin() 1781 curpcb->pcb_onfault = oldh; in _copyin() 1792 void *oldh = curpcb->pcb_onfault; in copyout() local 1802 curpcb->pcb_onfault = oldh; in copyout() 1812 curpcb->pcb_onfault = oldh; in copyout() 1822 void *oldh = curpcb->pcb_onfault; in copyin32() local 1831 curpcb->pcb_onfault = oldh; in copyin32() 1836 curpcb->pcb_onfault = oldh; in copyin32() 1852 void *oldh = curpcb->pcb_onfault; in _copyinstr() local [all …]
|
| D | trap.c | 546 void *oldh = curpcb->pcb_onfault; in badaddr() local 549 curpcb->pcb_onfault = oldh; in badaddr() 565 curpcb->pcb_onfault = oldh; in badaddr()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 20000427-1.c | 5 int oldw = lwidth, oldh = lheight; in ConvertFor3dDriver() local
|
| /openbsd/src/sys/arch/macppc/pci/ |
| D | mpcpcibus.c | 491 void *oldh; in mpc_conf_read() local 511 oldh = curpcb->pcb_onfault; in mpc_conf_read() 514 curpcb->pcb_onfault = oldh; in mpc_conf_read() 525 curpcb->pcb_onfault = oldh; in mpc_conf_read()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | genrecog.c | 1408 merge_trees (oldh, addh) in merge_trees() argument 1409 struct decision_head *oldh, *addh; in merge_trees() 1415 if (oldh->first == 0) 1417 *oldh = *addh; 1422 if (strcmp (oldh->first->position, addh->first->position)) 1447 for (old = oldh->last; old; old = old->prev) 1470 add->prev = oldh->last; 1471 oldh->last->next = add; 1472 oldh->last = add; 1479 oldh->first = add;
|
| /openbsd/src/sys/arch/macppc/macppc/ |
| D | machdep.c | 876 void *oldh = curproc->p_addr->u_pcb.pcb_onfault; in kcopy() local 879 curproc->p_addr->u_pcb.pcb_onfault = oldh; in kcopy() 883 curproc->p_addr->u_pcb.pcb_onfault = oldh; in kcopy()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | genrecog.c | 1524 merge_trees (struct decision_head *oldh, struct decision_head *addh) in merge_trees() argument 1530 if (oldh->first == 0) in merge_trees() 1532 *oldh = *addh; in merge_trees() 1537 gcc_assert (!strcmp (oldh->first->position, addh->first->position)); in merge_trees() 1561 for (old = oldh->last; old; old = old->prev) in merge_trees() 1584 add->prev = oldh->last; in merge_trees() 1585 oldh->last->next = add; in merge_trees() 1586 oldh->last = add; in merge_trees() 1593 oldh->first = add; in merge_trees()
|
| /openbsd/src/sbin/unwind/ |
| D | frontend.c | 1418 merge_tas(struct trust_anchor_head *newh, struct trust_anchor_head *oldh) in merge_tas() argument 1423 j = TAILQ_FIRST(oldh); in merge_tas() 1436 free_tas(oldh); in merge_tas() 1437 TAILQ_CONCAT(oldh, newh, entry); in merge_tas()
|