Lines Matching refs:bix
130 def __init__(self, bix, build_config): # type: (int, SpiffsBuildConfig) -> None argument
132 self.bix = bix
148 def __init__(self, bix, build_config): # type: (int, SpiffsBuildConfig) -> None argument
149 SpiffsPage.__init__(self, bix, build_config)
159 magic = magic ^ (blocks_lim - self.bix)
303 def __init__(self, bix, build_config): # type: (int, SpiffsBuildConfig) -> None argument
305 self.offset = bix * self.build_config.block_size
308 self.bix = bix
312 page = SpiffsObjLuPage(self.bix, self.build_config)
478 bix = len(self.blocks)
482 block = SpiffsBlock(bix, self.build_config)
485 bix += 1