/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/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/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/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
blamka-round-avx2.h | 81 __m256i tmp1 = _mm256_blend_epi32(B0, B1, 0xCC); \ 83 B1 = _mm256_permute4x64_epi64(tmp1, _MM_SHUFFLE(2,3,0,1)); \ 86 tmp1 = C0; \ 88 C1 = tmp1; \ 90 tmp1 = _mm256_blend_epi32(D0, D1, 0xCC); \ 92 D0 = _mm256_permute4x64_epi64(tmp1, _MM_SHUFFLE(2,3,0,1)); \ 109 __m256i tmp1 = _mm256_blend_epi32(B0, B1, 0xCC); \ 111 B0 = _mm256_permute4x64_epi64(tmp1, _MM_SHUFFLE(2,3,0,1)); \ 114 tmp1 = C0; \ 116 C1 = tmp1; \ [all...] |
/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/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/sys/external/bsd/ipf/netinet/ |
ipf_rb.h | 103 _t *parent, *tmp1, *tmp2; \ 106 tmp1 = node->_f.right; \ 107 tmp2 = tmp1->_f.left; \ 112 head->top._f.right = tmp1; \ 114 parent->_f.right = tmp1; \ 116 parent->_f.left = tmp1; \ 117 tmp1->_f.left = node; \ 118 tmp1->_f.parent = parent; \ 119 node->_f.parent = tmp1; \ 125 _t *parent, *tmp1, *tmp2; [all...] |
/src/sys/arch/evbppc/explora/ |
explora_start.S | 138 #define REMAP(r, tmp1, tmp2) \ 139 mfbr##r tmp1 ; \ 142 cmplw tmp1,tmp2 ; \ 144 addis tmp1,tmp1,0xf000 ; \ 145 mtbr##r tmp1 ; \
|
/src/sys/arch/powerpc/include/ |
asm.h | 212 # define INIT_CPUINFO_INTSTK(er,tmp1) \ 215 stptr er,CI_INTSTK(tmp1) 217 # define INIT_CPUINFO_INTSTK(er,tmp1) /* nothing */ 223 # define INIT_CPUINFO(er,sp,tmp1,tmp2) \ 224 li tmp1,PAGE_MASK; \ 225 add er,er,tmp1; \ 226 andc er,er,tmp1; /* page align */ \ 227 lis tmp1,_C_LABEL(cpu_info)@ha; \ 228 addi tmp1,tmp1,_C_LABEL(cpu_info)@l; [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/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/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/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/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/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...] |
/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/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/sbin/cgdconfig/ |
utils.c | 78 char *tmp1, *tmpf; local in function:words 91 tmp1 = tmpf = estrdup(line); 95 free(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/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/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/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/usr.sbin/postinstall/ |
postinstall.in | 1628 tmp1="$(mktemp /tmp/postinstall.motd.XXXXXXXX)" 1630 ${SED} '1,2d' <"${SRC_DIR}/etc/motd" >"${tmp1}" 1634 cmp -s "${tmp1}" "${tmp2}" 1641 head -n 2 "${DEST_DIR}/etc/motd" >"${tmp1}" 1642 ${SED} '1,2d' <"${SRC_DIR}/etc/motd" >>"${tmp1}" 1643 cp "${tmp1}" "${DEST_DIR}/etc/motd" 1647 ${RM} -f "${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));
|