Searched refs:tmp_int (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c1940 int tmp_int; local
2065 tmp_int = *(int*)arg;
2069 if ( tmp_int & BIT_EIGHT_HIGH ) {
2082 OUTB(bktr, BKTR_SAT_U_LO, (u_char)(tmp_int & 0xff));
2083 OUTB(bktr, BKTR_SAT_V_LO, (u_char)(tmp_int & 0xff));
2089 tmp_int = (int)(INB(bktr, BKTR_SAT_V_LO) & 0xff);
2091 tmp_int |= BIT_EIGHT_HIGH;
2092 *(int*)arg = tmp_int;
2097 tmp_int = *(int*)arg;
2101 if ( tmp_int
3447 int tmp_int; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dread-rtl.c1467 int tmp_int;
1692 tmp_int = atoi (tmp_char);
1693 XINT (return_rtx, i) = tmp_int;
1465 int tmp_int; local
/freebsd-11-stable/contrib/ee/
H A Dee.c1874 int tmp_int; local
1895 tmp_int = g_horz;
1898 tmp_int = tmp_int - g_horz;
1899 for (; 0 < tmp_int; tmp_int--)
1901 if ((g_horz+tmp_int) < (last_col - 1))

Completed in 172 milliseconds