Lines Matching defs:size
513 u32 size;
522 u32 size;
533 if (fw_entry->size < sizeof(struct dl_image)) {
541 image->magic, image->id, image->size, image->size * 4);
546 image->size = swab32(image->size);
552 if ((image->size * 4 + sizeof(struct dl_image)) != fw_entry->size) {
554 "inconsistent size of firmware file\n");
562 for (i = 0; i < image->size; i++)
597 for (blocks = 0; blocks * sizeof(struct dl_block) / 4 < image->size;
601 if (blocks * sizeof(struct dl_block) / 4 >= image->size) {
613 if (blk->offset > image->size - sizeof(struct dl_codeblock) / 4
622 if (cb->npe_addr + cb->size > instr_size)
626 if (cb->npe_addr + cb->size > data_size)
634 if (blk->offset + sizeof(*cb) / 4 + cb->size > image->size) {
639 cb->npe_addr, cb->size);
643 for (j = 0; j < cb->size; j++)
657 cb->npe_addr, cb->size);