| /openbsd/src/regress/usr.bin/mandoc/mdoc/break/ |
| D | twice.out_lint | 1 mandoc: twice.in:13:2: WARNING: blocks badly nested: Bro breaks Ao 2 mandoc: twice.in:14:2: WARNING: blocks badly nested: Bo breaks Ao 3 mandoc: twice.in:20:12: WARNING: blocks badly nested: Bro breaks Aq 4 mandoc: twice.in:20:19: WARNING: blocks badly nested: Bo breaks Aq 5 mandoc: twice.in:26:2: WARNING: blocks badly nested: Bo breaks Ao 6 mandoc: twice.in:27:2: WARNING: blocks badly nested: Bo breaks Ao 7 mandoc: twice.in:33:11: WARNING: blocks badly nested: Bo breaks Aq 8 mandoc: twice.in:33:17: WARNING: blocks badly nested: Bo breaks Aq 9 mandoc: twice.in:37:8: WARNING: blocks badly nested: Bq breaks Po 10 mandoc: twice.in:37:2: WARNING: blocks badly nested: Aq breaks Po
|
| D | two.out_lint | 1 mandoc: two.in:13:2: WARNING: blocks badly nested: Ao breaks Bro 2 mandoc: two.in:18:2: WARNING: blocks badly nested: Aq breaks Bro 3 mandoc: two.in:25:2: WARNING: blocks badly nested: Ao breaks Bro 4 mandoc: two.in:26:2: WARNING: blocks badly nested: Bo breaks Bro 5 mandoc: two.in:30:2: WARNING: blocks badly nested: Aq breaks Bro 6 mandoc: two.in:31:2: WARNING: blocks badly nested: Bo breaks Bro 7 mandoc: two.in:37:2: WARNING: blocks badly nested: Ao breaks Bo 8 mandoc: two.in:42:2: WARNING: blocks badly nested: Aq breaks Bo
|
| D | tail.out_lint | 1 mandoc: tail.in:12:2: WARNING: blocks badly nested: Ao breaks Bo 2 mandoc: tail.in:16:2: WARNING: blocks badly nested: Ao breaks Bo 3 mandoc: tail.in:21:2: WARNING: blocks badly nested: Aq breaks Bo 4 mandoc: tail.in:23:2: WARNING: blocks badly nested: Aq breaks Bo 5 mandoc: tail.in:47:2: WARNING: blocks badly nested: Bro breaks Po
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
| D | cxa_vec.C | 36 static int blocks = 0; variable 43 blocks++; in throw() 52 blocks--; in throw() 69 blocks = 0; in test0() 75 if (ctor_count || dtor_count || blocks) in test0() 102 blocks = 0; in test1() 113 if (ctor_count || dtor_count != 1 || blocks) in test1() 135 blocks = 0; in test2() 147 if (ctor_count || dtor_count != -2u || blocks) in test2() 170 blocks = 0; in test3() [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Eo/ |
| D | break.out_lint | 1 mandoc: break.in:15:2: WARNING: blocks badly nested: Eo breaks Bo 2 mandoc: break.in:24:2: WARNING: blocks badly nested: Eo breaks Bo 3 mandoc: break.in:30:2: WARNING: blocks badly nested: Eo breaks Bo 4 mandoc: break.in:36:2: WARNING: blocks badly nested: Eo breaks Bo 5 mandoc: break.in:45:2: WARNING: blocks badly nested: Bo breaks Eo 6 mandoc: break.in:52:2: WARNING: blocks badly nested: Bo breaks Eo 7 mandoc: break.in:60:2: WARNING: blocks badly nested: Bo breaks Eo 8 mandoc: break.in:67:2: WARNING: blocks badly nested: Bo breaks Eo
|
| /openbsd/src/lib/libcrypto/modes/ |
| D | ctr128.c | 221 size_t blocks = len/16; in CRYPTO_ctr128_encrypt_ctr32() local 228 blocks > (1U << 28)) in CRYPTO_ctr128_encrypt_ctr32() 229 blocks = (1U << 28); in CRYPTO_ctr128_encrypt_ctr32() 236 ctr32 += (u32)blocks; in CRYPTO_ctr128_encrypt_ctr32() 237 if (ctr32 < blocks) { in CRYPTO_ctr128_encrypt_ctr32() 238 blocks -= ctr32; in CRYPTO_ctr128_encrypt_ctr32() 241 (*func)(in, out, blocks, key, ivec); in CRYPTO_ctr128_encrypt_ctr32() 247 blocks *= 16; in CRYPTO_ctr128_encrypt_ctr32() 248 len -= blocks; in CRYPTO_ctr128_encrypt_ctr32() 249 out += blocks; in CRYPTO_ctr128_encrypt_ctr32() [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Bl/ |
| D | break.out_lint | 1 mandoc: break.in:14:2: WARNING: blocks badly nested: Bl breaks Bo 2 mandoc: break.in:22:2: WARNING: blocks badly nested: Bl breaks Bo 4 mandoc: break.in:33:2: WARNING: blocks badly nested: Bl breaks Bd 5 mandoc: break.in:42:2: WARNING: blocks badly nested: Bl breaks Bd 7 mandoc: break.in:54:2: WARNING: blocks badly nested: Bl breaks Bd 8 mandoc: break.in:57:2: WARNING: blocks badly nested: Bl breaks Bd 10 mandoc: break.in:64:2: WARNING: blocks badly nested: Bl breaks Bd 12 mandoc: break.in:72:2: WARNING: blocks badly nested: Bl breaks Bo 14 mandoc: break.in:77:2: WARNING: blocks badly nested: Bl breaks Bo
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| D | file.c | 154 ExtDescriptor blocks; in f_alloc() local 165 blocks.xdrNumABlks = clumpsz / vol->mdb.drAlBlkSiz; in f_alloc() 167 if (v_allocblocks(vol, &blocks) < 0) in f_alloc() 193 v_freeblocks(vol, &blocks); in f_alloc() 199 v_freeblocks(vol, &blocks); in f_alloc() 210 v_freeblocks(vol, &blocks); in f_alloc() 218 file->ext[i].xdrStABN + file->ext[i].xdrNumABlks == blocks.xdrStABN) in f_alloc() 219 file->ext[i].xdrNumABlks += blocks.xdrNumABlks; in f_alloc() 225 file->ext[i] = blocks; in f_alloc() 234 file->ext[0] = blocks; in f_alloc() [all …]
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcov.c | 176 block_t *blocks; member 223 block_t *blocks; /* blocks which start on this line. Used member 592 for (ix = fn->num_blocks, block = fn->blocks; ix--; block++) in release_structures() 602 free (fn->blocks); in release_structures() 778 if (fn->blocks) in read_graph_file() 786 fn->blocks = XCNEWVEC (block_t, fn->num_blocks); in read_graph_file() 788 fn->blocks[ix].flags = gcov_read_unsigned (); in read_graph_file() 796 if (src >= fn->num_blocks || fn->blocks[src].succ) in read_graph_file() 809 arc->dst = &fn->blocks[dest]; in read_graph_file() 810 arc->src = &fn->blocks[src]; in read_graph_file() [all …]
|
| D | tracer.c | 202 fibnode_t *blocks = XCNEWVEC (fibnode_t, last_basic_block); in tail_duplicate() local 225 blocks[bb->index] = fibheap_insert (heap, -bb->frequency, in tail_duplicate() 249 blocks[bb->index] = NULL; in tail_duplicate() 259 if (blocks[bb->index]) in tail_duplicate() 261 fibheap_delete_node (heap, blocks[bb->index]); in tail_duplicate() 262 blocks[bb->index] = NULL; in tail_duplicate() 269 if (blocks[bb2->index]) in tail_duplicate() 271 fibheap_delete_node (heap, blocks[bb2->index]); in tail_duplicate() 272 blocks[bb2->index] = NULL; in tail_duplicate() 289 blocks[old->index] = in tail_duplicate() [all …]
|
| D | tree-ssa-sink.c | 218 bitmap blocks = BITMAP_ALLOC (NULL); in nearest_common_dominator_of_uses() local 227 bitmap_clear (blocks); in nearest_common_dominator_of_uses() 249 BITMAP_FREE (blocks); in nearest_common_dominator_of_uses() 252 bitmap_set_bit (blocks, useblock->index); in nearest_common_dominator_of_uses() 255 commondom = BASIC_BLOCK (bitmap_first_set_bit (blocks)); in nearest_common_dominator_of_uses() 256 EXECUTE_IF_SET_IN_BITMAP (blocks, 0, j, bi) in nearest_common_dominator_of_uses() 259 BITMAP_FREE (blocks); in nearest_common_dominator_of_uses()
|
| /openbsd/src/gnu/llvm/llvm/docs/PDB/ |
| D | MsfFile.rst | 26 4. ``SuperBlock::BlockSize - 3`` blocks of data 43 LLVM only supports 4096 byte blocks (sometimes referred to as the "BigMsf" 72 a bitfield representing the set of all blocks within the file which are "free" 76 - **NumBlocks** - The total number of blocks in the file. ``NumBlocks * 80 blocks that it occupies. It will be described in more detail later. 82 an array of ``ulittle32_t``'s listing the blocks that the stream directory 86 contains the list of blocks that the stream directory occupies, and the stream 97 series of blocks which contains a bit flag for every block in the file. The 107 The Free Block Maps are stored as a series of single blocks throughout the file 109 bytes, it contains 8 times as many bits as an interval has blocks. This means [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_vram_mgr.c | 40 struct list_head blocks; member 292 list_for_each_entry(block, &vres->blocks, link) in amdgpu_vram_mgr_bo_visible_size() 308 list_for_each_entry_safe(rsv, temp, &mgr->reservations_pending, blocks) { in amdgpu_vram_mgr_do_reserve() 326 list_move(&rsv->blocks, &mgr->reserved_pages); in amdgpu_vram_mgr_do_reserve() 349 INIT_LIST_HEAD(&rsv->blocks); in amdgpu_vram_mgr_reserve_range() 355 list_add_tail(&rsv->blocks, &mgr->reservations_pending); in amdgpu_vram_mgr_reserve_range() 381 list_for_each_entry(rsv, &mgr->reservations_pending, blocks) { in amdgpu_vram_mgr_query_page_status() 389 list_for_each_entry(rsv, &mgr->reserved_pages, blocks) { in amdgpu_vram_mgr_query_page_status() 504 INIT_LIST_HEAD(&vres->blocks); in amdgpu_vram_mgr_new() 554 &vres->blocks, in amdgpu_vram_mgr_new() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/ProfileData/ |
| D | GCOV.cpp | 58 SmallVector<const GCOVBlock *, 1> blocks; member 152 fn->blocks.push_back(std::make_unique<GCOVBlock>(i)); in readGCNO() 157 fn->blocks.push_back(std::make_unique<GCOVBlock>(i)); in readGCNO() 161 if (srcNo >= fn->blocks.size()) { in readGCNO() 163 << fn->blocks.size() << ")\n"; in readGCNO() 166 GCOVBlock *src = fn->blocks[srcNo].get(); in readGCNO() 171 GCOVBlock *dst = fn->blocks[dstNo].get(); in readGCNO() 182 if (srcNo >= fn->blocks.size()) { in readGCNO() 184 << fn->blocks.size() << ")\n"; in readGCNO() 187 GCOVBlock &Block = *fn->blocks[srcNo]; in readGCNO() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | tracer.c | 202 fibnode_t *blocks = xcalloc (last_basic_block, sizeof (fibnode_t)); in tail_duplicate() local 225 blocks[bb->index] = fibheap_insert (heap, -bb->frequency, in tail_duplicate() 249 blocks[bb->index] = NULL; in tail_duplicate() 260 if (blocks[bb->index]) in tail_duplicate() 262 fibheap_delete_node (heap, blocks[bb->index]); in tail_duplicate() 263 blocks[bb->index] = NULL; in tail_duplicate() 270 if (blocks[bb2->index]) in tail_duplicate() 272 fibheap_delete_node (heap, blocks[bb2->index]); in tail_duplicate() 273 blocks[bb2->index] = NULL; in tail_duplicate() 290 blocks[old->index] = in tail_duplicate() [all …]
|
| D | df.c | 1340 df_refs_record (df, blocks) in df_refs_record() argument 1342 bitmap blocks; 1346 FOR_EACH_BB_IN_BITMAP (blocks, 0, bb, 1398 df_reg_def_chain_create (df, blocks) in df_reg_def_chain_create() argument 1400 bitmap blocks; 1404 FOR_EACH_BB_IN_BITMAP/*_REV*/ (blocks, 0, bb, 1452 df_reg_use_chain_create (df, blocks) in df_reg_use_chain_create() argument 1454 bitmap blocks; 1458 FOR_EACH_BB_IN_BITMAP (blocks, 0, bb, 1528 df_du_chain_create (df, blocks) in df_du_chain_create() argument [all …]
|
| /openbsd/src/sys/dev/sdmmc/ |
| D | sdmmc_io.c | 554 int blocks, error = 0; in sdmmc_io_read_multi_1() local 559 blocks = MIN(datalen / sf->cur_blklen, in sdmmc_io_read_multi_1() 562 blocks, SD_ARG_CMD53_READ | SD_ARG_CMD53_BLOCK_MODE); in sdmmc_io_read_multi_1() 565 data += blocks * sf->cur_blklen; in sdmmc_io_read_multi_1() 566 datalen -= blocks * sf->cur_blklen; in sdmmc_io_read_multi_1() 580 int blocks, error = 0; in sdmmc_io_write_multi_1() local 585 blocks = MIN(datalen / sf->cur_blklen, in sdmmc_io_write_multi_1() 588 blocks, SD_ARG_CMD53_WRITE | SD_ARG_CMD53_BLOCK_MODE); in sdmmc_io_write_multi_1() 591 data += blocks * sf->cur_blklen; in sdmmc_io_write_multi_1() 592 datalen -= blocks * sf->cur_blklen; in sdmmc_io_write_multi_1() [all …]
|
| /openbsd/src/sbin/newfs_ext2fs/ |
| D | newfs_ext2fs.c | 83 #define S_DFL_NINODE(blocks) ((blocks) / 8) argument 84 #define M_DFL_NINODE(blocks) ((blocks) / 4) argument 85 #define L_DFL_NINODE(blocks) ((blocks) / 2) argument 121 uint blocks; /* number of blocks */ in main() local 354 blocks = fssize * sectorsize / bsize; in main() 361 num_inodes = S_DFL_NINODE(blocks); in main() 363 num_inodes = M_DFL_NINODE(blocks); in main() 365 num_inodes = L_DFL_NINODE(blocks); in main()
|
| /openbsd/src/regress/usr.bin/tail/ |
| D | Makefile | 4 REGRESS_TARGETS+= forward-blocks forward-chars forward-lines reverse-blocks reverse-chars reverse-l… 5 REGRESS_TARGETS+= forward-blocks-rprint forward-chars-rprint forward-lines-rprint 6 REGRESS_TARGETS+= reverse-blocks-rprint reverse-chars-rprint reverse-lines-rprint
|
| /openbsd/src/sys/arch/alpha/stand/ |
| D | installboot.c | 294 ((char *)bbinfop->blocks - bp) / sizeof (bbinfop->blocks[0]); in loadprotoblocks() 351 bbinfop->blocks[i] = blk; in loadblocknums() 360 (sizeof(*bbinfop) / sizeof(bbinfop->blocks[0])) - 1; i++) in loadblocknums() 418 bbinfop->blocks[i] = blk + partoffset; in loadblocknums() 420 (void)printf("%d ", bbinfop->blocks[i]); in loadblocknums() 426 bbinfop->blocks[i] = blk + partoffset; in loadblocknums() 428 (void)printf("%d ", bbinfop->blocks[i]); in loadblocknums() 450 bbinfop->blocks[i] = blk + partoffset; in loadblocknums() 452 (void)printf("%d ", bbinfop->blocks[i]); in loadblocknums() 461 bbinfop->blocks[i] = blk + partoffset; in loadblocknums() [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Op/ |
| D | break.out_lint | 1 mandoc: break.in:10:2: WARNING: blocks badly nested: Op breaks Do 2 mandoc: break.in:16:7: WARNING: blocks badly nested: Op breaks Do 3 mandoc: break.in:16:2: WARNING: blocks badly nested: Op breaks Do
|
| /openbsd/src/usr.sbin/installboot/ |
| D | sparc64_installboot.c | 54 size_t blocks; in md_loadboot() local 62 blocks = howmany((size_t)sb.st_size, DEV_BSIZE); in md_loadboot() 63 blksize = blocks * DEV_BSIZE; in md_loadboot() 67 (ssize_t)sb.st_size, blocks, DEV_BSIZE, blksize); in md_loadboot()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_buddy.c | 698 struct list_head *blocks, in __alloc_range() argument 763 list_splice_tail(&allocated, blocks); in __alloc_range() 781 list_splice_tail(&allocated, blocks); in __alloc_range() 794 struct list_head *blocks) in __drm_buddy_alloc_range() argument 803 blocks, total_allocated_on_err); in __drm_buddy_alloc_range() 809 struct list_head *blocks) in __alloc_contig_try_harder() argument 834 &filled, blocks); in __alloc_contig_try_harder() 847 list_splice(&blocks_lhs, blocks); in __alloc_contig_try_harder() 850 drm_buddy_free_list_internal(mm, blocks); in __alloc_contig_try_harder() 854 drm_buddy_free_list_internal(mm, blocks); in __alloc_contig_try_harder() [all …]
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | skl_watermark.c | 1518 u32 blocks; in skl_crtc_allocate_plane_ddb() local 1546 blocks = 0; in skl_crtc_allocate_plane_ddb() 1558 blocks = U32_MAX; in skl_crtc_allocate_plane_ddb() 1564 blocks += wm->wm[level].min_ddb_alloc; in skl_crtc_allocate_plane_ddb() 1565 blocks += wm->uv_wm[level].min_ddb_alloc; in skl_crtc_allocate_plane_ddb() 1568 if (blocks <= iter.size) { in skl_crtc_allocate_plane_ddb() 1569 iter.size -= blocks; in skl_crtc_allocate_plane_ddb() 1578 blocks, iter.size); in skl_crtc_allocate_plane_ddb() 1639 wm->wm[level].blocks = wm->wm[level - 1].blocks; in skl_crtc_allocate_plane_ddb() 1877 u32 blocks, lines, min_ddb_alloc = 0; in skl_compute_plane_wm() local [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
| D | tsan_dense_alloc_test.cpp | 34 IndexT blocks[N]; in TEST() local 38 blocks[i] = idx; in TEST() 45 IndexT idx = blocks[i]; in TEST()
|