HomeSort by: relevance | last modified time | path
    Searched refs:tmp0 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_cop2var.h 60 uint64_t tmp0, tmp1, tmp2, tmp3; \
67 CNASM_##AU##LD(tmp0, 0, key) \
70 CNASM_MT2(tmp0, CVM_MT_AES_KEY, 0) /* delay slot */ \
87 : [tmp0] "=&r" (tmp0), \
115 uint64_t tmp0, tmp1; local
120 CNASM_ULD(tmp0, 0, iv)
122 CNASM_MT2(tmp0, CVM_MT_AES_IV, 0)
125 : [tmp0] "=&r" (tmp0),
315 uint64_t tmp0, tmp1, tmp2; local
344 uint64_t tmp0; local
532 uint64_t tmp0, tmp1; local
558 uint64_t tmp0, tmp1; local
582 uint64_t tmp0, tmp1, tmp2, tmp3; local
624 uint64_t tmp0, tmp1, tmp2; local
653 uint64_t tmp0, tmp1, tmp2; local
681 uint64_t tmp0, tmp1, tmp2, tmp3; local
723 uint64_t tmp0, tmp1, tmp2, tmp3; local
753 uint64_t tmp0, tmp1, tmp2, tmp3; local
783 uint64_t tmp0, tmp1, tmp2, tmp3; local
825 uint64_t tmp0, tmp1, tmp2, tmp3; local
863 uint64_t tmp0, tmp1, tmp2, tmp3; local
901 uint64_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /src/sys/dev/rasops/
rasops1.c 97 uint32_t bg, fg, lbg, rbg, fb, lmask, rmask, tmp, tmp0, tmp1; local
203 tmp0 = (rp[0] & lmask) | lbg;
206 rp[0] = tmp0;
210 hp[0] = tmp0;
226 tmp0 = rp[0] & lmask;
227 tmp0 |= MBE(fb >> col);
232 rp[0] = tmp0;
236 hp[0] = tmp0;
254 tmp0 = (rp[0] & lmask) | (fg & ~lmask);
256 rp[0] = tmp0;
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/
x25519_ref10.c 63 fe25519 tmp0; local
92 fe25519_sub(tmp0, x3, z3);
96 fe25519_mul(z3, tmp0, x2);
98 fe25519_sq(tmp0, tmp1);
102 fe25519_mul(x2, tmp1, tmp0);
103 fe25519_sub(tmp1, tmp1, tmp0);
107 fe25519_add(tmp0, tmp0, z3);
109 fe25519_mul(z2, tmp1, tmp0);
  /src/sys/arch/mipsco/mipsco/
machdep.c 456 int mem, tmp, tmp0; local
470 tmp0 = *vp0;
487 *vp0 = tmp0;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
aead_aes256gcm_aesni.c 369 tmp0 = _mm_xor_si128(tmp0, lo); \
370 tmp0 = _mm_xor_si128(tmp0, hi); \
371 tmp0 = _mm_xor_si128(tmp1, tmp0); \
372 tmp0 = _mm_xor_si128(tmp2, tmp0); \
373 tmp0 = _mm_xor_si128(tmp3, tmp0);\
    [all...]
  /src/sys/arch/newsmips/dev/
scsi_1185.c 1061 uint8_t tmp0; local
1076 GET_INTR(&tmp0, &tmp); /* clear interrupt */
1335 uint8_t tmp0; local
1375 GET_INTR(&tmp0, &tmp); /* clear interrupt */
1378 GET_INTR(&tmp0, &tmp); /* clear interrupt */
1389 GET_INTR(&tmp0, &tmp); /* clear interrupt */
1409 GET_INTR(&tmp0, &tmp); /* clear interrupt */
1429 GET_INTR(&tmp0, &tmp); /* clear interrupt */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_dml1_display_rq_dlg_calc.c 147 double tmp0 = (max_num_sw * swath_height) / (l_sw - (prefill - 3.0) / 2.0); local
149 if (tmp0 > vratio_pre)
150 vratio_pre = tmp0;
  /src/sys/dev/sdmmc/
sdmmc_mem.c 732 uint32_t tmp0, tmp1; local
735 tmp0 = buf->_bits[i];
738 buf->_bits[bitswords - 1 - i] = be32toh(tmp0);

Completed in 23 milliseconds