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

/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c74 int shifted = 0; local
78 while (shifted < shift) {
79 this_shift = min(shift - shifted, LOCAL_BUF_LEN);
81 shifted += this_shift;
/linux-master/arch/powerpc/lib/
H A Ddiv64.S39 divwu r11,r11,r9 # then we divide the shifted quantities
/linux-master/arch/sh/kernel/
H A Dentry-common.S262 * Note: When we're first called, the TRA value must be shifted
/linux-master/drivers/media/rc/
H A Dserial_ir.c181 unsigned char chunk, shifted; local
190 shifted = chunk << (i * 3);
191 shifted >>= 1;
192 output &= (~shifted);
/linux-master/arch/arm/mm/
H A Dcache-v7.S51 mov r3, r3, lsl r1 @ NumWays-1 shifted into bits [31:...]
52 movs r1, r2, lsl r1 @ #1 shifted left by same amount
157 movne r4, r4, lsl r5 @ # of ways shifted into bits [31:...]
158 movne r6, r6, lsl r5 @ 1 shifted left by same amount
/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S109 | shifted bits in d0 and d1
134 | ;be shifted into ms mant
H A Dround.S320 | ;it is just shifted
375 | ;be shifted into ms mant
445 | ; shifted off in denorm routine)
458 | ; shifted off in denorm routine)
H A Dbinstr.S17 | shift and a mul by 8 shift. The bits shifted out of the
/linux-master/arch/powerpc/boot/
H A Ddiv64.S39 divwu r11,r11,r9 # then we divide the shifted quantities
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S86 ;* is shifted shifted backup immediately. This is to compensate
984 ;* is shifted shifted backup immediately. This is to compensate
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S537 pxor \TMP3, \TMP2 # xor the shifted versions
554 pxor \TMP3,\TMP2 # xor the shifted versions
1154 pxor \TMP3, \TMP2 # xor the shifted versions
1169 pxor \TMP3,\TMP2 # xor the shifted versions
1366 pxor \TMP3, \TMP2 # xor the shifted versions
1381 pxor \TMP3,\TMP2 # xor the shifted versions
1465 pxor \TMP3, \TMP2 # xor the shifted versions
1480 pxor \TMP3, \TMP2 # xor the shifted versions
H A Daesni-intel_avx-x86_64.S886 vpxor \T3, \T2, \T2 # xor the shifted versions
899 vpxor \T3, \T2, \T2 # xor the shifted versions
1521 vpxor \T3, \T2, \T2 # xor the shifted versions
1545 vpxor \T3, \T2, \T2 # xor the shifted versions
1709 vpxor \T3, \T2, \T2 # xor the shifted versions
1723 vpxor \T3, \T2, \T2 # xor the shifted versions
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S322 # digit (word). After subtraction, the dividend is shifted and the
H A Dpfpsp.S1590 # over those destinations with the shifted stack frame.
1757 # frame or it will get overwritten when the exc stack frame is shifted "down".
5857 # all bit would have been shifted off during the denorm so simply
5956 bftst %d0{&2:&30} # were bits shifted off?
6005 bftst %d1{&2:&30} # were any bits shifted off?
6007 bftst FTEMP_LO2(%a6){%d0:&31} # were any bits shifted off?
6041 # Shift value is > 65 and out of range. All bits are shifted off.
6104 # last operation done was an "and" of the bits shifted off so the condition
6107 tst.l FTEMP_LO(%a0) # were any bits shifted off?
6109 tst.b GRS(%a6) # were any bits shifted of
[all...]
H A Dfpsp.S1591 # over those destinations with the shifted stack frame.
1758 # frame or it will get overwritten when the exc stack frame is shifted "down".
4144 # mode was (a7)+, then the stack frame for the rte must be shifted "up"
4158 add.w (%sp),%sp # stack frame shifted
21735 # all bit would have been shifted off during the denorm so simply
21834 bftst %d0{&2:&30} # were bits shifted off?
21883 bftst %d1{&2:&30} # were any bits shifted off?
21885 bftst FTEMP_LO2(%a6){%d0:&31} # were any bits shifted off?
21919 # Shift value is > 65 and out of range. All bits are shifted off.
21982 # last operation done was an "and" of the bits shifted of
[all...]
/linux-master/arch/xtensa/kernel/
H A Dentry.S302 rsr a3, windowstart # need shifted windowstart: windowmask
1287 wsr a3, windowstart # save shifted windowstart
1305 window. WS is shifted so the oldest frame is in bit 0, thus, WB
/linux-master/net/ipv4/
H A Dtcp_input.c1466 unsigned int pcount, int shifted, int mss,
1471 u32 end_seq = start_seq + shifted; /* end of newly-SACKed */
1489 TCP_SKB_CB(prev)->end_seq += shifted;
1490 TCP_SKB_CB(skb)->seq += shifted;
1463 tcp_shifted_skb(struct sock *sk, struct sk_buff *prev, struct sk_buff *skb, struct tcp_sacktag_state *state, unsigned int pcount, int shifted, int mss, bool dup_sack) argument

Completed in 242 milliseconds