Symbol: e1
games/trek/schedule.c
101
e = e1;
games/trek/schedule.c
121
unschedule(struct event *e1)
games/trek/schedule.c
125
e = e1;
games/trek/schedule.c
166
xresched(struct event *e1, int ev1, int factor)
games/trek/schedule.c
173
e = e1;
games/trek/schedule.c
96
reschedule(struct event *e1, double offset)
lib/libc/citrus/modules/citrus_hz.c
123
escape_list e0, e1;
lib/libc/citrus/modules/citrus_hz.c
128
#define E1SET(ei) (&(ei)->e1)
lib/libc/gdtoa/gethex.c
124
e1 = n - 0x10;
lib/libc/gdtoa/gethex.c
126
if (e1 & 0xf8000000)
lib/libc/gdtoa/gethex.c
128
e1 = 10*e1 + n - 0x10;
lib/libc/gdtoa/gethex.c
131
e1 = -e1;
lib/libc/gdtoa/gethex.c
132
e += e1;
lib/libc/gdtoa/gethex.c
47
Long e, e1;
lib/libc/gdtoa/strtoIg.c
113
if (e1 == fpi->emin) {
lib/libc/gdtoa/strtoIg.c
125
--e1;
lib/libc/gdtoa/strtoIg.c
136
exp[0] = e1;
lib/libc/gdtoa/strtoIg.c
142
exp[1] = e1;
lib/libc/gdtoa/strtoIg.c
46
Long e1;
lib/libc/gdtoa/strtoIg.c
56
e1 = exp[0];
lib/libc/gdtoa/strtoIg.c
84
if (++e1 > fpi->emax)
lib/libc/gdtoa/strtoIg.c
99
e1 = fpi->emax;
lib/libc/gdtoa/strtod.c
100
e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
lib/libc/gdtoa/strtod.c
332
e1 = e -= nf;
lib/libc/gdtoa/strtod.c
424
e1 += nd - k;
lib/libc/gdtoa/strtod.c
448
if (e1 > 0) {
lib/libc/gdtoa/strtod.c
449
if ( (i = e1 & 15) !=0)
lib/libc/gdtoa/strtod.c
451
if (e1 &= ~15) {
lib/libc/gdtoa/strtod.c
452
if (e1 > DBL_MAX_10_EXP) {
lib/libc/gdtoa/strtod.c
493
e1 = (unsigned int)e1 >> 4;
lib/libc/gdtoa/strtod.c
494
for(j = 0; e1 > 1; j++, e1 = (unsigned int)e1 >> 1)
lib/libc/gdtoa/strtod.c
495
if (e1 & 1)
lib/libc/gdtoa/strtod.c
513
else if (e1 < 0) {
lib/libc/gdtoa/strtod.c
514
e1 = -e1;
lib/libc/gdtoa/strtod.c
515
if ( (i = e1 & 15) !=0)
lib/libc/gdtoa/strtod.c
517
if (e1 >>= 4) {
lib/libc/gdtoa/strtod.c
518
if (e1 >= 1 << n_bigtens)
lib/libc/gdtoa/strtod.c
521
if (e1 & Scale_Bit)
lib/libc/gdtoa/strtod.c
523
for(j = 0; e1 > 0; j++, e1 = (unsigned int)e1 >> 1)
lib/libc/gdtoa/strtod.c
524
if (e1 & 1)
lib/libc/gdtoa/strtod.c
540
for(j = 0; e1 > 1; j++, e1 = (unsigned int)e1 >> 1)
lib/libc/gdtoa/strtod.c
541
if (e1 & 1)
lib/libc/gdtoa/strtodg.c
333
int dsign, e, e1, e2, emin, esign, finished, i, inex, irv;
lib/libc/gdtoa/strtodg.c
528
e1 = e -= nf;
lib/libc/gdtoa/strtodg.c
567
e1 -= e;
lib/libc/gdtoa/strtodg.c
577
e1 -= i;
lib/libc/gdtoa/strtodg.c
597
e1 -= e2;
lib/libc/gdtoa/strtodg.c
605
e1 -= e;
lib/libc/gdtoa/strtodg.c
610
e1 += nd - k;
lib/libc/gdtoa/strtodg.c
615
if (e1 > 0) {
lib/libc/gdtoa/strtodg.c
616
if ( (i = e1 & 15) !=0)
lib/libc/gdtoa/strtodg.c
618
if (e1 &= ~15) {
lib/libc/gdtoa/strtodg.c
619
e1 = (unsigned int)e1 >> 4;
lib/libc/gdtoa/strtodg.c
620
while(e1 >= (1 << (n_bigtens-1))) {
lib/libc/gdtoa/strtodg.c
626
e1 -= 1 << (n_bigtens-1);
lib/libc/gdtoa/strtodg.c
631
for(j = 0; e1 > 0; j++, e1 = (unsigned int)e1 >> 1)
lib/libc/gdtoa/strtodg.c
632
if (e1 & 1)
lib/libc/gdtoa/strtodg.c
636
else if (e1 < 0) {
lib/libc/gdtoa/strtodg.c
637
e1 = -e1;
lib/libc/gdtoa/strtodg.c
638
if ( (i = e1 & 15) !=0)
lib/libc/gdtoa/strtodg.c
640
if (e1 &= ~15) {
lib/libc/gdtoa/strtodg.c
641
e1 = (unsigned int)e1 >> 4;
lib/libc/gdtoa/strtodg.c
642
while(e1 >= (1 << (n_bigtens-1))) {
lib/libc/gdtoa/strtodg.c
648
e1 -= 1 << (n_bigtens-1);
lib/libc/gdtoa/strtodg.c
653
for(j = 0; e1 > 0; j++, e1 = (unsigned int)e1 >> 1)
lib/libc/gdtoa/strtodg.c
654
if (e1 & 1)
sys/arch/mac68k/dev/zs.c
545
int b1 = b0 >> 4, e1 = abs(b1-bps);
sys/arch/mac68k/dev/zs.c
549
if (e0 < e1 && e0 < e2 && e0 < e3) {
sys/arch/mac68k/dev/zs.c
553
} else if (e0 > e1 && e1 < e2 && e1 < e3) {
sys/arch/mac68k/dev/zs.c
554
err = e1;
sys/arch/mac68k/dev/zs.c
557
} else if (e0 > e2 && e1 > e2 && e2 < e3) {
sys/arch/macppc/dev/zs.c
609
int b1 = b0 >> 4, e1 = abs(b1-bps);
sys/arch/macppc/dev/zs.c
613
if (e0 < e1 && e0 < e2 && e0 < e3) {
sys/arch/macppc/dev/zs.c
617
} else if (e0 > e1 && e1 < e2 && e1 < e3) {
sys/arch/macppc/dev/zs.c
618
err = e1;
sys/arch/macppc/dev/zs.c
621
} else if (e0 > e2 && e1 > e2 && e2 < e3) {
sys/ufs/ext2fs/ext2fs_htree.c
229
ext2fs_htree_cmp_sort_entry(const void *e1, const void *e2)
sys/ufs/ext2fs/ext2fs_htree.c
233
entry1 = (const struct ext2fs_htree_sort_entry *)e1;
tests/lib/libc/hash/t_hmac.c
50
void *e1;
tests/lib/libc/hash/t_hmac.c
97
e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len);
tests/lib/libc/hash/t_hmac.c
98
ATF_REQUIRE_MSG(e1 != NULL, "hash %s could not be "
tests/lib/libc/misc/t_ubsan.c
324
raise((E == e1) ? SIGSEGV : SIGBUS);
tests/usr.bin/xlint/lint1/msg_333.c
14
} e1;
tests/usr.bin/xlint/lint1/msg_333.c
32
if (e1)
usr.bin/chpass/table.c
45
char e1[] = ": ";
usr.bin/chpass/table.c
49
{ "login", p_login, 1, 5, e1, NULL },
usr.bin/chpass/table.c
50
{ "password", p_passwd, 1, 8, e1, NULL },
usr.bin/chpass/table.c
51
{ "uid", p_uid, 1, 3, e1, NULL },
usr.bin/chpass/table.c
52
{ "gid", p_gid, 1, 3, e1, NULL },
usr.bin/chpass/table.c
53
{ "class", p_class, 1, 5, e1, NULL },
usr.bin/chpass/table.c
60
{ "home directory", p_hdir, 1, 14, e1, NULL },
usr.bin/chpass/table.c
61
{ "shell", p_shell, 0, 5, e1, NULL },
usr.bin/find/find.c
150
ftscompare(const FTSENT **e1, const FTSENT **e2)
usr.bin/find/find.c
153
return (strcoll((*e1)->fts_name, (*e2)->fts_name));
usr.bin/infocmp/infocmp.c
354
TIENT *e1, *e2, ee;
usr.bin/infocmp/infocmp.c
370
e1 = &ents1[i1++];
usr.bin/infocmp/infocmp.c
373
e1 = &ents1[i1++];
usr.bin/infocmp/infocmp.c
375
ee.id = e1->id;
usr.bin/infocmp/infocmp.c
376
ee.type = e1->type;
usr.bin/infocmp/infocmp.c
378
e1 = &ee;
usr.bin/infocmp/infocmp.c
383
switch (e1->type) {
usr.bin/infocmp/infocmp.c
386
if (e1->flag == e2->flag)
usr.bin/infocmp/infocmp.c
390
if (e1->flag == e2->flag)
usr.bin/infocmp/infocmp.c
395
if (e1->num == e2->num)
usr.bin/infocmp/infocmp.c
400
if (e1->num == e2->num)
usr.bin/infocmp/infocmp.c
405
if (VALID_STRING(e1->str) &&
usr.bin/infocmp/infocmp.c
407
strcmp(e1->str, e2->str) == 0) {
usr.bin/infocmp/infocmp.c
414
if (VALID_STRING(e1->str) &&
usr.bin/infocmp/infocmp.c
416
strcmp(e1->str, e2->str) == 0)
usr.bin/infocmp/infocmp.c
420
printf("\t%s: ", e1->id);
usr.bin/infocmp/infocmp.c
421
cprint_ent(e1);
usr.bin/infocmp/infocmp.c
422
if (e1->type == 'f')
usr.bin/make/str.c
343
unsigned char e1 = (unsigned char)pat[0];
usr.bin/make/str.c
346
if ((e1 <= c && c <= e2)
usr.bin/make/str.c
347
|| (e2 <= c && c <= e1))
usr.sbin/dumplfs/dumplfs.c
450
goto e1;
usr.sbin/dumplfs/dumplfs.c
459
goto e1;
usr.sbin/dumplfs/dumplfs.c
499
e1: free(indir);