taglinefilesource code
e391drivers/FPU-emu/fpu_trig.clong e;
e401drivers/FPU-emu/fpu_trig.ce = st1_ptr->exp - EXP_BIAS;
e402drivers/FPU-emu/fpu_trig.cconvert_l2reg(&e, st1_ptr);
e295drivers/FPU-emu/reg_ld_str.cint e;
e314drivers/FPU-emu/reg_ld_str.ce = EXP_BIAS + 63;
e316drivers/FPU-emu/reg_ld_str.cFPU_loaded_data.exp = e;
e327drivers/FPU-emu/reg_ld_str.cint e;
e344drivers/FPU-emu/reg_ld_str.ce = EXP_BIAS + 31;
e347drivers/FPU-emu/reg_ld_str.cFPU_loaded_data.exp = e;
e357drivers/FPU-emu/reg_ld_str.cint s, e;
e375drivers/FPU-emu/reg_ld_str.ce = EXP_BIAS + 15;
e379drivers/FPU-emu/reg_ld_str.cFPU_loaded_data.exp = e;
e1331drivers/FPU-emu/reg_ld_str.clong e;
e1334drivers/FPU-emu/reg_ld_str.ce = rp->exp - EXP_BIAS + EXTENDED_Ebias;
e1340drivers/FPU-emu/reg_ld_str.cif ( rp->sigh | rp->sigl | e )
e1345drivers/FPU-emu/reg_ld_str.cif ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) )
e1349drivers/FPU-emu/reg_ld_str.cif (e > 0x7fff || e < -63)
e1359drivers/FPU-emu/reg_ld_str.cif ( e > 0 )
e1377drivers/FPU-emu/reg_ld_str.ce = 0;
e1383drivers/FPU-emu/reg_ld_str.ce |= rp->sign == SIGN_POS ? 0 : 0x8000;
e1385drivers/FPU-emu/reg_ld_str.cput_fs_word(e, (unsigned short *) (d + 8));
e1599drivers/char/console.cstatic void highlight(const int currcons, const int s, const int e)
e1604drivers/char/console.cp2 = (unsigned char *)origin - hwscroll_offset + e + 1;
e246include/linux/coff.h} e;
e247include/linux/coff.h} e;
e210include/linux/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
e211include/linux/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
e217include/linux/unistd.h"d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \
e24zBoot/inflate.cuch e;                /* number of extra bits or operation */
e99zBoot/inflate.cint huft_build(b, n, s, d, e, t, m)
e104zBoot/inflate.cush *e;                 /* list of extra bits for non-simple codes */
e261zBoot/inflate.cr.e = (uch)(16 + j);  /* bits in this table */
e273zBoot/inflate.cr.e = 99;               /* out of values--invalid code */
e276zBoot/inflate.cr.e = (uch)(*p < 256 ? 16 : 15);    /* 256 is end-of-block code */
e281zBoot/inflate.cr.e = (uch)e[*p - s];   /* non-simple--look up in lists */
e342zBoot/inflate.cregister unsigned e;  /* table entry flag/number of extra bits */
e362zBoot/inflate.cif ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
e364zBoot/inflate.cif (e == 99)
e367zBoot/inflate.ce -= 16;
e368zBoot/inflate.cNEEDBITS(e)
e369zBoot/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
e371zBoot/inflate.cif (e == 16)                /* then it's a literal */
e383zBoot/inflate.cif (e == 15)
e387zBoot/inflate.cNEEDBITS(e)
e388zBoot/inflate.cn = t->v.n + ((unsigned)b & mask_bits[e]);
e389zBoot/inflate.cDUMPBITS(e);
e393zBoot/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
e395zBoot/inflate.cif (e == 99)
e398zBoot/inflate.ce -= 16;
e399zBoot/inflate.cNEEDBITS(e)
e400zBoot/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
e402zBoot/inflate.cNEEDBITS(e)
e403zBoot/inflate.cd = w - t->v.n - ((unsigned)b & mask_bits[e]);
e404zBoot/inflate.cDUMPBITS(e)
e408zBoot/inflate.cn -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
e410zBoot/inflate.cif (w - d >= e)         /* (this test assumes unsigned comparison) */
e412zBoot/inflate.cmemcpy(slide + w, slide + d, e);
e413zBoot/inflate.cw += e;
e414zBoot/inflate.cd += e;
e420zBoot/inflate.c} while (--e);
e730zBoot/inflate.cint inflate_block(e)
e731zBoot/inflate.cint *e;                 /* last block flag */
e747zBoot/inflate.c*e = (int)b & 1;
e780zBoot/inflate.cint e;                /* last block flag */
e795zBoot/inflate.cif ((r = inflate_block(&e)) != 0)
e799zBoot/inflate.c} while (!e);
e255zBoot/misc.cunsigned long e;      /* polynomial exclusive-or pattern */
e263zBoot/misc.ce = 0;
e265zBoot/misc.ce |= 1L << (31 - p[i]);
e274zBoot/misc.cc = c & 1 ? (c >> 1) ^ e : c >> 1;
e276zBoot/misc.cc ^= e;