Home
last modified time | relevance | path

Searched refs:bmp_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/common/
H A Dsplash_source.c88 size_t bmp_size, bmp_header_size = sizeof(struct bmp_header); in splash_load_raw() local
98 bmp_size = le32_to_cpu(bmp_hdr->file_size); in splash_load_raw()
100 if (bmp_load_addr + bmp_size >= gd->start_addr_sp) in splash_load_raw()
103 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw()
218 loff_t bmp_size; in splash_load_fs() local
242 res = fs_size(splash_file, &bmp_size); in splash_load_fs()
248 if (bmp_load_addr + bmp_size >= gd->start_addr_sp) { in splash_load_fs()
/openbmc/linux/fs/ntfs3/
H A Dindex.c1494 u64 bmp_size, bmp_size_v; in indx_add_allocate() local
1507 bmp_size = le64_to_cpu(bmp->nres.data_size); in indx_add_allocate()
1510 bmp_size = bmp_size_v = le32_to_cpu(bmp->res.data_size); in indx_add_allocate()
1513 bit = bmp_size << 3; in indx_add_allocate()
1563 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL); in indx_add_allocate()