Searched refs:lbc (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dufs_bmap.c73 int lbc; local
95 for (lbc = 0, i = NIADDR;; i--, bn -= blockcnt) {
99 lbc += lognindir;
100 blockcnt = (int64_t)1 << lbc;
126 lbc -= lognindir;
127 blockcnt = (int64_t)1 << lbc;
128 off = (bn >> lbc) & (NINDIR(ip->i_fs) - 1);
135 metalbn -= -1 + (off << lbc);
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_bus_fdt.c63 DRIVER_MODULE (cfi, lbc, cfi_fdt_driver, cfi_devclass, 0, 0);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c236 /* return whether there is a grapheme break between boundclasses lbc and tbc
251 static utf8proc_bool grapheme_break_simple(int lbc, int tbc) { argument
253 (lbc == UTF8PROC_BOUNDCLASS_START) ? true : /* GB1 */
254 (lbc == UTF8PROC_BOUNDCLASS_CR && /* GB3 */
256 (lbc >= UTF8PROC_BOUNDCLASS_CR && lbc <= UTF8PROC_BOUNDCLASS_CONTROL) ? true : /* GB4 */
258 (lbc == UTF8PROC_BOUNDCLASS_L && /* GB6 */
263 ((lbc == UTF8PROC_BOUNDCLASS_LV || /* GB7 */
264 lbc == UTF8PROC_BOUNDCLASS_V) && /* --- */
267 ((lbc
285 grapheme_break_extended(int lbc, int tbc, utf8proc_int32_t *state) argument
[all...]
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dds1553_bus_fdt.c75 DRIVER_MODULE(rtc, lbc, rtc_driver, rtc_devclass, 0, 0);
H A Dlbc.c59 #include "lbc.h"
116 "lbc",
123 EARLY_DRIVER_MODULE(lbc, ofwbus, lbc_driver, lbc_devclass,
433 if (!(ofw_bus_is_compatible(dev, "fsl,lbc") ||
/freebsd-11-stable/sys/dev/nand/
H A Dnfc_fsl.c57 #include <powerpc/mpc85xx/lbc.h>
153 DRIVER_MODULE(fsl_nand, lbc, fsl_nand_driver, fsl_nand_devclass,

Completed in 74 milliseconds