Searched refs:blocks (Results 1 - 25 of 310) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dgnu89-init-3.c7 int blocks; member in struct:smrdd_memory_blocks_s
/openbsd-current/regress/usr.bin/tail/
H A DMakefile4 REGRESS_TARGETS+= forward-blocks forward-chars forward-lines reverse-blocks reverse-chars reverse-lines
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-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcxa_vec.C36 static int blocks = 0; variable
43 blocks++;
52 blocks--;
69 blocks = 0;
75 if (ctor_count || dtor_count || blocks)
102 blocks = 0;
113 if (ctor_count || dtor_count != 1 || blocks)
135 blocks = 0;
147 if (ctor_count || dtor_count != -2u || blocks)
170 blocks
[all...]
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dbbconv.pl40 if (/^File .*, ([0-9]+) basic blocks/) {
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dbbconv.pl40 if (/^File .*, ([0-9]+) basic blocks/) {
/openbsd-current/lib/libcrypto/modes/
H A Dctr128.c221 size_t blocks = len/16; local
228 blocks > (1U << 28))
229 blocks = (1U << 28);
234 * amount of blocks to the exact overflow point...
236 ctr32 += (u32)blocks;
237 if (ctr32 < blocks) {
238 blocks -= ctr32;
241 (*func)(in, out, blocks, key, ivec);
247 blocks *= 16;
248 len -= blocks;
[all...]
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dfile.c149 * DESCRIPTION: reserve disk blocks for a file
154 ExtDescriptor blocks; local
165 blocks.xdrNumABlks = clumpsz / vol->mdb.drAlBlkSiz;
167 if (v_allocblocks(vol, &blocks) < 0)
193 v_freeblocks(vol, &blocks);
199 v_freeblocks(vol, &blocks);
210 v_freeblocks(vol, &blocks);
218 file->ext[i].xdrStABN + file->ext[i].xdrNumABlks == blocks.xdrStABN)
219 file->ext[i].xdrNumABlks += blocks.xdrNumABlks;
225 file->ext[i] = blocks;
351 ExtDescriptor blocks; local
[all...]
/openbsd-current/sys/arch/alpha/stand/
H A Dbbinfo.h44 int32_t blocks[1]; member in struct:bbinfo
H A Dbootxx.c85 puts("invalid number of blocks in boot program description\n");
95 (sizeof(*bbinfop) / sizeof(bbinfop->blocks[0])) - 1;
96 if ((long)&_end - (long)&start + sizeof(bbinfop->blocks[0]) * n >
98 puts("way too many blocks\n");
119 bbinfop->blocks[i]);
H A Dinstallboot.c144 /* Load proto blocks into core */
273 * the 'blocks' struct is, from that.
294 ((char *)bbinfop->blocks - bp) / sizeof (bbinfop->blocks[0]);
301 (void)printf("max number of blocks: %d\n", max_block_count);
345 errx(1, "%s: Too many blocks", boot);
351 bbinfop->blocks[i] = blk;
360 (sizeof(*bbinfop) / sizeof(bbinfop->blocks[0])) - 1; i++)
400 errx(1, "%s: Too many blocks", boot);
418 bbinfop->blocks[
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DIndex_Internal.h22 #if __has_feature(blocks)
27 // If we are compiled with a compiler that doesn't have native blocks support,
40 #endif // !__has_feature(blocks)
/openbsd-current/usr.sbin/installboot/
H A Dsparc64_installboot.c54 size_t blocks; local
62 blocks = howmany((size_t)sb.st_size, DEV_BSIZE);
63 blksize = blocks * DEV_BSIZE;
66 "(%zu blocks @ %u bytes = %zu bytes)\n",
67 (ssize_t)sb.st_size, blocks, DEV_BSIZE, blksize);
69 errx(1, "boot blocks too big (%zu > %d)",
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp34 IndexT blocks[N]; local
38 blocks[i] = idx;
45 IndexT idx = blocks[i];
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h39 virtual iterator_range<block_iterator> blocks() const = 0;
53 iterator_range<block_iterator> blocks() const override {
54 return Unit->blocks();
79 // Return the "bottom" block among all blocks dominated by the region
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.h42 struct list_head blocks; member in struct:amdgpu_vram_mgr_resource
/openbsd-current/gnu/gcc/gcc/
H A Dgcov.c24 /* ??? Print a list of the ten blocks with the highest execution counts,
25 and list the line numbers corresponding to those blocks. Also, perhaps
29 /* ??? Should have an option to print the number of basic blocks, and the
74 /* Describes an arc between two basic blocks. */
78 /* source and destination blocks. */
113 predecessor blocks. */
149 } line; /* Valid until blocks are linked onto lines */
152 /* Single line graph cycle workspace. Used for all-blocks
156 } cycle; /* Used in all-blocks mode, after blocks ar
176 block_t *blocks; member in struct:function_info
223 block_t *blocks; /* blocks which start on this line. Used member in union:line_info::__anon273
[all...]
H A Dtracer.c155 Return number of basic blocks recorded. */
196 /* Look for basic blocks in frequency order, construct traces and tail duplicate
202 fibnode_t *blocks = XCNEWVEC (fibnode_t, last_basic_block); local
225 blocks[bb->index] = fibheap_insert (heap, -bb->frequency,
249 blocks[bb->index] = NULL;
259 if (blocks[bb->index])
261 fibheap_delete_node (heap, blocks[bb->index]);
262 blocks[bb->index] = NULL;
269 if (blocks[bb2->index])
271 fibheap_delete_node (heap, blocks[bb
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtracer.c153 Return number of basic blocks recorded. */
196 /* Look for basic blocks in frequency order, construct traces and tail duplicate
202 fibnode_t *blocks = xcalloc (last_basic_block, sizeof (fibnode_t)); local
225 blocks[bb->index] = fibheap_insert (heap, -bb->frequency,
249 blocks[bb->index] = NULL;
260 if (blocks[bb->index])
262 fibheap_delete_node (heap, blocks[bb->index]);
263 blocks[bb->index] = NULL;
270 if (blocks[bb2->index])
272 fibheap_delete_node (heap, blocks[bb
[all...]
/openbsd-current/sbin/newfs_ext2fs/
H A Dnewfs_ext2fs.c80 * We allocate one inode slot per 2, 4, or 8 blocks, expecting this
83 #define S_DFL_NINODE(blocks) ((blocks) / 8)
84 #define M_DFL_NINODE(blocks) ((blocks) / 4)
85 #define L_DFL_NINODE(blocks) ((blocks) / 2)
121 uint blocks; /* number of blocks */ local
354 blocks
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp58 SmallVector<const GCOVBlock *, 1> blocks; member in struct:__anon2429::LineInfo
152 fn->blocks.push_back(std::make_unique<GCOVBlock>(i));
157 fn->blocks.push_back(std::make_unique<GCOVBlock>(i));
161 if (srcNo >= fn->blocks.size()) {
163 << fn->blocks.size() << ")\n";
166 GCOVBlock *src = fn->blocks[srcNo].get();
171 GCOVBlock *dst = fn->blocks[dstNo].get();
182 if (srcNo >= fn->blocks.size()) {
184 << fn->blocks.size() << ")\n";
187 GCOVBlock &Block = *fn->blocks[srcN
490 getCyclesCount(const BlockVector &blocks) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c196 size_t blocks, const uint32_t key[8], uint64_t counter,
204 blake3_hash_many_avx512(inputs, num_inputs, blocks, key, counter,
212 blake3_hash_many_avx2(inputs, num_inputs, blocks, key, counter,
220 blake3_hash_many_sse41(inputs, num_inputs, blocks, key, counter,
228 blake3_hash_many_sse2(inputs, num_inputs, blocks, key, counter,
237 blake3_hash_many_neon(inputs, num_inputs, blocks, key, counter,
242 blake3_hash_many_portable(inputs, num_inputs, blocks, key, counter,
195 blake3_hash_many(const uint8_t *const *inputs, size_t num_inputs, size_t blocks, const uint32_t key[8], uint64_t counter, bool increment_counter, uint8_t flags, uint8_t flags_start, uint8_t flags_end, uint8_t *out) argument
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/
H A Dnetrc.pm12 $atime,$mtime,$ctime,$blksize,$blocks)
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_ttm_buddy_manager.h22 * @blocks: the list of struct i915_buddy_block for this resource/allocation
33 struct list_head blocks; member in struct:i915_ttm_buddy_resource
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DSEHFrameSupport.h36 // This adds some unnecessary keep-alive edges to unwind info blocks,
37 // (xdata) but these blocks are usually dead by default, so they wouldn't
39 for (auto *B : S->blocks()) {
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc47 // Space in freed fastbin blocks (bytes)
65 // Space in freed fastbin blocks (bytes)

Completed in 379 milliseconds

1234567891011>>