HomeSort by: relevance | last modified time | path
    Searched refs:block_count (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/mvme68k/stand/bootxx/
block_x.S 11 GLOBAL(block_count)
bootxx.c 62 extern int block_count; /* length of table */
114 if (!block_count) {
119 for (i = 0; i < block_count; i++) {
  /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/external/public-domain/xz/dist/tests/
test_index_hash.c 96 const lzma_vli *uncomp_sizes, uint32_t block_count)
98 for (uint32_t i = 0; i < block_count; ++i)
109 const lzma_vli *uncomp_sizes, uint32_t block_count,
119 assert_lzma_ret(lzma_vli_encode(block_count, &in_pos, buf,
125 for (uint32_t i = 0; i < block_count; ++i) {
test_index.c 883 // - block_count
896 assert_uint_eq(iter.stream.block_count, 0);
919 assert_uint_eq(iter.stream.block_count, 2);
1246 || ra.stream.block_count
1247 != rb.stream.block_count
1260 if (ra.stream.block_count == 0)
1374 lzma_vli block_count = 0; local
1395 block_count++;
1399 assert_uint_eq(number_of_records, block_count);
  /src/external/bsd/pdisk/dist/
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++) {
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++) {
  /src/sys/dev/pci/
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
twareg.h 300 uint16_t block_count; member in struct:twa_command_io
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
index.h 73 lzma_vli block_count; member in struct:__anon319::__anon320
266 * (lzma_index_iter.stream.block_count == 0),
  /src/sys/fs/hfs/
libhfs.h 239 uint32_t block_count; member in struct:__anon6750
407 uint16_t block_count; member in struct:__anon6763
hfs_vnops.c 764 if (lblkno < extents[i].block_count)
766 lblkno -= extents[i].block_count;
772 lblkno += extents[i].block_count;
781 nblk = extents[i].block_count - lblkno - 1;
libhfs.c 855 if (nextextentrec[n].block_count == 0)
857 numblocks += nextextentrec[n].block_count;
1298 out_mdr->embedded_extent.block_count = be16tohp(&ptr);
1303 out_mdr->extents_extents[i].block_count = be16tohp(&ptr);
1309 out_mdr->catalog_extents[i].block_count = be16tohp(&ptr);
1943 (((hfs_extent_descriptor_t*)*out_extentrecord)[i]).block_count =
2163 if (in_extents[i].block_count == 0)
2166 ext_length = in_extents[i].block_count * in_vol->vh.block_size;
  /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/external/public-domain/xz/dist/src/xz/
list.c 780 print_adv_helper(uint64_t stream_count, uint64_t block_count,
790 uint64_to_str(block_count, 0));
845 uint64_to_str(iter.stream.block_count, 1),
1084 iter.stream.block_count,
  /src/sys/arch/arm/imx/
imx23_mmc.c 640 int block_count = cmd->c_datalen / cmd->c_blklen; local
677 __SHIFTIN(block_count - 1, HW_SSP_CMD0_BLOCK_COUNT) |
  /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/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/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...]
  /src/external/gpl3/gdb.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...]
  /src/external/gpl3/gdb/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...]
  /src/external/public-domain/xz/dist/src/liblzma/common/
index.c 1057 iter->stream.block_count = stream->record_count;

Completed in 101 milliseconds