Searched refs:blocks (Results 101 - 125 of 234) sorted by relevance

12345678910

/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c1226 struct block **blocks;
1240 VAR_DOMAIN, &syms, &blocks);
2476 ada_resolve_function (struct symbol *syms[], struct block *blocks[],
2502 if (blocks != NULL)
2503 blocks[m] = blocks[k];
2518 user_select_syms (syms, blocks, m, 1);
2564 sort_choices (struct symbol *syms[], struct block *blocks[], int nsyms)
2570 struct block *block = blocks[i];
2579 blocks[
1222 struct block **blocks; local
2471 ada_resolve_function(struct symbol *syms[], struct block *blocks[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type) argument
2559 sort_choices(struct symbol *syms[], struct block *blocks[], int nsyms) argument
2592 user_select_syms(struct symbol *syms[], struct block *blocks[], int nsyms, int max_results) argument
3598 remove_extra_symbols(struct symbol **syms, struct block **blocks, int nsyms) argument
3648 ada_lookup_symbol_list(const char *name, struct block *block0, domain_enum domain, struct symbol ***syms, struct block ***blocks) argument
4255 struct block **blocks; local
5852 struct block **blocks; local
7755 struct block **blocks; local
[all...]
/freebsd-12-stable/sys/crypto/aesni/
H A Daesni_wrap.c79 __m128i blocks[8]; local
90 blks->blk[6], blks->blk[7], &blocks[0]);
93 blks->blk[j] = blocks[j] ^ ivreg;
/freebsd-12-stable/crypto/openssl/crypto/poly1305/
H A Dpoly1305.c70 * poly1305_blocks processes a multiple of POLY1305_BLOCK_SIZE blocks
452 ctx->func.blocks = poly1305_blocks;
479 poly1305_blocks_f poly1305_blocks_p = ctx->func.blocks;
515 poly1305_blocks_f poly1305_blocks_p = ctx->func.blocks;
/freebsd-12-stable/crypto/openssh/
H A Dpacket.c109 u_int64_t blocks; member in struct:packet_state
857 debug("set_newkeys: rekeying, input %llu bytes %llu blocks, "
858 "output %llu bytes %llu blocks",
860 (unsigned long long)state->p_read.blocks,
862 (unsigned long long)state->p_send.blocks);
869 ps->packets = ps->blocks = 0;
921 debug("rekey after %llu blocks", (unsigned long long)*max_blocks);
964 /* Rekey after (cipher-specific) maximum blocks */
968 (state->p_send.blocks + out_blocks > state->max_blocks_out)) ||
970 (state->p_read.blocks > stat
[all...]
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.c1158 somewhat optimistic if we cannot prove that the memory blocks are
3531 rtx dst_addr, src_addr, count, blocks, temp;
3544 blocks = gen_reg_rtx (mode);
3559 temp = expand_binop (mode, lshr_optab, count, GEN_INT (8), blocks, 1, 0);
3560 if (temp != blocks)
3561 emit_move_insn (blocks, temp);
3563 emit_cmp_and_jump_insns (blocks, const0_rtx,
3574 temp = expand_binop (mode, add_optab, blocks, constm1_rtx, blocks, 1, 0);
3575 if (temp != blocks)
3530 rtx dst_addr, src_addr, count, blocks, temp; local
3633 rtx dst_addr, src_addr, count, blocks, temp, dstp1 = NULL_RTX; local
3738 rtx addr0, addr1, count, blocks, temp; local
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c784 /* process full blocks */
911 unsigned long long blocks; local
914 blocks = inlen & ~31;
915 if (blocks > 0) {
916 poly1305_blocks(&st, m, blocks);
917 m += blocks;
918 inlen -= blocks;
/freebsd-12-stable/sys/dev/advansys/
H A Dadwcam.c189 struct adw_sg_block *blocks; local
199 blocks = sg_map->sg_vaddr;
202 newcount = (PAGE_SIZE / (ADW_SG_BLOCKCNT * sizeof(*blocks)));
214 next_acb->sg_blocks = blocks;
219 blocks += ADW_SG_BLOCKCNT;
220 busaddr += ADW_SG_BLOCKCNT * sizeof(*blocks);
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c425 /* Verify blocks after last read */
450 const struct sparse *sparse, int blocks, int preopen)
470 assertEqualInt(blocks, archive_entry_sparse_count(ae));
449 verify_sparse_file2(struct archive *a, const char *path, const struct sparse *sparse, int blocks, int preopen) argument
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c223 /* The number of blocks in each region is a 16 bit little endian
224 endian field. It is encoded at 0x2d + region*4 as (blocks-1) */
225 uint16_t blocks = __cvmx_flash_read_cmd16(chip_id, 0x2d + region*4); local
226 rgn_ptr->num_blocks = 1u + blocks;
272 cvmx_dprintf(" Region %d: offset 0x%x, %d blocks, %d bytes/block\n",
H A Dcvmx-nand.h422 uint32_t blocks_per_lun; /**< Bytes 96-99: Number of blocks per logical unit (LUN) */
428 uint16_t bad_block_per_lun; /**< Bytes 103-104: Bad blocks maximum per LUN */
430 uint8_t good_blocks; /**< Byte 107: Guaranteed valid blocks at beginning of target */
431 uint16_t good_block_endurance; /**< Bytes 108-109: Block endurance for guaranteed valid blocks */
520 * @param blocks Total number of blocks in device
526 extern cvmx_nand_status_t cvmx_nand_set_defaults(int page_size, int oob_size, int pages_per_block, int blocks, int onfi_timing_mode);
684 * Get the number of blocks in the NAND flash
688 * @return Number of blocks or a negative cvmx_nand_status_t error code on failure
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dgetattr.cc220 out.body.attr.attr.blocks = 2;
285 out.body.attr.attr.blocks = 2;
H A Dmockfs.hh86 uint64_t blocks; member in struct:fuse_attr_7_8
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_camellia.c69 size_t blocks, const CAMELLIA_KEY *key,
72 size_t blocks, const CAMELLIA_KEY *key,
/freebsd-12-stable/contrib/gcc/
H A Dflow.c31 The first step is dividing the function into basic blocks.
38 blocks and constructs the CFG. The blocks are recorded in the
40 referenced by the blocks.
424 relaxation with just the exit and noreturn blocks, but that set
551 /* Updates life information starting with the basic blocks set in BLOCKS.
555 we are only expecting local modifications to basic blocks. If we find
572 update_life_info (sbitmap blocks, enum update_life_extent extent,
586 timevar_push ((extent == UPDATE_LIFE_LOCAL || blocks)
592 || (extent != UPDATE_LIFE_LOCAL && !blocks));
569 update_life_info(sbitmap blocks, enum update_life_extent extent, int prop_flags) argument
4503 count_or_remove_death_notes(sbitmap blocks, int kill) argument
4611 clear_log_links(sbitmap blocks) argument
[all...]
H A Dloop-invariant.c502 /* Determines the basic blocks inside LOOP that are always executed and
504 basic blocks that may either exit the loop, or contain the call that
524 /* Finds exits out of the LOOP with body BODY. Marks blocks in that we may
526 additionally mark blocks that may exit due to a call. */
569 as other basic blocks inside it must be dominated by it. */
614 bitmap blocks = BITMAP_ALLOC (NULL); local
617 bitmap_set_bit (blocks, body[i]->index);
619 df_set_blocks (df, blocks);
621 BITMAP_FREE (blocks);
854 basic blocks i
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h29 /// getExitingBlocks - Return all blocks inside the loop that have successors
30 /// outside of the loop. These are the blocks _inside of the current loop_
37 for (const auto BB : blocks())
58 /// getExitBlocks - Return all of the successor blocks of this loop. These
59 /// are the blocks _outside of the current loop_ which are branched to.
65 for (const auto BB : blocks())
106 auto Filtered = make_filter_range(L->blocks(), Pred);
144 for (const auto BB : blocks())
296 // Check the individual blocks.
337 dbgs() << "The following blocks ar
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp197 for (const auto *BB : R->blocks()) {
H A DRegionPrinter.cpp100 // Print the cluster of the subregions. This groups the single basic blocks
125 for (auto *BB : R.blocks())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp41 /// This assumes that we've already checked for unique exit and exiting blocks,
57 // Make sure all exiting blocks produce the same incoming value for the exit
59 // blocks, then it is impossible to statically determine which value should
85 for (auto &I : L->blocks())
/freebsd-12-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh36 Filesystem 1K-blocks Used Avail %Cap Mounted on
/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.h80 /* APPLE LOCAL blocks 6040305 (ch) */
227 tree blocks;
225 tree blocks; local
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs.h140 uint32_t blocks; member in struct:nandfs_seginfo
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c515 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) argument
521 for (i = 0; i < blocks; i++) {
528 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) argument
534 for (i = 0; i < blocks; i++) {
/freebsd-12-stable/crypto/openssl/crypto/modes/
H A Dmodes_local.h157 u64 blocks; member in struct:ccm128_context
/freebsd-12-stable/usr.sbin/edquota/
H A Dedquota.c505 fmthumanvalblks(int64_t blocks) argument
510 humanize_number(numbuf, blocks < 0 ? 7 : 6,
511 dbtob(blocks), "", HN_AUTOSCALE, HN_NOSPACE);
514 snprintf(numbuf, sizeof(numbuf), "%juk", (uintmax_t)dbtokb(blocks));
830 * Convert a limit to number of disk blocks.

Completed in 357 milliseconds

12345678910