| /src/lib/libc/gen/ |
| dehumanize_number.c | 66 long long tmp, tmp2; local in function:dehumanize_number 114 tmp2 = tmp * multiplier; 115 tmp2 = tmp2 / multiplier; 116 if (tmp != tmp2) {
|
| /src/sys/arch/mips/cavium/dev/ |
| octeon_cop2var.h | 60 uint64_t tmp0, tmp1, tmp2, tmp3; \ 77 CNASM_##AU##LD(tmp2, 16, key) \ 80 CNASM_MT2(tmp2, CVM_MT_AES_KEY, 2) /* delay slot */ \ 89 [tmp2] "=&r" (tmp2), \ 240 uint64_t tmp0, tmp1, tmp2, tmp3; \ 248 CNASM_##AU##LD(tmp2, 16, s) \ 252 CNASM_MT2(tmp2, CVM_MT_AES_##ED##0, 0) \ 256 CNASM_MF2(tmp2, CVM_MF_AES_RESINP, 0) \ 258 CNASM_##AU##SD(tmp2, 16, d) 315 uint64_t tmp0, tmp1, tmp2; local in function:octeon_cop2_des_set_key_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/tests/lib/libc/hash/ |
| t_hmac.c | 44 uint8_t tmp2[EVP_MAX_MD_SIZE]; local in function:test 96 memset(tmp2, 0, sizeof(tmp2)); 100 tmp2len = hmac(names[t], key, i, data, j, tmp2, 101 sizeof(tmp2)); 105 if (tmp1[k] != tmp2[k]) { 108 k, tmp1[k], tmp2[k]);
|
| /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)\ 212 uint32_t tmp1, tmp2; local in function:cpu_in_cksum
|
| /src/share/man/tools/ |
| ckso | 25 ed - $file > $TMPDIR/tmp2.$$ <<! 29 name=`line < $TMPDIR/tmp2.$$` 48 rm -f tmp.$$ tmp2.$$
|
| /src/common/lib/libc/stdlib/ |
| heapsort.c | 95 #define COPY(a, b, count, size, tmp1, tmp2) { \ 98 tmp2 = b; \ 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/usr.bin/shlock/ |
| shlock.c | 257 char *tmp, tmp2[BUFSIZ + 2]; local in function:mklock 282 snprintf(tmp2, sizeof(tmp2), "%s-2", tmp); 283 if (unlink(tmp2) == -1 && errno != ENOENT) { 284 warn(E_unlk, tmp2); 298 if (link(file, tmp2) == -1) { 300 warn(E_link, file, tmp2); 324 if (unlink(tmp2) == -1) 346 if (unlink(tmp2) == -1) { 347 warn(E_unlk, tmp2); [all...] |
| /src/games/hack/ |
| hack.worm.c | 211 int tmp, tmp2; local in function:cutworm 239 tmp2 = 0; 241 tmp2 = mtmp2->wormno; 242 wsegs[tmp2] = wsegs[tmp]; 243 wgrowtime[tmp2] = 0; 247 if (tmp2) 248 wheads[tmp2] = wtmp; 252 if (tmp2) { 270 if (!tmp2)
|
| hack.apply.c | 162 int tmp2; local in function:use_camera 174 tmp2 = mtmp->mblinded; 175 tmp2 += rnd(1 + 50 / tmp); 176 if (tmp2 > 127) 177 tmp2 = 127; 178 mtmp->mblinded = tmp2;
|
| hack.mon.c | 851 int tmp2; local in function:killed 855 for (tmp2 = 0; !tmp2 || ul + tmp2 <= ml; tmp2++) 856 if (u.uexp + 1 + (tmp + ((tmp2 <= 0) ? 0 : 4 << (tmp2 - 1))) / nk 861 tmp2 = ml - ul - 1; 862 tmp = (tmp + ((tmp2 < 0) ? 0 : 4 << tmp2)) / nk [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
| blamka-round-avx2.h | 82 __m256i tmp2 = _mm256_blend_epi32(B0, B1, 0x33); \ 84 B0 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \ 91 tmp2 = _mm256_blend_epi32(D0, D1, 0x33); \ 93 D1 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \ 110 __m256i tmp2 = _mm256_blend_epi32(B0, B1, 0x33); \ 112 B1 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \ 119 tmp2 = _mm256_blend_epi32(D0, D1, 0xCC); \ 121 D1 = _mm256_permute4x64_epi64(tmp2, _MM_SHUFFLE(2,3,0,1)); \
|
| /src/sys/arch/evbppc/explora/ |
| explora_start.S | 138 #define REMAP(r, tmp1, tmp2) \ 140 lis tmp2,0xff ; \ 141 ori tmp2,tmp2,0xffff ; \ 142 cmplw tmp1,tmp2 ; \
|
| /src/games/larn/ |
| movem.c | 33 static int tmp1, tmp2, tmp3, tmp4, distance; variable in typeref:typename:int 50 tmp2 = playery + 6; 56 tmp2 = playery + 4; 66 if (tmp2 > MAXY) 67 tmp2 = MAXY; 76 if (tmp2 > MAXY - 1) 77 tmp2 = MAXY - 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...] |
| global.c | 606 int tmp, tmp2; local in function:nearbymonst 608 for (tmp2 = playery - 1; tmp2 < playery + 2; tmp2++) 609 if (mitem[tmp][tmp2])
|
| /src/sys/dev/isa/ |
| ad1848_isa.c | 182 u_char tmp, tmp1 = 0xff, tmp2 = 0xff; local in function:ad1848_isa_probe 218 tmp2 = ad_read(sc, 1); 220 if (tmp1 != 0x8a || tmp2 != 0x45) { 221 DPRINTF(("ad_detect_B (%x/%x)\n", tmp1, tmp2)); 228 tmp2 = ad_read(sc, 1); 230 if (tmp1 != 0x65 || tmp2 != 0xaa) { 231 DPRINTF(("ad_detect_C (%x/%x)\n", tmp1, tmp2)); 301 if ((tmp1 = ad_read(sc, i)) != (tmp2 = ad_read(sc, i + 16))) { 303 DPRINTF(("ad_detect_F(%d/%x/%x)\n", i, tmp1, tmp2)); 324 if ((tmp2 = ad_read(sc, 18)) != 0x45) { /* No change -> CS4231? * [all...] |
| wss_isa.c | 289 unsigned char tmp, tmp2; local in function:detect_mad16 307 if ((tmp2 = bus_space_read_1(sc->sc_iot, sc->mad_ioh, MC1_PORT)) == tmp) { 308 DPRINTF(("MC1_PORT didn't close after read (0x%02x)\n", tmp2)); 315 if ((tmp2 = mad_read(sc, MC1_PORT)) != (tmp ^ 0x80)) { 317 DPRINTF(("Bit revert test failed (0x%02x, 0x%02x)\n", tmp, tmp2));
|
| /src/sys/arch/evbarm/imx23_olinuxino/ |
| imx23_olinuxino_start.S | 60 tmp2 .req r9 66 add tmp2, l1pt_p, #L1_TABLE_SIZE 68 cmp l1pt_p, tmp2 118 .unreq tmp2
|
| /src/sys/external/bsd/ipf/netinet/ |
| ipf_rb.h | 103 _t *parent, *tmp1, *tmp2; \ 107 tmp2 = tmp1->_f.left; \ 108 node->_f.right = tmp2; \ 109 if (tmp2 != & _n##_rb_zero) \ 110 tmp2->_f.parent = node; \ 125 _t *parent, *tmp1, *tmp2; \ 129 tmp2 = tmp1->_f.right; \ 130 node->_f.left = tmp2; \ 131 if (tmp2 != &_n##_rb_zero) \ 132 tmp2->_f.parent = node; [all...] |
| /src/sys/arch/evbmips/rasoc/ |
| machdep.c | 117 uint32_t tmp1, tmp2; local in function:mach_init 121 tmp2 = sysctl_read(RA_SYSCTL_ID1); 122 memcpy(id2, &tmp2, sizeof(tmp2));
|
| /src/sys/arch/powerpc/include/ |
| asm.h | 221 * We use lis/ori instead of lis/addi in case tmp2 is r0. 223 # define INIT_CPUINFO(er,sp,tmp1,tmp2) \ 231 lis tmp2,_C_LABEL(emptyidlespin)@h; \ 232 ori tmp2,tmp2,_C_LABEL(emptyidlespin)@l; \ 233 stptr tmp2,CI_IDLESPIN(tmp1); \ 234 li tmp2,-1; \ 235 stint tmp2,CI_IDEPTH(tmp1); \ 236 li tmp2,0; \ 246 li tmp2,0; [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativePPC_64.c | 50 sljit_uw tmp2; local in function:load_immediate 86 tmp2 = imm & ((1ul << (63 - shift)) - 1); 88 if (tmp2 <= 0xffff) { 91 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2); 94 if (tmp2 <= 0xffffffff) { 97 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16))); 98 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp2)) : SLJIT_SUCCESS; 101 ASM_SLJIT_CLZ(tmp2, shift2); 102 tmp2 <<= shift2; 104 if ((tmp2 & ~0xffff000000000000ul) == 0) [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; 274 if ((tmp2 = mktmpcpy(filename2))) 275 filename2 = tmp2; 338 if (tmp2) 339 if (unlink(tmp2)) 340 warn("error deleting %s", tmp2); 342 free(tmp2); [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| aead_aes256gcm_aesni.c | 205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; variable in typeref:typename:__m128i 253 tmp2 = _mm_srli_epi32(tmp30, 1); 256 tmp34 = _mm_xor_si128(tmp2, tmp12); 295 __m128i tmp2 = _mm_srli_epi32(tmp30, 1); local in function:mulv 298 __m128i tmp34 = _mm_xor_si128(tmp2, tmp12); 372 tmp0 = _mm_xor_si128(tmp2, tmp0); \ 400 tmp2 = _mm_srli_epi32(tmp3, 1); \ 403 tmp2 = _mm_xor_si128(tmp2, tmp0B); \ 404 tmp2 = _mm_xor_si128(tmp2, tmp1B); [all...] |
| /src/sys/arch/newsmips/apbus/ |
| if_sn.c | 977 void *tmp1, *tmp2; local in function:sonicrxint 981 tmp2 = sc->p_rra[orra]; 983 SRO(bitmode, tmp2, RXRSRC_PTRLO)); 985 SRO(bitmode, tmp2, RXRSRC_PTRHI)); 987 SRO(bitmode, tmp2, RXRSRC_WCLO)); 989 SRO(bitmode, tmp2, RXRSRC_WCHI)); 992 SWO(bitmode, tmp2, RXRSRC_WCHI, 0); 993 SWO(bitmode, tmp2, RXRSRC_WCLO, 0);
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_modes.c | 241 int tmp1, tmp2; local in function:drm_cvt_mode 251 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + 253 hperiod = tmp1 * 2 / (tmp2 * vfieldrate); 307 int tmp1, tmp2; local in function:drm_cvt_mode 311 tmp2 = vdisplay_rnd + 2 * vmargin; 312 hperiod = tmp1 / (tmp2 * vfieldrate); 407 unsigned int tmp1, tmp2; local in function:drm_gtf_mode_complex 456 tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) * 458 hfreq_est = (tmp2 * 1000 * vfieldrate_rqd) / tmp1;
|