HomeSort by: relevance | last modified time | path
    Searched defs:e1 (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/chpass/
table.c 45 char e1[] = ": "; variable in typeref:typename:char[]
49 { "login", p_login, 1, 5, e1, NULL },
50 { "password", p_passwd, 1, 8, e1, NULL },
51 { "uid", p_uid, 1, 3, e1, NULL },
52 { "gid", p_gid, 1, 3, e1, NULL },
53 { "class", p_class, 1, 5, e1, NULL },
60 { "home directory", p_hdir, 1, 14, e1, NULL },
61 { "shell", p_shell, 0, 5, e1, NULL },
  /src/tests/usr.bin/xlint/lint1/
msg_333.c 14 } e1; variable in typeref:enum:tagged_color
32 if (e1)
  /src/lib/libc/gdtoa/
strtoIg.c 46 Long e1; local in function:strtoIg
56 e1 = exp[0];
84 if (++e1 > fpi->emax)
99 e1 = fpi->emax;
113 if (e1 == fpi->emin) {
125 --e1;
136 exp[0] = e1;
142 exp[1] = e1;
gethex.c 47 Long e, e1; local in function:gethex
124 e1 = n - 0x10;
126 if (e1 & 0xf8000000)
128 e1 = 10*e1 + n - 0x10;
131 e1 = -e1;
132 e += e1;
strtod.c 100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local in function:_int_strtod_l
332 e1 = e -= nf;
424 e1 += nd - k;
446 /* Get starting approximation = rv * 10**e1 */
448 if (e1 > 0) {
449 if ( (i = e1 & 15) !=0)
451 if (e1 &= ~15) {
452 if (e1 > DBL_MAX_10_EXP) {
493 e1 = (unsigned int)e1 >> 4
    [all...]
strtodg.c 333 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local in function:strtodg
528 e1 = e -= nf;
567 e1 -= e;
577 e1 -= i;
597 e1 -= e2;
605 e1 -= e;
610 e1 += nd - k;
612 /* Get starting approximation = rv * 10**e1 */
615 if (e1 > 0) {
616 if ( (i = e1 & 15) !=0
    [all...]
  /src/tests/lib/libc/hash/
t_hmac.c 50 void *e1; local in function:test
97 e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len);
98 ATF_REQUIRE_MSG(e1 != NULL, "hash %s could not be "
  /src/usr.bin/make/
str.c 343 unsigned char e1 = (unsigned char)pat[0]; local in function:Str_Match
346 if ((e1 <= c && c <= e2)
347 || (e2 <= c && c <= e1))
  /src/tests/lib/libc/misc/
t_ubsan.c 320 enum e { e1, e2, e3, e4 }; enumerator in enum:test_load_invalid_value_enum::e
324 raise((E == e1) ? SIGSEGV : SIGBUS);
  /src/usr.bin/infocmp/
infocmp.c 354 TIENT *e1, *e2, ee; local in function:compare_ents
370 e1 = &ents1[i1++];
373 e1 = &ents1[i1++];
375 ee.id = e1->id;
376 ee.type = e1->type;
378 e1 = &ee;
383 switch (e1->type) {
386 if (e1->flag == e2->flag)
390 if (e1->flag == e2->flag)
395 if (e1->num == e2->num
    [all...]
  /src/lib/libc/citrus/modules/
citrus_hz.c 122 escape_list e0, e1; member in struct:__anon05720b390408
127 #define E1SET(ei) (&(ei)->e1)
  /src/sys/arch/mac68k/dev/
zs.c 545 int b1 = b0 >> 4, e1 = abs(b1-bps); local in function:zs_set_speed
549 if (e0 < e1 && e0 < e2 && e0 < e3) {
553 } else if (e0 > e1 && e1 < e2 && e1 < e3) {
554 err = e1;
557 } else if (e0 > e2 && e1 > e2 && e2 < e3) {
  /src/sys/arch/macppc/dev/
zs.c 609 int b1 = b0 >> 4, e1 = abs(b1-bps); local in function:zs_set_speed
613 if (e0 < e1 && e0 < e2 && e0 < e3) {
617 } else if (e0 > e1 && e1 < e2 && e1 < e3) {
618 err = e1;
621 } else if (e0 > e2 && e1 > e2 && e2 < e3) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 615 uptr e1 = a1 + Shadow(thr->racy_state[1]).size(); local in function:__tsan::ReportRace
617 addr_max = max(e0, e1);

Completed in 19 milliseconds