/src/sys/arch/sparc/sparc/ |
cpu_in_cksum.c | 162 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\ 173 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\ 180 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\ 185 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\ 190 : "=r" (sum), "=&r" (tmp1) \ 212 uint32_t tmp1, tmp2; local in function:cpu_in_cksum
|
/src/sys/dev/isapnp/ |
i82365_isapnp.c | 117 int tmp1; local in function:pcic_isapnp_attach 143 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA); 144 aprint_normal("(ident 0x%x", tmp1); 145 if (pcic_ident_ok(tmp1)) {
|
/src/tests/lib/libc/hash/ |
t_hmac.c | 43 uint8_t tmp1[EVP_MAX_MD_SIZE]; local in function:test 95 memset(tmp1, 0, sizeof(tmp1)); 97 e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len); 105 if (tmp1[k] != tmp2[k]) { 108 k, tmp1[k], tmp2[k]);
|
/src/sys/dev/rasops/ |
rasops1.c | 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local in function:rasops1_putchar 204 tmp1 = (rp[1] & rmask) | rbg; 207 rp[1] = tmp1; 211 hp[1] = tmp1; 229 tmp1 = rp[1] & rmask; 230 tmp1 |= (MBE(fb << width) & ~rmask); 233 rp[1] = tmp1; 237 hp[1] = tmp1; 255 tmp1 = (rp[1] & rmask) | (fg & ~rmask); 257 rp[1] = tmp1; [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
x25519_ref10.c | 64 fe25519 tmp1; local in function:crypto_scalarmult_curve25519_ref10 93 fe25519_sub(tmp1, x2, z2); 97 fe25519_mul(z2, z2, tmp1); 98 fe25519_sq(tmp0, tmp1); 99 fe25519_sq(tmp1, x2); 102 fe25519_mul(x2, tmp1, tmp0); 103 fe25519_sub(tmp1, tmp1, tmp0); 105 fe25519_scalar_product(z3, tmp1, 121666); 109 fe25519_mul(z2, tmp1, tmp0) [all...] |
/src/sys/arch/evbmips/rasoc/ |
machdep.c | 117 uint32_t tmp1, tmp2; local in function:mach_init 119 tmp1 = sysctl_read(RA_SYSCTL_ID0); 120 memcpy(id1, &tmp1, sizeof(tmp1));
|
/src/common/lib/libc/stdlib/ |
heapsort.c | 95 #define COPY(a, b, count, size, tmp1, tmp2) { \ 97 tmp1 = a; \ 100 *tmp1++ = *tmp2++; \ 144 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ 153 COPY(par, child, count, size, tmp1, tmp2); \ 161 COPY(child, k, count, size, tmp1, tmp2); \ 164 COPY(child, par, count, size, tmp1, tmp2); \ 187 char tmp, *tmp1, *tmp2; local in function:__weak_alias 226 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2); 227 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2) [all...] |
/src/games/larn/ |
movem.c | 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable in typeref:typename:int 49 tmp1 = playery - 5; 55 tmp1 = playery - 3; 64 if (tmp1 < 0) 65 tmp1 = 0; 74 if (tmp1 < 1) 75 tmp1 = 1; 84 for (j = tmp1; j < tmp2; j++) /* now reset monster moved flags */ 91 for (j = tmp1; j < tmp2; j++) /* look thru all locations in 101 for (j = tmp1; j < tmp2; j++) /* look thru all locations i [all...] |
/src/sys/dev/isa/ |
ad1848_isa.c | 182 u_char tmp, tmp1 = 0xff, tmp2 = 0xff; local in function:ad1848_isa_probe 217 tmp1 = ad_read(sc, 0); 220 if (tmp1 != 0x8a || tmp2 != 0x45) { 221 DPRINTF(("ad_detect_B (%x/%x)\n", tmp1, tmp2)); 227 tmp1 = ad_read(sc, 0); 230 if (tmp1 != 0x65 || tmp2 != 0xaa) { 231 DPRINTF(("ad_detect_C (%x/%x)\n", tmp1, tmp2)); 250 if ((tmp & 0x0f) != ((tmp1 = ad_read(sc, SP_MISC_INFO)) & 0x0f)) { 251 DPRINTF(("ad_detect_D (%x)\n", tmp1)); 264 switch (tmp1 & 0x8f) [all...] |
i82365_isasubr.c | 375 int i, iobuswidth, tmp1, tmp2; local in function:pcic_isa_bus_width_probe 399 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA); 405 if (tmp1 == tmp2)
|
/src/sbin/cgdconfig/ |
utils.c | 78 char *tmp1, *tmpf; local in function:words 91 tmp1 = tmpf = estrdup(line); 95 free(tmp1);
|
/src/lib/libc/db/hash/ |
hash_page.c | 486 int tmp1, tmp2; local in function:__add_ovflpage 499 tmp1 = bufp->addr; 508 tmp1, tmp2, bufp->ovfl->addr); 682 int tmp1, tmp2; local in function:overflow_page 794 tmp1 = bit; 817 addr, tmp1, tmp2);
|
/src/lib/libc/nameser/ |
ns_print.c | 589 char base64_cert[8192], tmp1[40]; local in function:ns_sprintrrf 596 len = SPRINTF((tmp1, "%d %d %d ", c_type, key_tag, alg)); 597 T(addstr(tmp1, (size_t)len, &buf, &buflen));
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/ |
amdgpu_dce120_timing_generator.c | 437 uint32_t tmp1 = 0; local in function:dce120_timing_generator_program_blanking 471 tmp1 = timing->h_total - 473 tmp2 = tmp1 + timing->h_addressable + 478 CRTC_H_BLANK_END, tmp1, 481 tmp1 = timing->v_total - (v_sync_start + timing->v_border_top); 482 tmp2 = tmp1 + timing->v_addressable + timing->v_border_top + 487 CRTC_V_BLANK_END, tmp1,
|
/src/usr.bin/sdiff/ |
sdiff.c | 162 *tmp1, *tmp2, *s1, *s2; local in function:main 263 * saved in tmp1 or tmp2. tmp1 should never equal tmp2. 265 tmp1 = tmp2 = NULL; 268 if ((tmp1 = mktmpcpy(filename1))) 269 filename1 = filename2 = tmp1; 272 if ((tmp1 = mktmpcpy(filename1))) 273 filename1 = tmp1; 335 if (tmp1) 336 if (unlink(tmp1)) [all...] |
/src/sys/arch/next68k/dev/ |
esp.c | 445 static int tmp1; 447 uint32_t tmp1; local in function:doze 463 tmp1 = tmp2; 464 } while (tmp1 <= c);
|
/src/sys/arch/newsmips/apbus/ |
if_sn.c | 977 void *tmp1, *tmp2; local in function:sonicrxint 980 tmp1 = sc->p_rra[rramark]; 982 SWO(bitmode, tmp1, RXRSRC_PTRLO, 984 SWO(bitmode, tmp1, RXRSRC_PTRHI, 986 SWO(bitmode, tmp1, RXRSRC_WCLO, 988 SWO(bitmode, tmp1, RXRSRC_WCHI,
|
/src/sys/arch/mips/cavium/dev/ |
octeon_cop2var.h | 60 uint64_t tmp0, tmp1, tmp2, tmp3; \ 72 CNASM_##AU##LD(tmp1, 8, key) \ 75 CNASM_MT2(tmp1, CVM_MT_AES_KEY, 1) /* delay slot */ \ 88 [tmp1] "=&r" (tmp1), \ 115 uint64_t tmp0, tmp1; local in function:octeon_cop2_aes_set_iv_unaligned_vaddr64 121 CNASM_ULD(tmp1, 8, iv) 123 CNASM_MT2(tmp1, CVM_MT_AES_IV, 1) 126 [tmp1] "=&r" (tmp1) 315 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_des_set_key_unaligned_vaddr64 532 uint64_t tmp0, tmp1; local in function:octeon_cop2_md5_set_iv_unaligned_vaddr64 558 uint64_t tmp0, tmp1; local in function:octeon_cop2_md5_get_iv_unaligned_vaddr64 582 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_md5_update_unaligned_vaddr64 624 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_sha1_set_iv_unaligned_vaddr64 653 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_sha1_get_iv_unaligned_vaddr64 681 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha1_update_unaligned_vaddr64 723 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha256_set_iv_unaligned_vaddr64 753 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha256_get_iv_unaligned_vaddr64 783 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha256_update_unaligned_vaddr64 825 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha512_set_iv_unaligned_vaddr64 863 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha512_get_iv_unaligned_vaddr64 901 uint64_t tmp0, tmp1, tmp2, tmp3; local in function:octeon_cop2_sha512_update_unaligned_vaddr64 [all...] |
/src/sys/dev/pci/ |
cs4280.c | 982 uint32_t cci, cpi, cnt, cx, cy, tmp1; local in function:cs4280_set_adc_rate 1029 for (tmp1 = 2; tmp1 <= 64; tmp1 *= 2) { 1030 if (((rate / tmp1) * tmp1) != rate) 1035 for (tmp1 = 5; tmp1 <= 125; tmp1 *= 5) { 1036 if (((rate / tmp1) * tmp1) != rate [all...] |
pm3fb.c | 1378 uint32_t vclk, tmp1; local in function:pm3fb_set_mode 1426 tmp1 = bus_space_read_4(sc->sc_memt, sc->sc_regh, PM3_CHIP_CONFIG); 1427 bus_space_write_4(sc->sc_memt, sc->sc_regh, PM3_CHIP_CONFIG, tmp1 & 0xFFFFFFFD);
|
/src/lib/libcurses/ |
refresh.c | 1555 __LINE *clp, *tmp1, *tmp2; local in function:quickch 1751 * - Tmp1 points to current line (i). 1779 tmp1 = curscr->alines[top]; 1784 curscr->alines[target] = tmp1; 1828 tmp1 = curscr->alines[i]; 1831 tmp1 = tmp2;
|
/src/sys/dev/sdmmc/ |
sdmmc_mem.c | 732 uint32_t tmp0, tmp1; local in function:sdmmc_be512_to_bitfield512 736 tmp1 = buf->_bits[bitswords - 1 - i]; 737 buf->_bits[i] = be32toh(tmp1);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modes.c | 241 int tmp1, tmp2; local in function:drm_cvt_mode 249 tmp1 = HV_FACTOR * 1000000 - 253 hperiod = tmp1 * 2 / (tmp2 * vfieldrate); 255 tmp1 = CVT_MIN_VSYNC_BP * HV_FACTOR / hperiod + 1; 257 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) 260 vsyncandback_porch = tmp1; 307 int tmp1, tmp2; local in function:drm_cvt_mode 309 tmp1 = HV_FACTOR * 1000000 - 312 hperiod = tmp1 / (tmp2 * vfieldrate); 407 unsigned int tmp1, tmp2 local in function:drm_gtf_mode_complex [all...] |
/src/sbin/nvmectl/ |
bignum.c | 1809 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local in function:toom_cook_multiply 1815 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) { 1865 if ((res = doubled(&a0, &tmp1)) != MP_OKAY) { 1868 if ((res = signed_add(&tmp1, &a1, &tmp1)) != MP_OKAY) { 1871 if ((res = doubled(&tmp1, &tmp1)) != MP_OKAY) { 1874 if ((res = signed_add(&tmp1, &a2, &tmp1)) != MP_OKAY) { 1891 if ((res = signed_multiply(&tmp1, &tmp2, &w1)) != MP_OKAY) 2727 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local in function:toom_cook_square [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_smu7_hwmgr.c | 1603 uint8_t tmp1, tmp2; local in function:smu7_init_dpm_defaults 1605 atomctrl_get_svi2_info(hwmgr, VOLTAGE_TYPE_VDDC, &tmp1, &tmp2,
|