Searched refs:block_count (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_lspcon.c | 329 u8 block_count = 0; in _lspcon_parade_write_infoframe_blocks() local 334 while (block_count < 4) { in _lspcon_parade_write_infoframe_blocks() 337 block_count); in _lspcon_parade_write_infoframe_blocks() 342 data = avi_buf + block_count * 8; in _lspcon_parade_write_infoframe_blocks() 346 block_count); in _lspcon_parade_write_infoframe_blocks() 357 avi_if_ctrl = LSPCON_PARADE_AVI_IF_KICKOFF | block_count; in _lspcon_parade_write_infoframe_blocks() 361 reg, block_count); in _lspcon_parade_write_infoframe_blocks() 365 block_count++; in _lspcon_parade_write_infoframe_blocks()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | charnames.t | 1115 my $block_count = 1 + 0x110000 / $block_size; 1117 my @regular_names_count = (0) x $block_count ; 1118 my @algorithmic_names_count = (0) x $block_count; 1273 while ($block < $block_count) { 1305 while ($end_block < $block_count
|
/openbsd/gnu/gcc/gcc/ |
H A D | cfganal.c | 344 int block_count; in create_edge_list() local 348 block_count = n_basic_blocks; /* Include the entry and exit blocks. */ in create_edge_list() 360 elist->num_blocks = block_count; in create_edge_list()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cfganal.c | 467 int block_count; in create_edge_list() local 470 block_count = n_basic_blocks + 2; /* Include the entry and exit blocks. */ in create_edge_list() 483 elist->num_blocks = block_count; in create_edge_list()
|
/openbsd/sys/scsi/ |
H A D | scsi_base.c | 1237 int big, u_int32_t *density, u_int64_t *block_count, u_int32_t *block_size) in scsi_parse_blkdesc() argument 1266 if (block_count != NULL) in scsi_parse_blkdesc() 1267 *block_count = (u_int64_t)_3btol(general->nblocks); in scsi_parse_blkdesc() 1276 if (block_count != NULL) in scsi_parse_blkdesc() 1277 *block_count = (u_int64_t)_4btol(direct->nblocks); in scsi_parse_blkdesc()
|
H A D | st.c | 1360 u_int64_t block_count; in st_mode_sense() local 1374 block_count = 0; in st_mode_sense() 1380 scsi_parse_blkdesc(link, data, big, &density, &block_count, in st_mode_sense()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-xtensa.c | 497 int block_count; local 520 block_count = 0; 545 blocks[block_count].address = 548 blocks[block_count].size = 550 block_count++; 567 blocks[block_count].address = address; 568 blocks[block_count].size = 570 block_count++; 578 if (block_count > 0) 581 qsort (blocks, block_count, sizeof (property_table_entry), [all …]
|
/openbsd/sys/dev/sdmmc/ |
H A D | sdhc.c | 64 uint16_t block_count; member 212 hp->block_count = value; in sdhc_write_2() 219 (hp->block_count << 16) | hp->block_size); in sdhc_write_2()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-xtensa.c | 578 int blk, block_count; in xtensa_read_table_entries() local 614 block_count = 0; in xtensa_read_table_entries() 643 blocks[block_count].address = in xtensa_read_table_entries() 646 blocks[block_count].size = in xtensa_read_table_entries() 651 blocks[block_count].flags = in xtensa_read_table_entries() 653 block_count++; in xtensa_read_table_entries() 672 blocks[block_count].size = in xtensa_read_table_entries() 677 blocks[block_count].flags = in xtensa_read_table_entries() 679 block_count++; in xtensa_read_table_entries() 687 if (block_count > 0) in xtensa_read_table_entries() [all …]
|