Searched refs:shifted (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/watchdog/
H A Dwatchdog.c109 uint64_t shifted; local
113 shifted = 1ULL << power;
114 if (shifted <= ns) {
/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c655 uint64_t shifted; local
661 shifted = 1ULL << power;
662 if (shifted <= ns) {
666 printf("shifted %lld\n", (long long)shifted);
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1665 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C);
1666 result = NOT(shifted);
1719 uint32_t shifted =
1723 uint32_t result = ~shifted;
1945 shifted = Shift(R[m], shift_t, shift_n, APSR.C);
1946 (result, carry, overflow) = AddWithCarry(SP, shifted, '0');
3193 // This instruction adds a register value and an optionally-shifted register
3202 shifted = Shift(R[m], shift_t, shift_n, APSR.C);
3203 (result, carry, overflow) = AddWithCarry(R[n], shifted, '0');
3263 uint32_t shifted
[all...]
/freebsd-current/contrib/nvi/vi/
H A Dvs_refresh.c610 goto shifted;
620 shifted: /* Fill in screen map with the new offset. */
732 * If the screen shifted, we recalculate the "most favorite"
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h3797 __m512i const shifted = _mm512_srli_epi64 (acc_vec, 47); local
3798 __m512i const data_vec = _mm512_xor_si512 (acc_vec, shifted);
3895 __m256i const shifted = _mm256_srli_epi64 (acc_vec, 47); local
3896 __m256i const data_vec = _mm256_xor_si256 (acc_vec, shifted);
4001 __m128i const shifted = _mm_srli_epi64 (acc_vec, 47); local
4002 __m128i const data_vec = _mm_xor_si128 (acc_vec, shifted);
4129 uint64x2_t shifted = vshrq_n_u64 (acc_vec, 47); local
4130 uint64x2_t data_vec = veorq_u64 (acc_vec, shifted);
4148 * shifted = vshll_n_u32(tmp, 32);
4151 * shifted
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c2734 const char *shifted; member in struct:__anon5176
2750 * the special cases in the "shifted" column. When using these
2772 (table[k].shifted
2773 ? table[k].shifted

Completed in 151 milliseconds