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

/freebsd-10.3-release/sys/dev/bktr/
H A Dbktr_core.c1941 int tmp_int; local
2066 tmp_int = *(int*)arg;
2070 if ( tmp_int & BIT_EIGHT_HIGH ) {
2083 OUTB(bktr, BKTR_SAT_U_LO, (u_char)(tmp_int & 0xff));
2084 OUTB(bktr, BKTR_SAT_V_LO, (u_char)(tmp_int & 0xff));
2090 tmp_int = (int)(INB(bktr, BKTR_SAT_V_LO) & 0xff);
2092 tmp_int |= BIT_EIGHT_HIGH;
2093 *(int*)arg = tmp_int;
2098 tmp_int = *(int*)arg;
2102 if ( tmp_int
3448 int tmp_int; local
[all...]
/freebsd-10.3-release/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-10.3-release/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 72 milliseconds