Searched refs:thigh (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dtailbox.c323 int x, y, result, thigh; local
350 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2));
358 thigh,
375 (void) wmove(dialog, thigh, (MARGIN + 1));
395 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr);
H A Dprogressbox.c85 int y, x, thigh; local
97 thigh = obj->high - (2 * MARGIN);
122 thigh -= y2;
127 thigh,
H A Dformbox.c553 int thigh = 0; local
555 dlg_auto_size(title, prompt, &thigh, &twide, 0, width);
556 thigh = SLINES - (height - (thigh + 1 + 3 * MARGIN));
557 form_height = MIN(thigh, form_height);
/freebsd-13-stable/sys/dev/ichiic/
H A Dig4_iic.c747 uint32_t thigh, tlow, tf_max; /* nsec */ local
753 thigh = IG4_SPEED_STD_THIGH;
759 thigh = IG4_SPEED_FAST_THIGH;
771 ((hw->ic_clock_rate * (thigh + sda_fall_time) + 500) / 1000 - 3);

Completed in 70 milliseconds