HomeSort by relevance Sort by last modified time
    Searched refs:vtbl_size (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/mtd/ubi/
vtbl.c 77 ubi->vtbl_size);
329 err = ubi_io_write_data(ubi, vtbl, new_aeb->pnum, 0, ubi->vtbl_size);
407 leb[aeb->lnum] = vzalloc(ubi->vtbl_size);
414 ubi->vtbl_size);
442 ubi->vtbl_size);
497 vtbl = vzalloc(ubi->vtbl_size);
788 ubi->vtbl_size = ubi->vtbl_slots * UBI_VTBL_RECORD_SIZE;
789 ubi->vtbl_size = ALIGN(ubi->vtbl_size, ubi->min_io_size);
ubi.h 439 * @vtbl_size: size of the volume table in bytes
548 int vtbl_size; member in struct:ubi_device
    [all...]
  /art/runtime/
cha.cc 119 int32_t vtbl_size = super->GetVTableLength<kDefaultVerifyFlags>(); local
122 for (int vtbl_index = 0; vtbl_index < vtbl_size; ++vtbl_index) {

Completed in 1400 milliseconds