Symbol: tmp2
games/hack/hack.apply.c
158
int tmp2;
games/hack/hack.apply.c
168
tmp2 = mtmp->mblinded;
games/hack/hack.apply.c
169
tmp2 += rnd(1 + 50/tmp);
games/hack/hack.apply.c
170
if(tmp2 > 127) tmp2 = 127;
games/hack/hack.apply.c
171
mtmp->mblinded = tmp2;
games/hack/hack.mon.c
777
int tmp2;
games/hack/hack.mon.c
780
for(tmp2 = 0; !tmp2 || ul + tmp2 <= ml; tmp2++)
games/hack/hack.mon.c
781
if(u.uexp + 1 + (tmp + ((tmp2 <= 0) ? 0 : 4<<(tmp2-1)))/nk
games/hack/hack.mon.c
785
tmp2 = ml - ul -1;
games/hack/hack.mon.c
786
tmp = (tmp + ((tmp2 < 0) ? 0 : 4<<tmp2))/nk;
games/hack/hack.worm.c
202
int tmp,tmp2;
games/hack/hack.worm.c
228
tmp2 = 0;
games/hack/hack.worm.c
230
tmp2 = mtmp2->wormno;
games/hack/hack.worm.c
231
wsegs[tmp2] = wsegs[tmp];
games/hack/hack.worm.c
232
wgrowtime[tmp2] = 0;
games/hack/hack.worm.c
236
if(tmp2) wheads[tmp2] = wtmp;
games/hack/hack.worm.c
240
if(tmp2){
games/hack/hack.worm.c
257
if(!tmp2) remseg(wtmp);
lib/libc/asr/asr_debug.c
105
print_dname(rr->rr.soa.rname, tmp2, sizeof tmp2),
lib/libc/asr/asr_debug.c
66
char tmp2[256];
lib/libc/db/hash/hash_page.c
464
int tmp1, tmp2;
lib/libc/db/hash/hash_page.c
478
tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
lib/libc/db/hash/hash_page.c
485
tmp1, tmp2, bufp->ovfl->addr);
lib/libc/db/hash/hash_page.c
649
int tmp1, tmp2;
lib/libc/db/hash/hash_page.c
762
tmp2 = i;
lib/libc/db/hash/hash_page.c
784
addr, tmp1, tmp2);
lib/libc/stdlib/heapsort.c
103
#define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
lib/libc/stdlib/heapsort.c
111
COPY(par, child, count, size, tmp1, tmp2); \
lib/libc/stdlib/heapsort.c
119
COPY(child, k, count, size, tmp1, tmp2); \
lib/libc/stdlib/heapsort.c
122
COPY(child, par, count, size, tmp1, tmp2); \
lib/libc/stdlib/heapsort.c
138
char tmp, *tmp1, *tmp2;
lib/libc/stdlib/heapsort.c
167
COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
lib/libc/stdlib/heapsort.c
168
COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2);
lib/libc/stdlib/heapsort.c
170
SELECT(i, j, nmemb, t, p, size, k, cnt, tmp1, tmp2);
lib/libc/stdlib/heapsort.c
55
#define COPY(a, b, count, size, tmp1, tmp2) { \
lib/libc/stdlib/heapsort.c
58
tmp2 = b; \
lib/libc/stdlib/heapsort.c
60
*tmp1++ = *tmp2++; \
lib/libcrypto/aes/aes.c
365
aes_block_t tmp, tmp2;
lib/libcrypto/aes/aes.c
384
tmp2.data[n] = tmp.data[n] ^ iv.data[n];
lib/libcrypto/aes/aes.c
385
AES_encrypt((unsigned char *)tmp2.data,
lib/libcrypto/aes/aes.c
386
(unsigned char *)tmp2.data, key);
lib/libcrypto/aes/aes.c
388
tmp2.data[n] ^= iv2.data[n];
lib/libcrypto/aes/aes.c
389
memcpy(out, tmp2.data, AES_BLOCK_SIZE);
lib/libcrypto/aes/aes.c
390
iv = tmp2;
lib/libcrypto/aes/aes.c
399
tmp2 = tmp;
lib/libcrypto/aes/aes.c
407
iv = tmp2;
regress/lib/libc/asr/bin/res_mkquery.c
199
char tmp2[256];
regress/lib/libc/asr/bin/res_mkquery.c
239
print_dname(rr->rr.soa.mname, tmp2, sizeof tmp2),
regress/lib/libc/asr/bin/res_query.c
235
char tmp2[256];
regress/lib/libc/asr/bin/res_query.c
275
print_dname(rr->rr.soa.mname, tmp2, sizeof tmp2),
sys/arch/mips64/mips64/fp_emulate.c
720
uint64_t tmp, tmp2;
sys/arch/mips64/mips64/fp_emulate.c
739
tmp2 =
sys/arch/mips64/mips64/fp_emulate.c
741
tmp |= tmp2 << 32;
sys/arch/sparc64/sparc64/in4_cksum.c
104
u_int tmp1, tmp2;
sys/arch/sparc64/sparc64/in4_cksum.c
119
: "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)
sys/dev/fdt/amltemp.c
185
int64_t tmp1, tmp2;
sys/dev/fdt/amltemp.c
188
tmp2 = (code * n) / 100;
sys/dev/fdt/amltemp.c
189
tmp1 = (tmp1 * (1 << 16)) / ((1 << 16) + tmp2);
sys/dev/isa/ad1848.c
288
u_char tmp, tmp1 = 0xff, tmp2 = 0xff;
sys/dev/isa/ad1848.c
324
(tmp2 = ad_read(sc, 1)) != 0x45) {
sys/dev/isa/ad1848.c
325
DPRINTF(("ad_detect_B (%x/%x)\n", tmp1, tmp2));
sys/dev/isa/ad1848.c
333
(tmp2 = ad_read(sc, 1)) != 0xaa) {
sys/dev/isa/ad1848.c
334
DPRINTF(("ad_detect_C (%x/%x)\n", tmp1, tmp2));
sys/dev/isa/ad1848.c
401
if ((tmp1 = ad_read(sc, i)) != (tmp2 = ad_read(sc, i + 16))) {
sys/dev/isa/ad1848.c
403
DPRINTF(("ad_detect_F(%d/%x/%x)\n", i, tmp1, tmp2));
sys/dev/isa/ad1848.c
426
if ((tmp2 = ad_read(sc, 18)) != 0x45) {
sys/dev/isa/ad1848.c
429
if ((tmp2 = ad_read(sc, 18)) == 0xaa) {
sys/dev/isa/ad1848.c
431
DPRINTF(("ad_detect_H(%x)\n", tmp2));
sys/dev/isa/i82365_isasubr.c
112
int i, iobuswidth, tmp1, tmp2;
sys/dev/isa/i82365_isasubr.c
146
tmp2 = bus_space_read_1(iot, ioh_high, PCIC_REG_DATA);
sys/dev/isa/i82365_isasubr.c
148
if (tmp1 == tmp2)
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3492
u32 data, orig, tmp, tmp2;
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3505
tmp2 = RLC_SERDES_WR_CTRL__BPM_ADDR_MASK |
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
3508
WREG32(mmRLC_SERDES_WR_CTRL, tmp2);
sys/dev/pci/drm/amd/amdgpu/uvd_v3_1.c
209
u32 tmp, tmp2;
sys/dev/pci/drm/amd/amdgpu/uvd_v3_1.c
221
tmp2 = UVD_CGC_CTRL2__DYN_OCLK_RAMP_EN_MASK |
sys/dev/pci/drm/amd/amdgpu/uvd_v3_1.c
226
tmp2 = 0;
sys/dev/pci/drm/amd/amdgpu/uvd_v3_1.c
230
WREG32_UVD_CTX(ixUVD_CGC_CTRL2, tmp2);
sys/dev/pci/drm/amd/amdgpu/uvd_v4_2.c
638
u32 tmp, tmp2;
sys/dev/pci/drm/amd/amdgpu/uvd_v4_2.c
650
tmp2 = UVD_CGC_CTRL2__DYN_OCLK_RAMP_EN_MASK |
sys/dev/pci/drm/amd/amdgpu/uvd_v4_2.c
655
tmp2 = 0;
sys/dev/pci/drm/amd/amdgpu/uvd_v4_2.c
659
WREG32_UVD_CTX(ixUVD_CGC_CTRL2, tmp2);
sys/dev/pci/drm/amd/display/dc/dce120/dce120_timing_generator.c
433
uint32_t tmp2 = 0;
sys/dev/pci/drm/amd/display/dc/dce120/dce120_timing_generator.c
468
tmp2 = tmp1 + timing->h_addressable +
sys/dev/pci/drm/amd/display/dc/dce120/dce120_timing_generator.c
474
CRTC_H_BLANK_START, tmp2);
sys/dev/pci/drm/amd/display/dc/dce120/dce120_timing_generator.c
477
tmp2 = tmp1 + timing->v_addressable + timing->v_border_top +
sys/dev/pci/drm/amd/display/dc/dce120/dce120_timing_generator.c
483
CRTC_V_BLANK_START, tmp2);
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
1807
uint8_t tmp1, tmp2;
sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
1928
atomctrl_get_svi2_info(hwmgr, VOLTAGE_TYPE_VDDC, &tmp1, &tmp2,
sys/dev/pci/drm/drm_modes.c
714
int tmp1, tmp2;
sys/dev/pci/drm/drm_modes.c
724
tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 +
sys/dev/pci/drm/drm_modes.c
726
hperiod = tmp1 * 2 / (tmp2 * vfieldrate);
sys/dev/pci/drm/drm_modes.c
780
int tmp1, tmp2;
sys/dev/pci/drm/drm_modes.c
784
tmp2 = vdisplay_rnd + 2 * vmargin;
sys/dev/pci/drm/drm_modes.c
785
hperiod = tmp1 / (tmp2 * vfieldrate);
sys/dev/pci/drm/drm_modes.c
880
unsigned int tmp1, tmp2;
sys/dev/pci/drm/drm_modes.c
929
tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) *
sys/dev/pci/drm/drm_modes.c
931
hfreq_est = (tmp2 * 1000 * vfieldrate_rqd) / tmp1;
sys/dev/pci/drm/radeon/ci_dpm.c
2457
u32 tmp, tmp2;
sys/dev/pci/drm/radeon/ci_dpm.c
2466
tmp2 = (((0x31 * engine_clock) / 125000) - 1) & 0xff;
sys/dev/pci/drm/radeon/ci_dpm.c
2468
*dram_timimg2 |= tmp2 << 16;
sys/dev/pci/drm/radeon/ci_dpm.c
2470
tmp2 = (((0x36 * engine_clock) / 137500) - 1) & 0xff;
sys/dev/pci/drm/radeon/ci_dpm.c
2472
*dram_timimg2 |= tmp2 << 16;
sys/dev/pci/drm/radeon/cik.c
5992
u32 data, orig, tmp, tmp2;
sys/dev/pci/drm/radeon/cik.c
6004
tmp2 = BPM_ADDR_MASK | CGCG_OVERRIDE_0 | CGLS_ENABLE;
sys/dev/pci/drm/radeon/cik.c
6005
WREG32(RLC_SERDES_WR_CTRL, tmp2);
sys/dev/pci/drm/radeon/si.c
5154
u32 tmp, tmp2;
sys/dev/pci/drm/radeon/si.c
5162
tmp2 = DYN_OR_EN | DYN_RR_EN | G_DIV_ID(7);
sys/dev/pci/drm/radeon/si.c
5165
tmp2 = 0;
sys/dev/pci/drm/radeon/si.c
5169
WREG32_UVD_CTX(UVD_CGC_CTRL2, tmp2);
sys/dev/pci/if_ice.c
20039
struct ice_vsig_prof *tmp1, *tmp2;
sys/dev/pci/if_ice.c
20046
TAILQ_FOREACH(tmp2, list2, list)
sys/dev/pci/if_ice.c
20052
tmp2 = TAILQ_FIRST(list2);
sys/dev/pci/if_ice.c
20058
if (tmp2->profile_cookie != tmp1->profile_cookie)
sys/dev/pci/if_ice.c
20062
tmp2 = TAILQ_NEXT(tmp2, list);
sys/uvm/uvm_map.c
4213
struct vm_map_entry *first, *entry, *newentry, *tmp1, *tmp2;
sys/uvm/uvm_map.c
4278
if (uvm_map_findspace(kernel_map, &tmp1, &tmp2, &dstaddr, len,
usr.bin/calendar/day.c
269
struct match *matches = NULL, *tmp, *tmp2;
usr.bin/calendar/day.c
491
tmp2 = matches;
usr.bin/calendar/day.c
562
if (tmp2)
usr.bin/calendar/day.c
563
tmp2->next = tmp;
usr.bin/calendar/day.c
566
tmp2 = tmp;
usr.bin/calendar/io.c
445
struct event *tmp, *tmp2;
usr.bin/calendar/io.c
450
tmp2 = NULL;
usr.bin/calendar/io.c
453
tmp2 = tmp;
usr.bin/calendar/io.c
458
if (tmp2)
usr.bin/calendar/io.c
459
tmp2->next = cur_evt;
usr.bin/mg/log.c
393
char tmp[NFILEN], *tmp2;
usr.bin/mg/log.c
401
if ((tmp2 = strndup(tmp, NFILEN)) == NULL)
usr.bin/mg/log.c
404
if ((*fd = fopen(tmp2, "w")) == NULL)
usr.bin/mg/log.c
407
return (tmp2);
usr.bin/rpcgen/rpc_main.c
437
char *filename, *guard, *tmp, *tmp2;
usr.bin/rpcgen/rpc_main.c
455
tmp2 = extendfile(guard, "_H_RPCGEN");
usr.bin/rpcgen/rpc_main.c
457
guard = tmp2;
usr.bin/sdiff/sdiff.c
165
*tmp1, *tmp2, *s1, *s2;
usr.bin/sdiff/sdiff.c
287
tmp1 = tmp2 = NULL;
usr.bin/sdiff/sdiff.c
296
if ((tmp2 = mktmpcpy(filename2)))
usr.bin/sdiff/sdiff.c
297
filename2 = tmp2;
usr.bin/sdiff/sdiff.c
360
if (tmp2)
usr.bin/sdiff/sdiff.c
361
if (unlink(tmp2))
usr.bin/sdiff/sdiff.c
362
warn("error deleting %s", tmp2);
usr.bin/sdiff/sdiff.c
364
free(tmp2);
usr.bin/sdiff/sdiff.c
365
filename1 = filename2 = tmp1 = tmp2 = NULL;
usr.bin/ssh/misc.c
1595
char *tmp1, *tmp2;
usr.bin/ssh/misc.c
1606
xasprintf(&tmp2, "%s%s%s", *sp, sep == NULL ? "" : sep, tmp1);
usr.bin/ssh/misc.c
1609
*sp = tmp2;
usr.bin/ssh/monitor_wrap.c
627
int success = 0, tmp1 = -1, tmp2 = -1, r;
usr.bin/ssh/monitor_wrap.c
631
(tmp2 = dup(pmonitor->m_recvfd)) == -1) {
usr.bin/ssh/monitor_wrap.c
638
close(tmp2);
usr.bin/ssh/sftp.c
1999
char *tmp, *tmp2, ins[8];
usr.bin/ssh/sftp.c
2046
tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc);
usr.bin/ssh/sftp.c
2047
tmp = path_strip(tmp2, isabs ? NULL : remote_path);
usr.bin/ssh/sftp.c
2048
free(tmp2);
usr.bin/ssh/sftp.c
2067
tmp2 = tmp + filelen - cesc;
usr.bin/ssh/sftp.c
2068
len = strlen(tmp2);
usr.bin/ssh/sftp.c
2072
if ((clen = mblen(tmp2 + i, len - i)) < 0 ||
usr.bin/ssh/sftp.c
2076
memcpy(ins + 1, tmp2 + i, clen);
usr.bin/ssh/sftp.c
2078
switch (tmp2[i]) {
usr.bin/ssh/sftp.c
2087
if (quote == '\0' || tmp2[i] == quote) {
usr.bin/xargs/xargs.c
422
char **tmp, **tmp2, **avj;
usr.bin/xargs/xargs.c
443
tmp2 = tmp;
usr.bin/xargs/xargs.c
477
run(tmp2);
usr.bin/xargs/xargs.c
482
for (; tmp2 != tmp; tmp--)
usr.bin/xargs/xargs.c
487
free(tmp2);