Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bktr/
H A Dbktr_core.c1942 int tmp_int; local
2067 tmp_int = *(int*)arg;
2094 *(int*)arg = tmp_int;
2099 tmp_int = *(int*)arg;
2121 *(int*)arg = tmp_int;
2126 tmp_int = *(int*)arg;
3448 int tmp_int; local
3507 tmp_int = 65536 -
3510 tmp_int = 65536 -
3516 tmp_int = 65536 -
[all …]
/freebsd-12.1/contrib/gcc/
H A Dread-rtl.c1465 int tmp_int; in read_rtx_1() local
1690 tmp_int = atoi (tmp_char); in read_rtx_1()
1691 XINT (return_rtx, i) = tmp_int; in read_rtx_1()
/freebsd-12.1/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))