Home
last modified time | relevance | path

Searched refs:tmp4 (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/games/larn/
H A Dmovem.c26 static int tmp1, tmp2, tmp3, tmp4, distance; variable
46 tmp4 = playerx + 11; in movemonst()
52 tmp4 = playerx + 6; in movemonst()
64 if (tmp4 > MAXX) in movemonst()
65 tmp4 = MAXX; in movemonst()
73 if (tmp4 > MAXX - 1) in movemonst()
74 tmp4 = MAXX - 1; in movemonst()
78 for (i = tmp3; i < tmp4; i++) in movemonst()
86 for (i = tmp3; i < tmp4; i++) in movemonst()
96 for (i = tmp3; i < tmp4; i++) in movemonst()
[all …]
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dlonglong.h1314 UDItype tmp1, tmp2, tmp3, tmp4; \
1339 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/dflybsd-src/contrib/binutils-2.27/include/
H A Dlonglong.h1426 UDItype tmp1, tmp2, tmp3, tmp4; \
1451 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/dflybsd-src/contrib/gcc-8.0/include/
H A Dlonglong.h1427 UDItype tmp1, tmp2, tmp3, tmp4; \
1452 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhsa-gen.c4184 hsa_op_reg *tmp4 = new hsa_op_reg (dest->m_type); in gen_get_team_num() local
4185 gen_hsa_binary_operation (BRIG_OPCODE_ADD, tmp4, tmp3, tmp2, hbb); in gen_get_team_num()
4189 gen_hsa_binary_operation (BRIG_OPCODE_ADD, dest, tmp4, in gen_get_team_num()