Searched refs:NBBY (Results 51 - 75 of 131) sorted by relevance

123456

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h262 (CTF_INT_CHAR | CTF_INT_SIGNED) && (e).cte_bits == NBBY)
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c266 cpum->ml_offset = lml->ml_offset + (ptrsize * NBBY);
/freebsd-12-stable/sys/dev/ncv/
H A Dncr53c500.c187 bus_write_1(res, cr0_tcmsb, (u_int8_t) (count >> NBBY));
188 bus_write_1(res, cr0_tchsb, (u_int8_t) (count >> (NBBY * 2)));
197 count |= ((u_int) bus_read_1(res, cr0_tcmsb)) << NBBY;
198 count |= ((u_int) bus_read_1(res, cr0_tchsb)) << (NBBY * 2);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld_malloc.c208 if ((unsigned)bucket >= NBBY * sizeof(int) - 4)
/freebsd-12-stable/sbin/nvmecontrol/
H A Dpower.c45 _Static_assert(sizeof(struct nvme_power_state) == 256 / NBBY, variable
/freebsd-12-stable/tools/tools/kttcp/
H A Dkttcp.c267 bitspersec = bytespersec * NBBY;
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_alloc.c1982 mapp = &cg_clustersfree(cgp)[bpref / NBBY];
1984 bit = 1 << (bpref % NBBY);
1993 if ((got & (NBBY - 1)) != (NBBY - 1)) {
2095 start = cgp->cg_irotor / NBBY;
2096 len = howmany(fs->fs_ipg - cgp->cg_irotor, NBBY);
2109 ipref = (loc - inosused) * NBBY + ffs(~*loc) - 1;
2867 start = dtogd(fs, bpref) / NBBY;
2869 start = cgp->cg_frotor / NBBY;
2871 len = howmany(fs->fs_fpg, NBBY)
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c673 dtd->dtd_data.ctt_size = clp2(P2ROUNDUP(ep->cte_bits, NBBY) / NBBY);
1103 off += lsize * NBBY;
1114 off = roundup(off, NBBY) / NBBY;
1116 dmd->dmd_offset = off * NBBY;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_low.h273 #define SCSI_LOW_MAXNEXUS (sizeof(u_int) * NBBY)
820 #define MKMSG_EXTEND(XLEN, XCODE) ((((u_int)(XLEN)) << NBBY) | ((u_int)(XCODE)))
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_lcd.c271 fbsize = round_page(mode->hdisplay * mode->vdisplay * (FB_BPP / NBBY));
306 sc->info.fb_stride = mode->hdisplay * (FB_BPP / NBBY);
/freebsd-12-stable/sys/arm/allwinner/
H A Da10_fb.c469 fbsize = round_page(mode->hdisplay * mode->vdisplay * (FB_BPP / NBBY));
509 sc->info.fb_stride = mode->hdisplay * (FB_BPP / NBBY);
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwlvar.h335 uint8_t sc_staid[MWL_MAXSTAID/NBBY];
/freebsd-12-stable/sys/kern/
H A Dsubr_msgbuf.c46 #define MAXPRIBUF (sizeof(intmax_t) * NBBY + 3)
H A Dsys_generic.c940 b = i / NBBY;
960 if ((bits & (1 << (i % NBBY))) != 0)
1007 ncpbytes = nfdbits / NBBY;
1008 ncpubytes = roundup(nd, abi_nfdbits) / NBBY;
H A Dkern_cpuset.c1805 if (cpusetsize < sizeof(cpuset_t) || cpusetsize > CPU_MAXSIZE / NBBY)
1916 if (cpusetsize < sizeof(cpuset_t) || cpusetsize > CPU_MAXSIZE / NBBY)
2045 domainsetsize > DOMAINSET_MAXSIZE / NBBY)
2171 domainsetsize > DOMAINSET_MAXSIZE / NBBY)
/freebsd-12-stable/sys/x86/iommu/
H A Dintel_drv.c603 unit->buswide_ctxs[busno / NBBY / sizeof(uint32_t)] |=
604 1 << (busno % (NBBY * sizeof(uint32_t)));
613 return ((unit->buswide_ctxs[busno / NBBY / sizeof(uint32_t)] &
614 (1U << (busno % (NBBY * sizeof(uint32_t))))) != 0);
/freebsd-12-stable/sys/arm64/arm64/
H A Ddisassem.c203 a = (INSN_SIZE * NBBY) - 1;
/freebsd-12-stable/tools/test/ptrace/
H A Dscescx.c122 for (i = 0; i < sizeof(flags) * NBBY; i++) {
/freebsd-12-stable/sys/amd64/amd64/
H A Dsys_machdep.c410 uap->start + uap->length > IOPAGES * PAGE_SIZE * NBBY)
459 if (uap->start >= IOPAGES * PAGE_SIZE * NBBY)
473 for (i = uap->start + 1; i < IOPAGES * PAGE_SIZE * NBBY; i++) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1882 #if NBBY == 8
1889 #else /* NBBY == 8 */
1890 UNIMPLEMENTED for NBBY != 8
1891 #endif /* NBBY == 8 */
2372 reply(215, "UNIX Type: L%d", NBBY);
2374 reply(215, "UNKNOWN Type: L%d", NBBY);
2611 cmd_bytesz = NBBY;
/freebsd-12-stable/sbin/restore/
H A Dtape.c285 maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1;
287 map = calloc((unsigned)1, (unsigned)howmany(maxino, NBBY));
297 map = calloc((unsigned)1, (unsigned)howmany(maxino, NBBY));
/freebsd-12-stable/sys/cddl/boot/zfs/
H A Dsha256.c49 #define ROTR(x, n) (((x) >> (n)) | ((x) << ((sizeof (x) * NBBY)-(n))))
/freebsd-12-stable/sys/cddl/dev/dtrace/
H A Ddtrace_debug.c227 #define MAXNBUF (sizeof(intmax_t) * NBBY + 1)
/freebsd-12-stable/sys/net80211/
H A Dieee80211_hostap.c1183 *keylen = 40 / NBBY;
1188 *keylen = 104 / NBBY;
1358 *keylen = 40 / NBBY;
1363 *keylen = 104 / NBBY;
/freebsd-12-stable/sys/sparc64/pci/
H A Dfire.c558 sc->sc_msi_bitmap = malloc(roundup2(sc->sc_msi_count, NBBY) / NBBY,
567 sc->sc_msiq_bitmap = malloc(roundup2(sc->sc_msiq_count, NBBY) / NBBY,

Completed in 518 milliseconds

123456