Searched refs:eb (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_X_cplx_div_ix.c101 int eb, ec, ed, ew, i, j; local
113 eb = bb.i[2] & 0x7fff;
147 if (eb >= 0x7fff) { /* a is inf or nan */
162 eb = (eb - 0x3800) >> 12;
163 b = (b * scl[eb + 4].e) / r;
164 eb -= (ew + ew);
168 ec += eb;
172 ed += eb;
H A D_X_cplx_div.c91 int ea, eb, ec, ed, ez, ew, es, i, j; local
108 eb = bb.i[2] & 0x7fff;
109 ez = (ea > eb)? ea : eb;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c802 ** eb -- error buffer to get result -- MUST BE MsgBuf.
818 fmtmsg(eb, to, num, enhsc, eno, fmt, ap)
819 register char *eb;
845 (void) sm_snprintf(eb, spaceleft, "4%2.2s%c", num + 1, del);
848 (void) sm_snprintf(eb, spaceleft, "%3.3s%c", num, del);
849 eb += 4;
856 (void) sm_strlcpy(eb, fmt, l + 1);
857 eb += l;
864 (void) sm_strlcpy(eb, enhsc, l + 1);
865 eb[
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s106 / use esi as a pointer to &eb[0]
136 / arg1 - address of &eb[0]
147 / _setup(&eb[0], _DYNAMIC)
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dlufsboot.c224 static extent_block_t *eb = (extent_block_t *)NULL; variable
388 for (i = 0; i < eb->nextents; i++) {
389 if (lblk >= eb->extents[i].lbno &&
390 lblk < eb->extents[i].lbno +
391 eb->extents[i].nbno) {
392 pblk = lblk - eb->extents[i].lbno +
393 eb->extents[i].pbno;
504 eb = (extent_block_t *)bkmem_zalloc(sb->fs_bsize);
519 logfp->fi_memp = (caddr_t)eb;
521 if (diskread(logfp) || eb
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h603 /* eb is the bitwidth of a single element */
604 #define SHMEM_ARRAY_MASK(eb) ((1<<(eb))-1)
605 #define SHMEM_ARRAY_ENTRY(i, eb) ((i)/(32/(eb)))
631 #define SHMEM_ARRAY_BITPOS(i, eb, fb) \
632 ((((32/(fb)) - 1 - ((i)/((fb)/(eb))) % (32/(fb))) * (fb)) + \
633 (((i)%((fb)/(eb))) * (eb)))
635 #define SHMEM_ARRAY_GET(a, i, eb, f
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s108 movl %esp,%esi / use esi as a pointer to &eb[0]
129 pushl %esi / push &eb[0]
131 call _setup@PLT / _setup(&eb[0], _DYNAMIC)
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s94 ! Set up pointers to __rtld parameters. eb[], strings[] and funcs[] are on
98 add %sp, MINFRAME, %o0 ! &eb[0]
100 add %o0, (EB_MAX * 8), %o1 ! &strings[0] == &eb[EB_MAX]
149 mov %o0, %l0 ! and save &eb[0] for later
151 ! On return, jump to the function in %o0, passing &eb[0] in %o0
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c201 Elf32_Boot eb[EB_MAX]; variable
320 ebp = eb;
560 * that a pointer to "eb" is available to it and further knows
565 (*((void (*)())(ehdr->e_entry + faddr + sizeof (long))))(eb);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_tx.c74 __in_ecount(n) efx_buffer_t *eb,
365 __in_ecount(n) efx_buffer_t *eb,
376 if ((rc = etxop->etxo_qpost(etp, eb,
730 __in_ecount(n) efx_buffer_t *eb,
743 efx_buffer_t *ebp = &eb[i];
363 efx_tx_qpost( __in efx_txq_t *etp, __in_ecount(n) efx_buffer_t *eb, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
728 siena_tx_qpost( __in efx_txq_t *etp, __in_ecount(n) efx_buffer_t *eb, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
H A Def10_tx.c416 __in_ecount(n) efx_buffer_t *eb,
431 efx_buffer_t *ebp = &eb[i];
414 ef10_tx_qpost( __in efx_txq_t *etp, __in_ecount(n) efx_buffer_t *eb, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
H A Def10_impl.h627 __in_ecount(n) efx_buffer_t *eb,
H A Defx.h1977 __in_ecount(n) efx_buffer_t *eb,
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c709 const ipmi_entity_t *eb = b; local
711 if (ea->ie_type == eb->ie_type &&
712 ea->ie_instance == eb->ie_instance)
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s144 add %sp, SA(MINFRAME), %o0 ! &eb[0] == %sp + frame size
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c435 wcat_t *b, *eb, *q; local
444 eb = &patbuf[patbuf_len - 1];
446 q < eb && p->w_wc != EOS && p->w_wc != SLASH; *q++ = *p++)
479 for (b = patbuf; b < eb && *h != EOS; b++) {
493 while (b < eb && (*b++ = *p++).w_wc != EOS)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c509 uch *eb = endbuf; local
511 *eb++ = inbuf[pos - old_filepos];
513 grub_read(eb, filemax - filepos);
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
337 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
1089 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h380 uint32_t eb; /* size of DCE to DCE buffer */ member in struct:cistpl_funce_t::__anon6848::modem
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1648 cs->data.modem.eb = GET_INT24(tp);

Completed in 166 milliseconds