tag | line | file | source code |
e | 377 | drivers/FPU-emu/fpu_trig.c | long e; |
e | 387 | drivers/FPU-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
e | 388 | drivers/FPU-emu/fpu_trig.c | convert_l2reg(&e, st1_ptr); |
e | 986 | drivers/FPU-emu/fpu_trig.c | int e; |
e | 1002 | drivers/FPU-emu/fpu_trig.c | e = st0_ptr->exp - EXP_BIAS; |
e | 1003 | drivers/FPU-emu/fpu_trig.c | if ( e > 0 ) |
e | 1005 | drivers/FPU-emu/fpu_trig.c | exponent.sigh = e; |
e | 1010 | drivers/FPU-emu/fpu_trig.c | exponent.sigh = -e; |
e | 287 | drivers/FPU-emu/reg_ld_str.c | int e; |
e | 307 | drivers/FPU-emu/reg_ld_str.c | e = EXP_BIAS + 63; |
e | 309 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
e | 319 | drivers/FPU-emu/reg_ld_str.c | int e; |
e | 337 | drivers/FPU-emu/reg_ld_str.c | e = EXP_BIAS + 31; |
e | 340 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
e | 349 | drivers/FPU-emu/reg_ld_str.c | int s, e; |
e | 368 | drivers/FPU-emu/reg_ld_str.c | e = EXP_BIAS + 15; |
e | 372 | drivers/FPU-emu/reg_ld_str.c | loaded_data->exp = e; |
e | 1382 | drivers/FPU-emu/reg_ld_str.c | long e; |
e | 1385 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
e | 1391 | drivers/FPU-emu/reg_ld_str.c | if ( rp->sigh | rp->sigl | e ) |
e | 1396 | drivers/FPU-emu/reg_ld_str.c | if ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) ) |
e | 1400 | drivers/FPU-emu/reg_ld_str.c | if (e > 0x7fff || e < -63) |
e | 1410 | drivers/FPU-emu/reg_ld_str.c | if ( e > 0 ) |
e | 1428 | drivers/FPU-emu/reg_ld_str.c | e = 0; |
e | 1434 | drivers/FPU-emu/reg_ld_str.c | e |= rp->sign == SIGN_POS ? 0 : 0x8000; |
e | 1436 | drivers/FPU-emu/reg_ld_str.c | put_fs_word(e, (unsigned short *) (d + 8)); |
e | 1817 | drivers/char/console.c | static void highlight(const int currcons, const int s, const int e) |
e | 1822 | drivers/char/console.c | p2 = (unsigned char *)origin - hwscroll_offset + e + 1; |
e | 169 | drivers/net/plip.c | struct enet_statistics e; |
e | 56 | drivers/sound/ics2101.c | int e; |
e | 63 | drivers/sound/ics2101.c | e = 0; |
e | 69 | drivers/sound/ics2101.c | e--; |
e | 72 | drivers/sound/ics2101.c | e += 7; |
e | 74 | drivers/sound/ics2101.c | return ((e << 4) + vol); |
e | 71 | include/asm-i386/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
e | 72 | include/asm-i386/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
e | 78 | include/asm-i386/unistd.h | "d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \ |
e | 107 | include/asm-mips/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
e | 108 | include/asm-mips/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
e | 126 | include/asm-mips/unistd.h | "d" ((long)(e)) \ |
e | 246 | include/linux/coff.h | } e; |
e | 247 | include/linux/coff.h | } e; |
e | 94 | include/linux/umsdos_fs.h | #define EDM_ENTRY_ISUSED(e) ((e)->name_len!=0) |
e | 24 | zBoot/inflate.c | uch e; /* number of extra bits or operation */ |
e | 99 | zBoot/inflate.c | int huft_build(b, n, s, d, e, t, m) |
e | 104 | zBoot/inflate.c | ush *e; /* list of extra bits for non-simple codes */ |
e | 253 | zBoot/inflate.c | r.e = (uch)(16 + j); /* bits in this table */ |
e | 265 | zBoot/inflate.c | r.e = 99; /* out of values--invalid code */ |
e | 268 | zBoot/inflate.c | r.e = (uch)(*p < 256 ? 16 : 15); /* 256 is end-of-block code */ |
e | 273 | zBoot/inflate.c | r.e = (uch)e[*p - s]; /* non-simple--look up in lists */ |
e | 334 | zBoot/inflate.c | register unsigned e; /* table entry flag/number of extra bits */ |
e | 354 | zBoot/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
e | 356 | zBoot/inflate.c | if (e == 99) |
e | 359 | zBoot/inflate.c | e -= 16; |
e | 360 | zBoot/inflate.c | NEEDBITS(e) |
e | 361 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
e | 363 | zBoot/inflate.c | if (e == 16) /* then it's a literal */ |
e | 375 | zBoot/inflate.c | if (e == 15) |
e | 379 | zBoot/inflate.c | NEEDBITS(e) |
e | 380 | zBoot/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
e | 381 | zBoot/inflate.c | DUMPBITS(e); |
e | 385 | zBoot/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
e | 387 | zBoot/inflate.c | if (e == 99) |
e | 390 | zBoot/inflate.c | e -= 16; |
e | 391 | zBoot/inflate.c | NEEDBITS(e) |
e | 392 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
e | 394 | zBoot/inflate.c | NEEDBITS(e) |
e | 395 | zBoot/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
e | 396 | zBoot/inflate.c | DUMPBITS(e) |
e | 400 | zBoot/inflate.c | n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); |
e | 402 | zBoot/inflate.c | if (w - d >= e) /* (this test assumes unsigned comparison) */ |
e | 404 | zBoot/inflate.c | memcpy(slide + w, slide + d, e); |
e | 405 | zBoot/inflate.c | w += e; |
e | 406 | zBoot/inflate.c | d += e; |
e | 412 | zBoot/inflate.c | } while (--e); |
e | 722 | zBoot/inflate.c | int inflate_block(e) |
e | 723 | zBoot/inflate.c | int *e; /* last block flag */ |
e | 739 | zBoot/inflate.c | *e = (int)b & 1; |
e | 772 | zBoot/inflate.c | int e; /* last block flag */ |
e | 787 | zBoot/inflate.c | if ((r = inflate_block(&e)) != 0) |
e | 791 | zBoot/inflate.c | } while (!e); |
e | 270 | zBoot/misc.c | unsigned long e; /* polynomial exclusive-or pattern */ |
e | 278 | zBoot/misc.c | e = 0; |
e | 280 | zBoot/misc.c | e |= 1L << (31 - p[i]); |
e | 289 | zBoot/misc.c | c = c & 1 ? (c >> 1) ^ e : c >> 1; |
e | 291 | zBoot/misc.c | c ^= e; |