Searched refs:left (Results 1 - 25 of 682) sorted by path

1234567891011>>

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt73 note left of userspace: associated now
/linux-master/arch/arm/lib/
H A Ddiv64.S141 @ If no bit position left then we are done.
H A Dlib1funcs.S54 @ Initially shift the divisor left 3 bits if possible,
56 @ at the left end of each 4 bit nibbles in the division loop
192 @ Either 1, 2 or 3 comparison/subtractions are left.
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S96 | such that the decimal point is to the left of bit 63.
720 | such that the decimal point is to the left of bit 63.
H A Dbinstr.S90 asll #3,%d2 |shift d2 left by 3 places
92 asll #3,%d3 |shift d3 left by 3 places
H A Ddecbin.S128 | (i.e., all digits assumed left of the decimal point.)
174 | (i.e., all digits assumed left of the decimal point.)
H A Dgen_except.S172 | left over from the unimp exception.
H A Dres_func.S626 | for this condition. The restore flag (RES_FLG) is left clear.
H A Dround.S272 | is done by shifting the mantissa left while decrementing the
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S8384 #----normalize the input value by left shifting k bits (k to be determined
10847 lsl.l %d2, %d0 # left shift hi(man)
10963 lsl.l %d1, %d0 # left shift lo(man)
H A Dfpsp.S722 # the exceptional possibilities we have left ourselves with are ONLY overflow
915 # now, what's left that's not dyadic is fsincos. we can distinguish it
970 # the exceptional possibilities we have left ourselves with are ONLY overflow
2584 # now, we're left with ftst and fcmp. so, first let's tag them so that they don't
8490 #----normalize the input value by left shifting k bits (k to be determined
22328 lsl.l %d2, %d0 # left shift hi(man)
22444 lsl.l %d1, %d0 # left shift lo(man)
22870 lsl.b &0x1, %d1 # shift left by 1
23086 # (i.e., all digits assumed left of the decimal point.)
23128 # (i.e., all digits assumed left o
[all...]
H A Dilsp.S362 clr.w %d6 # word u3 left
H A Dpfpsp.S721 # the exceptional possibilities we have left ourselves with are ONLY overflow
914 # now, what's left that's not dyadic is fsincos. we can distinguish it
969 # the exceptional possibilities we have left ourselves with are ONLY overflow
2583 # now, we're left with ftst and fcmp. so, first let's tag them so that they don't
6450 lsl.l %d2, %d0 # left shift hi(man)
6566 lsl.l %d1, %d0 # left shift lo(man)
6992 lsl.b &0x1, %d1 # shift left by 1
13046 # (i.e., all digits assumed left of the decimal point.)
13088 # (i.e., all digits assumed left of the decimal point.)
13509 # such that the decimal point is to the left o
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S91 | now all arithmetic instr and a few move instr are left
/linux-master/arch/parisc/math-emu/
H A Ddbl_float.h386 /* The left argument is never smaller than the right argument */
392 /* Subtract right augmented with extension from left augmented with zeros and
408 #define Dbl_xortointp1(left,right,result) \
409 result = Dallp1(left) XOR Dallp1(right)
411 #define Dbl_xorfromintp1(left,right,result) \
412 Dallp1(result) = left XOR Dallp1(right)
414 #define Dbl_swap_lower(left,right) \
415 Dallp2(left) = Dallp2(left) XOR Dallp2(right); \
416 Dallp2(right) = Dallp2(left) XO
[all...]
H A Dhppa.h15 #define Shiftdouble(left,right,amount,dest) \
16 /* int left, right, amount, dest; */ \
17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
20 #define Variableshiftdouble(left,right,amount,dest) \
21 /* unsigned int left, right; int amount, dest; */ \
23 else dest = ((((unsigned) left)&0x7fffffff) << (32-(amount))) | \
27 #define Variable_shift_double(left,right,amount,dest) \
28 /* unsigned int left, right; int amount, dest; */ \
29 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
H A Dsfcmp.c42 register unsigned int left, right; local
46 left = *leftptr;
52 if( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
58 if( ( (Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
59 && Sgl_isnotzero_mantissa(left)
60 && (Exception(cond) || Sgl_isone_signaling(left)))
76 else if( ((Sgl_exponent(left) == SGL_INFINITY_EXPONENT)
77 && Sgl_isnotzero_mantissa(left))
90 Sgl_xortointp1(left,right,xorresult);
93 /* left negativ
[all...]
H A Dsgl_float.h50 #define Sgl_leftshiftby1_withextent(left,right,result) \
51 Shiftdouble(Sall(left),Extall(right),31,Sall(result))
53 #define Sgl_rightshiftby1_withextent(left,right,dst) \
54 Shiftdouble(Sall(left),Extall(right),1,Extall(right))
220 /* The left argument is never smaller than the right argument */
224 /* Subtract right augmented with extension from left augmented with zeros and
226 #define Sgl_subtract_withextension(left,right,extent,result) \
227 /* sgl_floating_point left,right,result; extension extent */ \
228 Sgl_subtract(left,right,result); \
235 #define Sgl_xortointp1(left,righ
[all...]
/linux-master/arch/sparc/kernel/
H A Dvisemul.c251 u16 left, right; member in struct:edge_tab
297 u16 left, right; local
311 left = edge8_tab[rs1 & 0x7].left;
316 left = edge8_tab_l[rs1 & 0x7].left;
322 left = edge16_tab[(rs1 >> 1) & 0x3].left;
328 left = edge16_tab_l[(rs1 >> 1) & 0x3].left;
[all...]
/linux-master/arch/sparc/lib/
H A DM7memcpy.S254 bgu,pt %xcc, .Lmedl64 ! repeat if at least 64 bytes left
258 ble,pt %xcc, .Lmedl31 ! to skip if 31 or fewer bytes left
273 ble,pt %xcc, .Lmedl15 ! skip if 15 or fewer bytes left
286 blt,pt %xcc, .Lmedw7 ! skip if 7 or fewer bytes left
343 bgu,pt %xcc, .Lmedw32 ! repeat if at least 32 bytes left
369 blt,pn %xcc, .Lmedw7 ! skip if 7 or fewer bytes left
380 cmp %o2, 4 ! check for 4 bytes left
381 blt,pn %xcc, .Lsmallleft3 ! skip if 3 or fewer bytes left
629 sllx %o4, 32, %o5 ! shift left
H A DM7memset.S179 and %o2, 63, %o3 ! %o3 = bytes left after blk stores.
308 and %o2, 7, %o2 ! calc bytes left after long words
/linux-master/drivers/atm/
H A Dadummy.c126 int left = *pos; local
128 if (!left--)
/linux-master/drivers/hid/
H A Dhid-pl.c52 int left, right; local
54 left = effect->u.rumble.strong_magnitude;
56 debug("called with 0x%04x 0x%04x", left, right);
58 left = left * plff->maxval / 0xffff;
61 *plff->strong = left;
63 debug("running with 0x%02x 0x%02x", left, right);
H A Dhid-sjoy.c34 u32 left, right; local
36 left = effect->u.rumble.strong_magnitude;
38 dev_dbg(&dev->dev, "called with 0x%08x 0x%08x\n", left, right);
40 left = left * 0xff / 0xffff;
44 sjoyff->report->field[0]->value[2] = left;
45 dev_dbg(&dev->dev, "running with 0x%02x 0x%02x\n", left, right);
/linux-master/drivers/input/mouse/
H A Dsynaptics.h156 unsigned int left:1; member in struct:synaptics_hw_state

Completed in 566 milliseconds

1234567891011>>