tag | line | file | source code |
e | 391 | drivers/FPU-emu/fpu_trig.c | long e; |
e | 401 | drivers/FPU-emu/fpu_trig.c | e = st1_ptr->exp - EXP_BIAS; |
e | 402 | drivers/FPU-emu/fpu_trig.c | convert_l2reg(&e, st1_ptr); |
e | 298 | drivers/FPU-emu/reg_ld_str.c | int e; |
e | 318 | drivers/FPU-emu/reg_ld_str.c | e = EXP_BIAS + 63; |
e | 320 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
e | 331 | drivers/FPU-emu/reg_ld_str.c | int e; |
e | 349 | drivers/FPU-emu/reg_ld_str.c | e = EXP_BIAS + 31; |
e | 352 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
e | 362 | drivers/FPU-emu/reg_ld_str.c | int s, e; |
e | 381 | drivers/FPU-emu/reg_ld_str.c | e = EXP_BIAS + 15; |
e | 385 | drivers/FPU-emu/reg_ld_str.c | FPU_loaded_data.exp = e; |
e | 1346 | drivers/FPU-emu/reg_ld_str.c | long e; |
e | 1349 | drivers/FPU-emu/reg_ld_str.c | e = rp->exp - EXP_BIAS + EXTENDED_Ebias; |
e | 1355 | drivers/FPU-emu/reg_ld_str.c | if ( rp->sigh | rp->sigl | e ) |
e | 1360 | drivers/FPU-emu/reg_ld_str.c | if ( (e ^ 0x7fff) | !(rp->sigh & 0x80000000) ) |
e | 1364 | drivers/FPU-emu/reg_ld_str.c | if (e > 0x7fff || e < -63) |
e | 1374 | drivers/FPU-emu/reg_ld_str.c | if ( e > 0 ) |
e | 1392 | drivers/FPU-emu/reg_ld_str.c | e = 0; |
e | 1398 | drivers/FPU-emu/reg_ld_str.c | e |= rp->sign == SIGN_POS ? 0 : 0x8000; |
e | 1400 | drivers/FPU-emu/reg_ld_str.c | put_fs_word(e, (unsigned short *) (d + 8)); |
e | 1600 | drivers/char/console.c | static void highlight(const int currcons, const int s, const int e) |
e | 1605 | drivers/char/console.c | p2 = (unsigned char *)origin - hwscroll_offset + e + 1; |
e | 246 | include/linux/coff.h | } e; |
e | 247 | include/linux/coff.h | } e; |
e | 213 | include/linux/unistd.h | #define _syscall5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ |
e | 214 | include/linux/unistd.h | type name (atype a,btype b,ctype c,dtype d,etype e) \ |
e | 220 | include/linux/unistd.h | "d" ((long)(c)),"S" ((long)(d)),"D" ((long)(e))); \ |
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 | 261 | zBoot/inflate.c | r.e = (uch)(16 + j); /* bits in this table */ |
e | 273 | zBoot/inflate.c | r.e = 99; /* out of values--invalid code */ |
e | 276 | zBoot/inflate.c | r.e = (uch)(*p < 256 ? 16 : 15); /* 256 is end-of-block code */ |
e | 281 | zBoot/inflate.c | r.e = (uch)e[*p - s]; /* non-simple--look up in lists */ |
e | 342 | zBoot/inflate.c | register unsigned e; /* table entry flag/number of extra bits */ |
e | 362 | zBoot/inflate.c | if ((e = (t = tl + ((unsigned)b & ml))->e) > 16) |
e | 364 | zBoot/inflate.c | if (e == 99) |
e | 367 | zBoot/inflate.c | e -= 16; |
e | 368 | zBoot/inflate.c | NEEDBITS(e) |
e | 369 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
e | 371 | zBoot/inflate.c | if (e == 16) /* then it's a literal */ |
e | 383 | zBoot/inflate.c | if (e == 15) |
e | 387 | zBoot/inflate.c | NEEDBITS(e) |
e | 388 | zBoot/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
e | 389 | zBoot/inflate.c | DUMPBITS(e); |
e | 393 | zBoot/inflate.c | if ((e = (t = td + ((unsigned)b & md))->e) > 16) |
e | 395 | zBoot/inflate.c | if (e == 99) |
e | 398 | zBoot/inflate.c | e -= 16; |
e | 399 | zBoot/inflate.c | NEEDBITS(e) |
e | 400 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
e | 402 | zBoot/inflate.c | NEEDBITS(e) |
e | 403 | zBoot/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
e | 404 | zBoot/inflate.c | DUMPBITS(e) |
e | 408 | zBoot/inflate.c | n -= (e = (e = WSIZE - ((d &= WSIZE-1) > w ? d : w)) > n ? n : e); |
e | 410 | zBoot/inflate.c | if (w - d >= e) /* (this test assumes unsigned comparison) */ |
e | 412 | zBoot/inflate.c | memcpy(slide + w, slide + d, e); |
e | 413 | zBoot/inflate.c | w += e; |
e | 414 | zBoot/inflate.c | d += e; |
e | 420 | zBoot/inflate.c | } while (--e); |
e | 730 | zBoot/inflate.c | int inflate_block(e) |
e | 731 | zBoot/inflate.c | int *e; /* last block flag */ |
e | 747 | zBoot/inflate.c | *e = (int)b & 1; |
e | 780 | zBoot/inflate.c | int e; /* last block flag */ |
e | 795 | zBoot/inflate.c | if ((r = inflate_block(&e)) != 0) |
e | 799 | zBoot/inflate.c | } while (!e); |
e | 255 | zBoot/misc.c | unsigned long e; /* polynomial exclusive-or pattern */ |
e | 263 | zBoot/misc.c | e = 0; |
e | 265 | zBoot/misc.c | e |= 1L << (31 - p[i]); |
e | 274 | zBoot/misc.c | c = c & 1 ? (c >> 1) ^ e : c >> 1; |
e | 276 | zBoot/misc.c | c ^= e; |