taglinefilesource code
e74arch/alpha/math-emu/ieee-math.cint    e;  /* 16 bit signed exponent */
e191arch/alpha/math-emu/ieee-math.c++a->e;
e204arch/alpha/math-emu/ieee-math.c--a->e;
e244arch/alpha/math-emu/ieee-math.cb->e = ((a >> 52) & 0x7ff) - 0x3ff;  /* remove bias */
e257arch/alpha/math-emu/ieee-math.cb->e = -126;
e259arch/alpha/math-emu/ieee-math.cb->e = -1022;
e287arch/alpha/math-emu/ieee-math.cif (a->e < -0x7e) {
e291arch/alpha/math-emu/ieee-math.ca->e += 0xc0;  /* scale up result by 2^alpha */
e294arch/alpha/math-emu/ieee-math.cwhile (a->e < -0x7e) {
e295arch/alpha/math-emu/ieee-math.c++a->e;
e305arch/alpha/math-emu/ieee-math.ca->e = -0x3ff;
e308arch/alpha/math-emu/ieee-math.cif (a->e >= 0x80) {
e311arch/alpha/math-emu/ieee-math.ca->e -= 0xc0;  /* scale down result by 2^alpha */
e348arch/alpha/math-emu/ieee-math.c(((unsigned long) a->e + 0x3ff) << 52) |
e366arch/alpha/math-emu/ieee-math.cif (a->e < -0x3fe) {
e370arch/alpha/math-emu/ieee-math.ca->e += 0x600;
e373arch/alpha/math-emu/ieee-math.cwhile (a->e < -0x3fe) {
e374arch/alpha/math-emu/ieee-math.c++a->e;
e384arch/alpha/math-emu/ieee-math.ca->e = -0x3ff;
e387arch/alpha/math-emu/ieee-math.cif (a->e > 0x3ff) {
e390arch/alpha/math-emu/ieee-math.ca->e -= 0x600;  /* scale down result by 2^alpha */
e426arch/alpha/math-emu/ieee-math.c(((unsigned long) a->e + 0x3ff) << 52) |
e458arch/alpha/math-emu/ieee-math.cz1.e = z2.e = a->e;
e515arch/alpha/math-emu/ieee-math.cz1.e = z2.e = a->e;
e567arch/alpha/math-emu/ieee-math.cdiff = op_a->e - op_b->e;
e572arch/alpha/math-emu/ieee-math.cop_c->e = op_b->e;
e579arch/alpha/math-emu/ieee-math.cop_c->e = op_a->e;
e688arch/alpha/math-emu/ieee-math.cop_b.e = 55;
e718arch/alpha/math-emu/ieee-math.cop_b.e = 55;
e751arch/alpha/math-emu/ieee-math.cif (temp.e > 0) {
e753arch/alpha/math-emu/ieee-math.cwhile (temp.e > 0) {
e754arch/alpha/math-emu/ieee-math.c--temp.e;
e761arch/alpha/math-emu/ieee-math.cif (temp.e < 0) {
e762arch/alpha/math-emu/ieee-math.cwhile (temp.e < 0) {
e763arch/alpha/math-emu/ieee-math.c++temp.e;
e822arch/alpha/math-emu/ieee-math.cif ((op_a.e == op_b.e && op_a.s == op_b.s &&
e847arch/alpha/math-emu/ieee-math.c(op_a.e > op_b.e || (op_a.e == op_b.e &&
e850arch/alpha/math-emu/ieee-math.c(op_a.e < op_b.e || (op_a.e == op_b.e &&
e874arch/alpha/math-emu/ieee-math.c(op_a.e > op_b.e || (op_a.e == op_b.e &&
e877arch/alpha/math-emu/ieee-math.c(op_a.e < op_b.e || (op_a.e == op_b.e &&
e1146arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e + op_b.e;
e1150arch/alpha/math-emu/ieee-math.cop_c.e -= 55;    /* drop the 55 original bits. */
e1203arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e + op_b.e;
e1207arch/alpha/math-emu/ieee-math.cop_c.e -= 55;  /* drop the 55 original bits. */
e1265arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e - op_b.e;
e1274arch/alpha/math-emu/ieee-math.cop_c.e -= 9;    /* remove excess exp from original shift */
e1332arch/alpha/math-emu/ieee-math.cop_c.e = op_a.e - op_b.e;
e1341arch/alpha/math-emu/ieee-math.cop_c.e -= 9;    /* remove excess exp from original shift */
e377arch/i386/math-emu/fpu_trig.clong e;
e387arch/i386/math-emu/fpu_trig.ce = st1_ptr->exp - EXP_BIAS;
e388arch/i386/math-emu/fpu_trig.cconvert_l2reg(&e, st1_ptr);
e986arch/i386/math-emu/fpu_trig.cint e;
e1002arch/i386/math-emu/fpu_trig.ce = st0_ptr->exp - EXP_BIAS;
e1003arch/i386/math-emu/fpu_trig.cif ( e > 0 )
e1005arch/i386/math-emu/fpu_trig.cexponent.sigh = e;
e1010arch/i386/math-emu/fpu_trig.cexponent.sigh = -e;
e287arch/i386/math-emu/reg_ld_str.cint e;
e307arch/i386/math-emu/reg_ld_str.ce = EXP_BIAS + 63;
e309arch/i386/math-emu/reg_ld_str.cloaded_data->exp = e;
e319arch/i386/math-emu/reg_ld_str.cint e;
e337arch/i386/math-emu/reg_ld_str.ce = EXP_BIAS + 31;
e340arch/i386/math-emu/reg_ld_str.cloaded_data->exp = e;
e349arch/i386/math-emu/reg_ld_str.cint s, e;
e368arch/i386/math-emu/reg_ld_str.ce = EXP_BIAS + 15;
e372arch/i386/math-emu/reg_ld_str.cloaded_data->exp = e;
e1382arch/i386/math-emu/reg_ld_str.clong e;
e1385arch/i386/math-emu/reg_ld_str.ce = rp->exp - EXP_BIAS + EXTENDED_Ebias;
e1391arch/i386/math-emu/reg_ld_str.cif ( rp->sigh | rp->sigl | e )
e1396arch/i386/math-emu/reg_ld_str.cif ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) )
e1400arch/i386/math-emu/reg_ld_str.cif (e > 0x7fff || e < -63)
e1410arch/i386/math-emu/reg_ld_str.cif ( e > 0 )
e1428arch/i386/math-emu/reg_ld_str.ce = 0;
e1434arch/i386/math-emu/reg_ld_str.ce |= rp->sign == SIGN_POS ? 0 : 0x8000;
e1436arch/i386/math-emu/reg_ld_str.cput_fs_word(e, (unsigned short *) (d + 8));
e360drivers/cdrom/cm206.cint e;
e361drivers/cdrom/cm206.cif (command != (e=send_receive(command))) {
e362drivers/cdrom/cm206.cdebug(("command 0x%x echoed as 0x%x\n", command, e));
e411drivers/cdrom/cm206.cint i, e;
e415drivers/cdrom/cm206.cif (read_sector[i] != (e=send_receive(read_sector[i]))) {
e416drivers/cdrom/cm206.cdebug(("read_sector: %x echoes %x\n", read_sector[i], e));
e1076drivers/cdrom/cm206.cint b=0x300, e=0x370;    /* this is the range of start addresses */
e1082drivers/cdrom/cm206.cif (base) b=e=base;
e1083drivers/cdrom/cm206.cfor (base=b; base<=e; base += 0x10) {
e1119drivers/cdrom/cm206.cuch e=0;
e1153drivers/cdrom/cm206.ce = send_receive_polled(c_gimme);
e1154drivers/cdrom/cm206.cprintk(KERN_INFO "Firmware revision %d", e & dcf_revision_code);
e1155drivers/cdrom/cm206.cif (e & dcf_transfer_rate) printk(" double");
e1158drivers/cdrom/cm206.cif (e & dcf_motorized_tray) printk(", motorized tray");
e634drivers/char/ftape/ecc.cunsigned char *dp, l, e;
e705drivers/char/ftape/ecc.ce = error_mag[i];
e706drivers/char/ftape/ecc.cif (e) {
e710drivers/char/ftape/ecc.c*dp = gfadd(*dp, e);
e714drivers/char/ftape/ecc.clog_error_mag = gflog[e];
e716drivers/char/ftape/ecc.cc1 = gfadd(c1, e);
e50drivers/char/ftape/tracing.h#define TRACEx5(l,m,a,b,c,d,e)  trace_dummy()
e51drivers/char/ftape/tracing.h#define TRACEx6(l,m,a,b,c,d,e,f)  trace_dummy()
e82drivers/char/ftape/tracing.h#define TRACEx5(l,m,a,b,c,d,e) TRACE_(l,printk(m".\n",a,b,c,d,e))
e83drivers/char/ftape/tracing.h#define TRACEx6(l,m,a,b,c,d,e,f) TRACE_(l,printk(m".\n",a,b,c,d,e,f))
e48drivers/char/selection.chighlight(const int s, const int e) {
e49drivers/char/selection.cinvert_screen(sel_cons, s, e-s+2, 1);
e1881drivers/isdn/isdn_net.cchar *c,*e;
e1888drivers/isdn/isdn_net.cchidx = (int)simple_strtoul(c + 1,&e,10);
e1889drivers/isdn/isdn_net.cif (e == c)
e58drivers/sound/ics2101.cint             e;
e65drivers/sound/ics2101.ce = 0;
e71drivers/sound/ics2101.ce--;
e74drivers/sound/ics2101.ce += 7;
e76drivers/sound/ics2101.creturn ((e << 4) + vol);
e610fs/nfs/nfsroot.cstatic void root_bootp_init_ext(u8 *e)
e612fs/nfs/nfsroot.c*e++ = 99;    /* RFC1048 Magic Cookie */
e613fs/nfs/nfsroot.c*e++ = 130;
e614fs/nfs/nfsroot.c*e++ = 83;
e615fs/nfs/nfsroot.c*e++ = 99;
e616fs/nfs/nfsroot.c*e++ = 1;    /* Subnet mask request */
e617fs/nfs/nfsroot.c*e++ = 4;
e618fs/nfs/nfsroot.ce += 4;
e619fs/nfs/nfsroot.c*e++ = 3;    /* Default gateway request */
e620fs/nfs/nfsroot.c*e++ = 4;
e621fs/nfs/nfsroot.ce += 4;
e622fs/nfs/nfsroot.c*e++ = 12;    /* Host name request */
e623fs/nfs/nfsroot.c*e++ = 32;
e624fs/nfs/nfsroot.ce += 32;
e625fs/nfs/nfsroot.c*e++ = 15;    /* Domain name request */
e626fs/nfs/nfsroot.c*e++ = 32;
e627fs/nfs/nfsroot.ce += 32;
e628fs/nfs/nfsroot.c*e++ = 17;    /* Boot path */
e629fs/nfs/nfsroot.c*e++ = 32;
e630fs/nfs/nfsroot.ce += 32;
e631fs/nfs/nfsroot.c*e = 255;    /* End of the list */
e91include/asm-m68k/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
e92include/asm-m68k/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
e106include/asm-m68k/unistd.h"g" ((long)(e))  \
e1255include/asm-mips/unistd.h#define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \
e1256include/asm-mips/unistd.htype name (atype a,btype b,ctype c,dtype d,etype e) \
e1272include/asm-mips/unistd.h"r" ((long)(e)) \
e246include/linux/coff.h} e;
e247include/linux/coff.h} e;
e126include/linux/umsdos_fs.h#define EDM_ENTRY_ISUSED(e) ((e)->name_len!=0)
e26include/net/netlink.h#define ip_netlink_msg(a,b,c,d,e,f,g)
e125lib/inflate.cuch e;                /* number of extra bits or operation */
e268lib/inflate.cSTATIC int huft_build(b, n, s, d, e, t, m)
e273lib/inflate.cush *e;                 /* list of extra bits for non-simple codes */
e431lib/inflate.cr.e = (uch)(16 + j);  /* bits in this table */
e443lib/inflate.cr.e = 99;               /* out of values--invalid code */
e446lib/inflate.cr.e = (uch)(*p < 256 ? 16 : 15);    /* 256 is end-of-block code */
e452lib/inflate.cr.e = (uch)e[*p - s];   /* non-simple--look up in lists */
e513lib/inflate.cregister unsigned e;  /* table entry flag/number of extra bits */
e533lib/inflate.cif ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
e535lib/inflate.cif (e == 99)
e538lib/inflate.ce -= 16;
e539lib/inflate.cNEEDBITS(e)
e540lib/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
e542lib/inflate.cif (e == 16)                /* then it's a literal */
e555lib/inflate.cif (e == 15)
e559lib/inflate.cNEEDBITS(e)
e560lib/inflate.cn = t->v.n + ((unsigned)b & mask_bits[e]);
e561lib/inflate.cDUMPBITS(e);
e565lib/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
e567lib/inflate.cif (e == 99)
e570lib/inflate.ce -= 16;
e571lib/inflate.cNEEDBITS(e)
e572lib/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
e574lib/inflate.cNEEDBITS(e)
e575lib/inflate.cd = w - t->v.n - ((unsigned)b & mask_bits[e]);
e576lib/inflate.cDUMPBITS(e)
e581lib/inflate.cn -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e);
e583lib/inflate.cif (w - d >= e)         /* (this test assumes unsigned comparison) */
e585lib/inflate.cmemcpy(slide + w, slide + d, e);
e586lib/inflate.cw += e;
e587lib/inflate.cd += e;
e594lib/inflate.c} while (--e);
e904lib/inflate.cSTATIC int inflate_block(e)
e905lib/inflate.cint *e;                 /* last block flag */
e921lib/inflate.c*e = (int)b & 1;
e954lib/inflate.cint e;                /* last block flag */
e970lib/inflate.cif ((r = inflate_block(&e)) != 0) {
e977lib/inflate.c} while (!e);
e1019lib/inflate.cunsigned long e;      /* polynomial exclusive-or pattern */
e1027lib/inflate.ce = 0;
e1029lib/inflate.ce |= 1L << (31 - p[i]);
e1038lib/inflate.cc = c & 1 ? (c >> 1) ^ e : c >> 1;
e1040lib/inflate.cc ^= e;
e365mm/vmscan.cchar *revision="$Revision: 1.4.2.2 $", *s, *e;
e392mm/vmscan.c(e = strchr(s, '$')))
e393mm/vmscan.cs++, i = e - s;