Searched refs:old_high (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | progressbox.c | 47 int old_high, old_wide; member 76 obj->high = obj->old_high; in restart_obj() 411 obj->old_high = height; in dlg_progressbox()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 771 uint64_t new_high, new_low, old_high, old_low; in pmap_di_load_invl() local 775 old_high = new_high = (uintptr_t)0; in pmap_di_load_invl() 778 : "=@cce" (res), "+m" (*ptr), "+a" (old_low), "+d" (old_high) in pmap_di_load_invl() 782 if ((old_high & PMAP_INVL_GEN_NEXT_INVALID) != 0) in pmap_di_load_invl() 785 out->next = (void *)old_high; in pmap_di_load_invl() 797 uint64_t new_high, new_low, old_high, old_low; in pmap_di_store_invl() local 803 old_high = (uintptr_t)old_val->next; in pmap_di_store_invl() 806 : "=@cce" (res), "+m" (*ptr), "+a" (old_low), "+d" (old_high) in pmap_di_store_invl()
|