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