Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c114 int i, nBlocks; in pdb_ds_read() local
121 nBlocks = (size + header->block_size - 1) / header->block_size; in pdb_ds_read()
123 buffer = g_malloc(nBlocks * header->block_size); in pdb_ds_read()
125 for (i = 0; i < nBlocks; i++) { in pdb_ds_read()
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddrxd_hard.c915 u16 nBlocks; in DownloadMicrocode() local
923 nBlocks = (pSrc[0] << 8) | pSrc[1]; in DownloadMicrocode()
926 for (i = 0; i < nBlocks; i++) { in DownloadMicrocode()