| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_lspcon.c | 303 u8 block_count = 0; local 308 while (block_count < 4) { 311 block_count); 316 data = avi_buf + block_count * 8; 320 block_count); 331 avi_if_ctrl = LSPCON_PARADE_AVI_IF_KICKOFF | block_count; 335 reg, block_count); 339 block_count++;
|
| /src/sys/arch/arm/imx/ |
| imx23_mmc.c | 635 int block_count = cmd->c_datalen / cmd->c_blklen; local 672 __SHIFTIN(block_count - 1, HW_SSP_CMD0_BLOCK_COUNT) |
|
| /src/external/bsd/pdisk/dist/ |
| SCSI_media.c | 328 long block_count; local 351 block_count = count / block_size; 354 for (i = 0; i < block_count; i++) { 373 long block_count; local 394 block_count = count / block_size; 397 for (i = 0; i < block_count; i++) {
|
| ATA_media.c | 520 long block_count; local 541 block_count = count / block_size; 544 for (i = 0; i < block_count; i++) { 563 long block_count; local 584 block_count = count / block_size; 587 for (i = 0; i < block_count; i++) { 831 long block_count; local 852 block_count = count / block_size; 855 for (i = 0; i < block_count; i++) {
|
| /src/external/gpl3/binutils/dist/binutils/ |
| windmc.c | 667 int block_count, i; local 683 block_count = mc_get_block_count (nl, elems); 685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4); 692 target_put_32 (mtbl->cblocks, block_count);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| windmc.c | 667 int block_count, i; local 683 block_count = mc_get_block_count (nl, elems); 685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4); 692 target_put_32 (mtbl->cblocks, block_count);
|
| /src/sys/dev/pci/ |
| twareg.h | 300 uint16_t block_count; member in struct:twa_command_io
|
| twereg.h | 308 u_int32_t block_count; /* actual drive size if configuration == 0x0f, otherwise less DCB size */ member in struct:twe_unit_descriptor 338 u_int32_t block_count; /* actual drive size if configuration == 0x0f, otherwise less DCB size */ member in struct:twe_array_descriptor
|
| /src/sys/fs/hfs/ |
| libhfs.h | 239 uint32_t block_count; member in struct:__anon6750 407 uint16_t block_count; member in struct:__anon6763
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| optim2.c | 1927 unsigned long block_count = count_blocks(p2e); local 1931 map = tmpalloc(block_count * sizeof(struct block_map)); 1933 (void)map_blocks(p2e, map, block_count); 1936 for (i=1; i < block_count; i++) { 1942 for (j=i; j < block_count; j++) {
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_disk_posix.c | 1292 unsigned int block_count; local 1299 block_count = archive_le32dec(block_info++); 1300 while (block_count--) { 1511 unsigned int block_count; local 1532 block_count = 1542 (block_count * sizeof(uint32_t) * 2) + 1578 archive_le32enc(a->decmpfs_block_info++, block_count); 1582 RSRC_H_SIZE + 4 + (block_count * 8); 1584 a->decmpfs_block_count = block_count;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-xtensa.c | 869 int blk, block_count; 911 block_count = 0; 968 blocks[block_count].address = address; 969 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4); 971 blocks[block_count].flags = predef_flags; 973 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8); 974 block_count++; 980 if (block_count > 0) 983 qsort (blocks, block_count, sizeof (property_table_entry), 988 for (blk = 1; blk < block_count; blk++ 866 int blk, block_count; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-xtensa.c | 870 int blk, block_count; 912 block_count = 0; 969 blocks[block_count].address = address; 970 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4); 972 blocks[block_count].flags = predef_flags; 974 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8); 975 block_count++; 981 if (block_count > 0) 984 qsort (blocks, block_count, sizeof (property_table_entry), 989 for (blk = 1; blk < block_count; blk++ 867 int blk, block_count; local [all...] |