Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlpt.c608 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local
690 boffs = 0; /* Offset of level below */ in ubifs_create_dflt_lpt()
744 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt()
746 boffs = 0; in ubifs_create_dflt_lpt()
749 nnode->nbranch[j].offs = boffs; in ubifs_create_dflt_lpt()
750 boffs += bsz; in ubifs_create_dflt_lpt()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c312 int bsize, boffs, total; in convert_variable_type() local
329 boffs = dwarf_bitoffset(vr_die); in convert_variable_type()
331 if (boffs < 0 || total < 0) in convert_variable_type()
333 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c2243 uint32_t boffs = 0, roffs = ops->ooboffs; in nand_transfer_oob() local
2253 boffs = free->offset + roffs; in nand_transfer_oob()
2259 boffs = free->offset; in nand_transfer_oob()
2261 memcpy(oob, chip->oob_poi + boffs, bytes); in nand_transfer_oob()
3152 uint32_t boffs = 0, woffs = ops->ooboffs; in nand_fill_oob() local
3162 boffs = free->offset + woffs; in nand_fill_oob()
3168 boffs = free->offset; in nand_fill_oob()
3170 memcpy(chip->oob_poi + boffs, oob, bytes); in nand_fill_oob()