/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/ |
gcc_qmul.c | 21 double ab, tmp, tau; local in function:__gcc_qmul 23 ab = A * B; 26 if (ab == 0.0) { 27 dst.s.hi = ab; 32 const doublebits abBits = { .d = ab }; 34 dst.s.hi = ab; 45 tmp = LOWORDER(ab, aHi, aLo, bHi, bLo); 47 tau = ab + tmp; 49 dst.s.lo = (ab - tau) + tmp;
|
/src/sys/dev/i2c/ |
tvpll.c | 128 uint8_t b[5], ab[2]; local in function:tvpll_tune_dtv 138 ab[0] = b[2] | 0x18; 139 ab[1] = b[4]; 140 rv = iic_exec(tvpll->tag, I2C_OP_WRITE_WITH_STOP, tvpll->addr, ab, 2, NULL, 0, 0);
|
/src/sys/dev/dkwedge/ |
dkwedge_apple.c | 144 struct apple_blockzeroblock ab; local in function:dkwedge_discover_apple 212 memcpy(&ab, ae->pmBootArgs, sizeof(ab)); 213 swap_apple_blockzeroblock(&ab); 214 if (ab.bzbMagic == APPLE_BZB_MAGIC) { 215 if (ab.bzbType == APPLE_BZB_TYPESWAP)
|
/src/usr.bin/lastcomm/ |
lastcomm.c | 74 struct acct ab; local in function:main 110 size = sb.st_size - sb.st_size % sizeof(ab); 113 if (size < (off_t)sizeof(ab)) 116 size -= sizeof(ab); 122 if (fread(&ab, sizeof(ab), 1, fp) != 1) 125 if (ab.ac_comm[0] == '\0') { 126 ab.ac_comm[0] = '?'; 127 ab.ac_comm[1] = '\0'; 129 for (p = &ab.ac_comm[0] [all...] |
/src/sys/dev/usb/ |
auvitek_dtv.c | 327 struct auvitek_bulk *ab = &sc->sc_ab; local in function:auvitek_dtv_bulk_cb 331 if (ab->ab_running == false || sc->sc_dtvsubmitcb == NULL) 341 usbd_clear_endpoint_stall_async(ab->ab_pipe);
|
/src/lib/libc/gdtoa/ |
strtodg.c | 341 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local in function:strtodg 953 ab = d2b(dval(&adj), &abe, &abits); 954 if (ab == NULL) 957 rshift(ab, -abe); 959 ab = lshift(ab, abe); 960 if (ab == NULL) 967 rvb = diff(rvb, ab); 992 rvb = sum(rvb, ab); 1010 Bfree(ab); [all...] |
/src/usr.bin/config/ |
sem.c | 1189 struct devbase **ab, int *atunit) 1197 *ab = NULL; 1229 *ab = ht_lookup(devbasetab, cp); 1246 if (*ab == NULL) { 1255 for (al = (*ab)->d_attrs; al != NULL; al = al->al_next) { 1275 struct devbase *ab; /* not NULL => at another dev */ local in function:adddev 1284 attr = finddevattr(name, at, ib, &ab, &atunit); 1321 p = getpspec(attr, ab, atunit, first); 1933 getpspec(struct attr *attr, struct devbase *ab, int atunit, int first) 1940 if (p->p_iattr == attr && p->p_atdev == ab & [all...] |
/src/lib/libc/time/ |
zdump.c | 409 char const *ab = abbr(tmp); local in function:saveabbr 411 return ab; 413 ptrdiff_t absize = strlen(ab) + 1; 422 return strcpy(*buf, ab); 588 char const *ab; local in function:main 616 ab = saveabbr(&abbrev, &abbrevsize, &tm); 618 showtrans("\nTZ=%f", &tm, t, ab, argv[i]); 619 showtrans("-\t-\t%Q", &tm, t, ab, argv[i]); 622 ab = NULL; 631 || (ab && (delta(&newtm, &tm) != newt - 736 char const *ab = lotm_ok ? saveabbr(&loab, &loabsize, &lotm) : NULL; local in function:hunt [all...] |
zic.c | 3170 register char * ab; local in function:outzone 3189 ab = xmalloc(max_abbr_len + 1); 3420 doabbr(ab, max_abbr_len + 1, zp, rp->r_abbrvar, 3423 type = addtype(offset, ab, rp->r_isdst, 3526 free(ab);
|
/src/sys/dev/ic/ |
isp.c | 4614 isp24xx_abrt_t local, *ab = &local, *ab2; local in function:isp_control 4637 ISP_MEMZERO(ab, QENTRY_LEN); 4638 ab->abrt_header.rqs_entry_type = RQSTYPE_ABORT_IO; 4639 ab->abrt_header.rqs_entry_count = 1; 4640 ab->abrt_handle = lp->handle; 4641 ab->abrt_cmd_handle = handle; 4642 ab->abrt_tidlo = lp->portid; 4643 ab->abrt_tidhi = lp->portid >> 16; 4644 ab->abrt_vpidx = ISP_GET_VPIDX(isp, chan); 4658 isp_put_24xx_abrt(isp, ab, fcp->isp_scratch) [all...] |
sl811hs.c | 1862 int ab; local in function:slhci_dointr 1895 ab = A; 1897 ab = B; 1904 if (!(t->flags & (ab ? F_BINPROG : F_AINPROG))) { 1906 SC_NAME(sc), ab ? "B" : "A"); 1907 DDOLOG("AB=%d done but not in progress! halted", ab, 1913 t->flags &= ~(ab ? F_BINPROG : F_AINPROG); 1915 stop_cc_time(&t_ab[ab]); 1917 slhci_abdone(sc, ab); 2280 int ab, i; local in function:slhci_dotransfer [all...] |