Home
last modified time | relevance | path

Searched refs:boffs (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Dlpt.c607 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local
689 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt()
743 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt()
745 boffs = 0; in ubifs_create_dflt_lpt()
748 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt()
749 boffs += bsz; in ubifs_create_dflt_lpt()
/openbmc/linux/fs/ubifs/
H A Dlpt.c603 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local
695 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt()
753 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt()
755 boffs = 0; in ubifs_create_dflt_lpt()
758 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt()
759 boffs += bsz; in ubifs_create_dflt_lpt()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c1629 uint32_t boffs = 0, roffs = ops->ooboffs; in nand_transfer_oob() local
1639 boffs = free->offset + roffs; in nand_transfer_oob()
1645 boffs = free->offset; in nand_transfer_oob()
1647 memcpy(oob, chip->oob_poi + boffs, bytes); in nand_transfer_oob()
2460 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local
2470 boffs = free->offset + woffs; in nand_fill_oob()
2476 boffs = free->offset; in nand_fill_oob()
2478 memcpy(chip->oob_poi + boffs, oob, bytes); in nand_fill_oob()
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c317 int bsize, boffs, total; in convert_variable_type() local
334 boffs = dwarf_bitoffset(vr_die); in convert_variable_type()
336 if (boffs < 0 || total < 0) in convert_variable_type()
338 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()