Searched defs:xc (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dhuff.h36 long xc; member in struct:huff
44 #define c huffcode.xc
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c652 const char *xc; local
671 xc = xcode;
676 xc = "4.0.0";
678 xc = "5.0.0";
682 len += strlen(xc) + 1;
712 (void) sm_strlcpyn(buf, len, 3, rcode, args == 1 ? " " : "-", xc);
714 xc, " ");
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c198 int c, xc; local
321 xc = getch(fp); /* get look-ahead for two-char lexemes */
324 lexeme[1] = xc;
330 if (c == '/' && xc == '/') {
341 if (c == '/' && xc == '*') {
343 xc = -1;
345 if (xc == '*' && c == '/') {
349 xc = c;
368 (void) ungetc(xc, fp);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c243 int i, nc, xc; local
271 xc = i;
282 if (xc == 0 && nc == 0 &&
286 xc = nc;
294 xargs = dt_probe_alloc_args(pvp, xc);
297 if ((xc != 0 && xargs == NULL) || (nc != 0 && nargs == NULL))
310 nargs, nc, xargs, xc)) == NULL) {
322 for (adp = adv, i = 0; i < xc; i++, adp++) {
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c222 int xc, yc; local
224 xc = hpos;
227 hgoto(xc + d); /* circle goes to right side */
261 int xc, yc; local
263 xc = hpos;
266 hgoto(xc + a);
287 float xc, yc; local
311 xc = x0;
426 putdot((int)xc, (int)yc);
458 xc
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dms.c1235 register short xc, yc; local
1263 xc = yc = 0;
1291 mi->mi_x = (char)xc;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbms/
H A Dusbms.c1891 register int xc, yc, zc; local
1926 xc = yc = zc = 0;
1955 mi->mi_x = xc;
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c1421 Cchr_t* xc; local
1621 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc;
1628 strcpy((char*)ce->beg, (char*)xc->key);
1631 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc)))
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c333 uchar_t xc; local
380 xc = TAD_INTERLEAVE(
383 if (channel == xc) {
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c390 xkb_core_t *xc = &xkb->xkb_core; local
392 size_t boff = xc->xc_hdr.xch_index_offset;
399 xc->xc_p2m_buf = (mfn_t *)mmap(NULL, size, PROT_READ,
402 if (xc->xc_p2m_buf == (xen_pfn_t *)MAP_FAILED) {
408 xkb->xkb_p2m = (mfn_t *)((char *)xc->xc_p2m_buf +
1061 xkb_core_t *xc = &xkb->xkb_core; local
1071 if (pread64(xkb->xkb_fd, &xc->xc_hdr, sizeof (xc->xc_hdr), 0) !=
1072 sizeof (xc->xc_hdr))
1075 if (xc
1446 xkb_core_t *xc = &xkb->xkb_core; local
[all...]
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1937 mp_int gx, xc, yc, u, v, A, B, C, D; local
1960 MP_CHECKOK( mp_init_copy(&xc, a) );
1961 clean[++last] = &xc;
1962 mp_abs(&xc, &xc);
1970 while(mp_iseven(&xc) && mp_iseven(&yc)) {
1971 mp_size nx = mp_trailing_zeros(&xc);
1974 s_mp_div_2d(&xc,n);
1979 mp_copy(&xc, &u);
1993 MP_CHECKOK( mp_sub(&B, &xc,
[all...]

Completed in 83 milliseconds