Searched refs:num_blocks (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
H A Dtarget.c38 unsigned int num_blocks, block_id; local
39 asm ("mov.u32 %0, %%nctaid.x;" : "=r" (num_blocks));
41 if (!num_teams || num_teams >= num_blocks)
42 num_teams = num_blocks;
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Dtarget.c35 unsigned int num_blocks, block_id; local
36 asm ("mov.u32 %0, %%nctaid.x;" : "=r" (num_blocks));
40 if (num_blocks > gomp_num_teams_var)
43 if (team_num > gomp_num_teams_var - num_blocks)
45 __gomp_team_num = team_num + num_blocks;
55 num_teams_upper = num_blocks;
56 else if (num_blocks < num_teams_lower)
58 else if (num_blocks < num_teams_upper)
59 num_teams_upper = num_blocks;
/netbsd-current/sys/dev/dec/
H A Ddec_boot.h57 int32_t num_blocks; /* Number of 512 byte blocks in partition. */ member in struct:dec_disk_map
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dpdb.c221 uint32_t size, num_blocks; local
260 num_blocks = (size + block_size - 1) / block_size;
261 block_off += num_blocks;
394 pdb_allocate_block (uint32_t *num_blocks, uint32_t block_size) argument
398 block = *num_blocks;
400 (*num_blocks)++;
407 (*num_blocks) += 2;
415 uint32_t block_map_addr, uint32_t * num_blocks)
424 block = pdb_allocate_block (num_blocks, block_size);
464 block = pdb_allocate_block (num_blocks, block_siz
414 pdb_write_directory(bfd *abfd, uint32_t block_size, uint32_t num_files, uint32_t block_map_addr, uint32_t * num_blocks) argument
620 pdb_write_bitmap(bfd *abfd, uint32_t block_size, uint32_t num_blocks) argument
681 uint32_t num_blocks; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_pax_common.c39 size_t num_blocks, left; local
41 num_blocks = (output_len + EAP_PAX_MAC_LEN - 1) / EAP_PAX_MAC_LEN;
42 if (identifier == NULL || num_blocks >= 255)
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Docb128.c272 size_t num_blocks, last_len; local
276 num_blocks = len / 16;
277 all_num_blocks = num_blocks + ctx->sess.blocks_hashed;
334 size_t num_blocks, last_len; local
340 num_blocks = len / 16;
341 all_num_blocks = num_blocks + ctx->sess.blocks_processed;
343 if (num_blocks && all_num_blocks == (size_t)all_num_blocks
356 ctx->stream(in, out, num_blocks, ctx->keyenc,
426 size_t num_blocks, last_len; local
432 num_blocks
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/modes/
H A Docb128.c272 size_t num_blocks, last_len; local
276 num_blocks = len / 16;
277 all_num_blocks = num_blocks + ctx->sess.blocks_hashed;
334 size_t num_blocks, last_len; local
340 num_blocks = len / 16;
341 all_num_blocks = num_blocks + ctx->sess.blocks_processed;
343 if (num_blocks && all_num_blocks == (size_t)all_num_blocks
356 ctx->stream(in, out, num_blocks, ctx->keyenc,
426 size_t num_blocks, last_len; local
432 num_blocks
[all...]
/netbsd-current/sys/dev/
H A Dvndvar.h156 u_int32_t num_blocks; member in struct:vnd_comp_header
H A Dvnd.c1306 be32toh(ch->num_blocks) > UINT32_MAX - 1) {
1315 vnd->sc_comp_numoffs = be32toh(ch->num_blocks) + 1;
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Ds3_cbc.c146 len, max_mac_bytes, num_blocks, local
277 /* num_blocks is the maximum number of hash blocks. */
278 num_blocks =
323 if (num_blocks > variance_blocks + (is_sslv3 ? 1 : 0)) {
324 num_starting_blocks = num_blocks - variance_blocks;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_cbc.c176 len, max_mac_bytes, num_blocks, local
304 /* num_blocks is the maximum number of hash blocks. */
305 num_blocks =
350 if (num_blocks > variance_blocks + (is_sslv3 ? 1 : 0)) {
351 num_starting_blocks = num_blocks - variance_blocks;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dblock.h286 void set_num_blocks (int num_blocks) argument
287 { m_num_blocks = num_blocks; }
290 int num_blocks () const function in struct:blockvector
H A Dbuildsym.c469 if (blockvector->num_blocks () > 1)
471 for (i = 1; i < blockvector->num_blocks (); i++)
991 for (block_i = 0; block_i < blockvector->num_blocks (); block_i++)
H A Dmdebugread.c4509 + bv->num_blocks ()
4514 bv->set_block (bv->num_blocks (), b);
4515 bv->set_num_blocks (bv->num_blocks () + 1);
4580 if (bv->num_blocks () <= FIRST_LOCAL_BLOCK)
4595 if (bv->num_blocks () > FIRST_LOCAL_BLOCK + 1)
4605 int i, j = bv->num_blocks ();
/netbsd-current/usr.sbin/installboot/arch/
H A Dpmax.c159 bb.map[0].num_blocks = bb.map[0].start_block = bb.mode = 0;
240 bb.map[0].num_blocks =
259 le32toh(bb.map[0].num_blocks));
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di810_drm.h285 int num_blocks; /* number of GFXBlocks */ member in struct:_drm_i810_mc
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.h246 int num_blocks; member in struct:tree_live_info_d
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.h246 int num_blocks; member in struct:tree_live_info_d
H A Dtree-vrp.cc71 unsigned num_blocks; member in class:live_names
129 num_blocks = last_basic_block_for_fn (cfun);
130 live = XCNEWVEC (sbitmap, num_blocks);
135 for (unsigned i = 0; i < num_blocks; ++i)
/netbsd-current/sys/arch/vax/vax/
H A Ddisksubr.c178 lp->d_partitions[part].p_size = dlp->map[part].num_blocks;
/netbsd-current/sys/arch/pmax/pmax/
H A Ddisksubr.c173 dlp->map[part].num_blocks;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc285 bitset(void* p, size_type num_blocks) argument
286 : _M_words(static_cast<word*>(p)), _M_size(num_blocks),
289 const size_type last_word = num_blocks / bits_per_word;
292 if (const size_type extra_bits = num_blocks % bits_per_word)
295 __glibcxx_assert( free() == num_blocks );
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc320 bitset(void* p, size_type num_blocks) argument
321 : _M_words(static_cast<word*>(p)), _M_size(num_blocks),
324 const size_type last_word = num_blocks / bits_per_word;
327 if (const size_type extra_bits = num_blocks % bits_per_word)
330 __glibcxx_assert( free() == num_blocks );
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-load.c425 nblocks = bv->num_blocks ();
/netbsd-current/sys/dev/raidframe/
H A Drf_netbsdkintf.c2063 RF_SectorCount_t num_blocks, pb, sum; local
2087 num_blocks = bp->b_bcount >> raidPtr->logBytesPerSector;
2089 sum = raid_addr + num_blocks + pb;
2091 db1_printf(("raid_addr=%d sum=%d num_blocks=%d(+%d) (%d)\n",
2092 (int) raid_addr, (int) sum, (int) num_blocks,
2096 || (sum < num_blocks) || (sum < pb)) {
2120 raid_addr, num_blocks,

Completed in 385 milliseconds

12