Searched refs:subblock (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/sys/dev/pci/cxgb/ |
| H A D | cxgb_vsc7323.c | 54 #define VSC_REG(block, subblock, reg) \ argument 55 ((reg) | ((subblock) << 8) | ((block) << 12))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-nested.c | 3067 tree var, subblock, val, type; in remap_vla_decls() local 3070 for (subblock = BLOCK_SUBBLOCKS (block); in remap_vla_decls() 3071 subblock; in remap_vla_decls() 3072 subblock = BLOCK_CHAIN (subblock)) in remap_vla_decls() 3073 remap_vla_decls (subblock, root); in remap_vla_decls()
|
| H A D | dwarf2out.c | 22498 tree subblock; in set_block_origin_self() local 22500 for (subblock = BLOCK_SUBBLOCKS (stmt); in set_block_origin_self() 22501 subblock != NULL_TREE; in set_block_origin_self() 22502 subblock = BLOCK_CHAIN (subblock)) in set_block_origin_self() 22503 set_block_origin_self (subblock); /* Recurse. */ in set_block_origin_self()
|
| H A D | tree.def | 587 must also install it as a subblock in the tree of BLOCK
|
| H A D | FSFChangeLog.10 | 3746 blocks, not just the first subblock.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-nested.cc | 3226 tree var, subblock, val, type; in remap_vla_decls() local 3229 for (subblock = BLOCK_SUBBLOCKS (block); in remap_vla_decls() 3230 subblock; in remap_vla_decls() 3231 subblock = BLOCK_CHAIN (subblock)) in remap_vla_decls() 3232 remap_vla_decls (subblock, root); in remap_vla_decls()
|
| H A D | dwarf2out.cc | 23196 tree subblock; in set_block_origin_self() local 23198 for (subblock = BLOCK_SUBBLOCKS (stmt); in set_block_origin_self() 23199 subblock != NULL_TREE; in set_block_origin_self() 23200 subblock = BLOCK_CHAIN (subblock)) in set_block_origin_self() 23201 set_block_origin_self (subblock); /* Recurse. */ in set_block_origin_self()
|
| H A D | tree.def | 597 must also install it as a subblock in the tree of BLOCK
|
| H A D | FSFChangeLog.10 | 3746 blocks, not just the first subblock.
|
| H A D | ChangeLog-1998 | 15116 remove subblock local definition of variable i.
|
| H A D | ChangeLog-2007 | 26526 DW_AT_ranges if the first subblock is the entry point.
|
| /netbsd-src/external/public-domain/xz/dist/po/ |
| H A D | cs.po | 983 #~ " --subblock[=OPTS] Subblock filter; valid OPTS (valid values; default):\n" 984 #~ " size=NUM number of bytes of data per subblock\n" 989 #~ " --subblock[=VOLBY] Subblokový filtr; platné VOLBY (platné hodnoty; výchozí):\n"
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_gfx_v9_0.c | 352 #define AMDGPU_RAS_SUB_BLOCK(subblock, a, b, c, d, e, f, g, h) \ argument 353 [AMDGPU_RAS_BLOCK__##subblock] = { \ 354 #subblock, \ 355 TA_RAS_BLOCK__##subblock, \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | BitCodeFormat.rst | 212 32-bit aligned value that specifies the size of the subblock in 32-bit
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | archive | 1598 # subblock seems to share information with file header
|