Home
last modified time | relevance | path

Searched refs:block (Results 26 – 50 of 610) sorted by relevance

12345678910>>...25

/dragonfly/crypto/libressl/include/openssl/
H A Dmodes.h33 unsigned char ivec[16], block128_f block);
36 unsigned char ivec[16], block128_f block);
41 unsigned int *num, block128_f block);
51 block128_f block);
56 int enc, block128_f block);
60 int enc, block128_f block);
64 int enc, block128_f block);
68 unsigned char ivec[16], block128_f block);
74 unsigned char ivec[16], block128_f block);
81 unsigned char ivec[16], block128_f block);
[all …]
/dragonfly/contrib/xz/src/xz/
H A Dlist.c428 lzma_block block; in parse_block_header() local
429 block.version = 0; in parse_block_header()
431 block.filters = filters; in parse_block_header()
434 if (block.header_size > size) in parse_block_header()
471 iter->block.unpadded_size)) { in parse_block_header()
480 || block.uncompressed_size in parse_block_header()
871 = iter.block.unpadded_size in print_info_adv()
966 iter.block.number_in_stream, in print_info_robot()
967 iter.block.number_in_file, in print_info_robot()
970 iter.block.total_size, in print_info_robot()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dsymtab.h33 struct block;
117 struct block *block; member
952 const struct block *,
968 const struct block *,
978 const struct block *block,
985 const struct block *block,
993 const struct block *block,
997 const struct block *block);
1234 int block; member
1277 struct objfile *lookup_objfile_from_block (const struct block *block);
[all …]
H A Dada-exp.y112 struct block *block; member
141 static struct block *block_lookup (struct block *, char *);
180 struct block *bval;
193 %type <bval> block
625 | block NAME %prec VAR
821 const struct block *block, in write_var_from_sym() argument
1012 static struct block*
1163 write_ambiguous_var (const struct block *block, char *name, int len) in write_ambiguous_var() argument
1255 write_var_or_type (const struct block *block, struct stoken name0) in write_var_or_type() argument
1261 if (block == NULL) in write_var_or_type()
[all …]
H A Dsymtab.c82 const struct block *block,
89 const struct block *block,
1236 const struct block *block) in lookup_language_this() argument
1496 const struct block *block; in lookup_global_symbol_from_objfile() local
1536 const struct block *block; in lookup_symbol_aux_objfile() local
1625 const struct block *block; in lookup_symbol_aux_quick() local
1671 const struct block *block, in basic_lookup_symbol_nonlocal() argument
1716 const struct block *block, in lookup_symbol_static() argument
1772 const struct block *block, in lookup_symbol_global() argument
1836 struct block *block; in basic_lookup_transparent_type_quick() local
[all …]
H A Dblockframe.c56 struct block *
60 struct block *bl; in get_frame_block()
90 struct block *bl; in get_pc_function_start()
122 struct block *bl = get_frame_block (frame, 0); in get_frame_function()
140 struct block *b = block_for_pc_sect (pc, section); in find_pc_sect_function()
360 block_innermost_frame (const struct block *block) in block_innermost_frame() argument
364 if (block == NULL) in block_innermost_frame()
372 struct block *frame_block = get_frame_block (frame, NULL); in block_innermost_frame()
373 if (frame_block != NULL && contained_in (frame_block, block)) in block_innermost_frame()
/dragonfly/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h309 extern LZMA_API(lzma_ret) lzma_block_header_size(lzma_block *block)
332 const lzma_block *block, uint8_t *out)
376 extern LZMA_API(lzma_ret) lzma_block_header_decode(lzma_block *block,
409 lzma_block *block, lzma_vli unpadded_size)
424 extern LZMA_API(lzma_vli) lzma_block_unpadded_size(const lzma_block *block)
437 extern LZMA_API(lzma_vli) lzma_block_total_size(const lzma_block *block)
456 lzma_stream *strm, lzma_block *block)
474 lzma_stream *strm, lzma_block *block)
526 lzma_block *block, const lzma_allocator *allocator,
544 extern LZMA_API(lzma_ret) lzma_block_uncomp_encode(lzma_block *block,
[all …]
/dragonfly/contrib/less/
H A Dch.c48 BLOCKNUM block; member
66 BLOCKNUM block; member
219 bp->block = ch_block; in ch_get()
406 BLOCKNUM block; in sync_logfile() local
412 for (block = 0; block < nblocks; block++) in sync_logfile()
418 if (bp->block == block) in sync_logfile()
445 h = BUFHASH(block); in buffered()
449 if (bp->block == block) in buffered()
569 if (bufnode_buf(bn)->block < bufnode_buf(firstbn)->block) in ch_beg_seek()
752 bp->block = -1; in ch_addbuf()
[all …]
/dragonfly/crypto/libressl/crypto/modes/
H A Dcfb128.c69 int enc, block128_f block) in CRYPTO_cfb128_encrypt() argument
89 (*block)(ivec, ivec, key); in CRYPTO_cfb128_encrypt()
100 (*block)(ivec, ivec, key); in CRYPTO_cfb128_encrypt()
113 (*block)(ivec, ivec, key); in CRYPTO_cfb128_encrypt()
134 (*block)(ivec, ivec, key); in CRYPTO_cfb128_encrypt()
146 (*block)(ivec, ivec, key); in CRYPTO_cfb128_encrypt()
161 (*block)(ivec, ivec, key); in CRYPTO_cfb128_encrypt()
176 block128_f block) in cfbr_encrypt_block() argument
186 (*block)(ivec,ivec,key); in cfbr_encrypt_block()
210 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt() argument
[all …]
H A Dcbc128.c71 unsigned char ivec[16], block128_f block) in CRYPTO_cbc128_encrypt() argument
82 (*block)(out, out, key); in CRYPTO_cbc128_encrypt()
93 (*block)(out, out, key); in CRYPTO_cbc128_encrypt()
106 (*block)(out, out, key); in CRYPTO_cbc128_encrypt()
118 unsigned char ivec[16], block128_f block) in CRYPTO_cbc128_decrypt() argument
130 (*block)(in, out, key); in CRYPTO_cbc128_decrypt()
142 (*block)(in, out, key); in CRYPTO_cbc128_decrypt()
157 (*block)(in, tmp.c, key); in CRYPTO_cbc128_decrypt()
172 (*block)(in, tmp.c, key); in CRYPTO_cbc128_decrypt()
187 (*block)(in, tmp.c, key); in CRYPTO_cbc128_decrypt()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-gimplify.c158 add_block_to_enclosing (tree block) in add_block_to_enclosing() argument
181 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr() argument
185 if (block == NULL_TREE) in c_build_bind_expr()
187 else if (TREE_CODE (block) == BLOCK) in c_build_bind_expr()
188 decls = BLOCK_VARS (block); in c_build_bind_expr()
191 decls = block; in c_build_bind_expr()
193 block = NULL_TREE; in c_build_bind_expr()
196 block = make_node (BLOCK); in c_build_bind_expr()
197 BLOCK_VARS (block) = decls; in c_build_bind_expr()
198 add_block_to_enclosing (block); in c_build_bind_expr()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlanghooks.c404 tree block = abstract_origin; in lhd_print_error_function() local
408 block = BLOCK_SUPERCONTEXT (block); in lhd_print_error_function()
409 while (block && TREE_CODE (block) == BLOCK in lhd_print_error_function()
412 ao = BLOCK_ABSTRACT_ORIGIN (block); in lhd_print_error_function()
427 block = BLOCK_SUPERCONTEXT (block); in lhd_print_error_function()
430 abstract_origin = block; in lhd_print_error_function()
433 while (block && TREE_CODE (block) == BLOCK) in lhd_print_error_function()
434 block = BLOCK_SUPERCONTEXT (block); in lhd_print_error_function()
436 if (block && TREE_CODE (block) == FUNCTION_DECL) in lhd_print_error_function()
437 fndecl = block; in lhd_print_error_function()
[all …]
H A Dalloc-pool.c199 alloc_pool_list block, next_block; in empty_alloc_pool() local
207 for (block = pool->block_list; block != NULL; block = next_block) in empty_alloc_pool()
209 next_block = block->next; in empty_alloc_pool()
210 free (block); in empty_alloc_pool()
268 char *block; in pool_alloc() local
274 block = XNEWVEC (char, pool->block_size); in pool_alloc()
275 block_header = (alloc_pool_list) block; in pool_alloc()
276 block += align_eight (sizeof (struct alloc_pool_list_def)); in pool_alloc()
283 pool->virgin_free_list = block; in pool_alloc()
296 block = pool->virgin_free_list; in pool_alloc()
[all …]
H A Dgcov.c751 block_t *block; in release_function() local
753 for (ix = fn->num_blocks, block = fn->blocks; ix--; block++) in release_function()
1939 if (!block->exceptional) in add_line_counts()
2023 for (block = line->u.blocks, block_p = NULL; block; in accumulate_line_counts()
2024 block_p = block, block = block_n) in accumulate_line_counts()
2033 for (block = line->u.blocks; block; block = block->chain) in accumulate_line_counts()
2066 for (block = line->u.blocks; block; block = block->chain) in accumulate_line_counts()
2088 if (dst == block) in accumulate_line_counts()
2310 block_t *block; in output_lines() local
2314 for (ix = jx = 0, block = line->u.blocks; block; in output_lines()
[all …]
/dragonfly/contrib/libpcap/
H A Dgencode.c500 static void backpatch(struct block *, struct block *);
501 static void merge(struct block *, struct block *);
921 backpatch(struct block *list, struct block *target) in backpatch()
942 merge(struct block *b0, struct block *b1) in merge()
1012 gen_and(struct block *b0, struct block *b1) in gen_and()
1023 gen_or(struct block *b0, struct block *b1) in gen_or()
3742 struct block *
3755 struct block *
3786 struct block *
3812 struct block *
[all …]
H A Doptimize.c422 struct block *b; in find_dom()
475 struct block *b; in find_edom()
508 struct block *b; in find_closure()
687 struct block *p; in find_ud()
1590 use_conflict(struct block *b, struct block *succ) in use_conflict()
2343 eq_blk(struct block *b0, struct block *b1) in eq_blk()
2977 if (block == NULL || isMarked(ic, block)) in dot_dump_node()
2981 icount = slength(block->stmts) + 1 + block->longjt + block->longjf; in dot_dump_node()
3006 if (block == NULL || isMarked(ic, block)) in dot_dump_edge()
3012 block->id, JT(block)->id); in dot_dump_edge()
[all …]
/dragonfly/contrib/lvm2/dist/libdm/mm/
H A Dpool-debug.c21 struct block { struct
22 struct block *next; argument
40 struct block *object;
42 struct block *blocks;
43 struct block *tail;
84 struct block *n; in _free_blocks()
143 size_t len = sizeof(struct block) + s; in _new_block()
144 struct block *b = dm_malloc(len); in _new_block()
172 struct block *b = _new_block(s, alignment); in dm_pool_alloc_aligned()
191 struct block *b, *prev = NULL; in dm_pool_free()
[all …]
/dragonfly/sys/crypto/
H A Dchachapoly.c305 uint8_t block[CHACHA_BLOCKLEN], *p; in _chacha20poly1305_mbuf() local
309 while (len >= (int)sizeof(block)) { in _chacha20poly1305_mbuf()
323 sizeof(block)); in _chacha20poly1305_mbuf()
330 m_copydata(m, off, sizeof(block), block); in _chacha20poly1305_mbuf()
331 _chacha20poly1305_update(ctx, block, block, in _chacha20poly1305_mbuf()
332 sizeof(block)); in _chacha20poly1305_mbuf()
333 m_copyback(m, off, sizeof(block), block); in _chacha20poly1305_mbuf()
340 len -= (int)sizeof(block); in _chacha20poly1305_mbuf()
346 ret = _chacha20poly1305_final(ctx, block, block, len) ? in _chacha20poly1305_mbuf()
351 ret = _chacha20poly1305_final(ctx, block, block, len) ? in _chacha20poly1305_mbuf()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dalloc-pool.h129 release (void *block)
131 XDELETEVEC (block);
304 allocation_pool_list *block, *next_block; in release() local
307 for (block = m_block_list; block != NULL; block = next_block) in release()
309 next_block = block->next; in release()
310 TBlockAllocator::release (block); in release()
367 char *block; in allocate() local
374 block_header = new (block) allocation_pool_list; in allocate()
382 m_virgin_free_list = block; in allocate()
394 block = m_virgin_free_list; in allocate()
[all …]
H A Dlanghooks.c409 tree block = abstract_origin; in lhd_print_error_function() local
413 block = BLOCK_SUPERCONTEXT (block); in lhd_print_error_function()
414 while (block && TREE_CODE (block) == BLOCK in lhd_print_error_function()
415 && BLOCK_ABSTRACT_ORIGIN (block)) in lhd_print_error_function()
417 ao = BLOCK_ABSTRACT_ORIGIN (block); in lhd_print_error_function()
432 block = BLOCK_SUPERCONTEXT (block); in lhd_print_error_function()
435 abstract_origin = block; in lhd_print_error_function()
438 while (block && TREE_CODE (block) == BLOCK) in lhd_print_error_function()
439 block = BLOCK_SUPERCONTEXT (block); in lhd_print_error_function()
441 if (block && TREE_CODE (block) == FUNCTION_DECL) in lhd_print_error_function()
[all …]
/dragonfly/usr.bin/tftp/
H A Dtftp.c91 volatile unsigned short block; in xmitfile() local
105 block = 0; in xmitfile()
112 if (block == 0) in xmitfile()
170 if (ap->th_block == block) { in xmitfile()
181 if (ap->th_block == (block-1)) { in xmitfile()
186 if (block > 0) in xmitfile()
188 block++; in xmitfile()
206 volatile unsigned short block; in recvfile() local
221 block = 1; in recvfile()
236 block++; in recvfile()
[all …]
/dragonfly/sys/vfs/ufs/
H A Dufs_dirhash.c645 int block; in ufsdirhash_newblk() local
656 block = offset / DIRBLKSIZ; in ufsdirhash_newblk()
657 if (block >= dh->dh_nblk) { in ufsdirhash_newblk()
662 dh->dh_dirblks = block + 1; in ufsdirhash_newblk()
677 int block, i; in ufsdirhash_dirtrunc() local
713 dh->dh_dirblks = block; in ufsdirhash_dirtrunc()
741 block = offset / DIRBLKSIZ; in ufsdirhash_checkblock()
813 int block, i, nfidx, ofidx; in ufsdirhash_adjfree() local
816 block = offset / DIRBLKSIZ; in ufsdirhash_adjfree()
817 KASSERT(block < dh->dh_nblk && block < dh->dh_dirblks, in ufsdirhash_adjfree()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/irq/dce120/
H A Dirq_service_dce120.c93 #define SRI(reg_name, block, id)\ argument
94 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
95 mm ## block ## id ## _ ## reg_name
98 #define IRQ_REG_ENTRY(block, reg_num, reg1, mask1, reg2, mask2)\ argument
99 .enable_reg = SRI(reg1, block, reg_num),\
101 block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
103 block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
104 ~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
106 .ack_reg = SRI(reg2, block, reg_num),\
108 block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/irq/dcn10/
H A Dirq_service_dcn10.c163 #define SRI(reg_name, block, id)\ argument
164 BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
165 mm ## block ## id ## _ ## reg_name
168 #define IRQ_REG_ENTRY(block, reg_num, reg1, mask1, reg2, mask2)\ argument
169 .enable_reg = SRI(reg1, block, reg_num),\
171 block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
173 block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
174 ~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
176 .ack_reg = SRI(reg2, block, reg_num),\
178 block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcfg.texi14 @findex basic-block.h
23 @file{basic-block.h}.
37 @cindex basic block
92 basic block. The instruction stream of a basic block always follows a
94 nodes can precede the block note. A basic block ends by control flow
144 basic block A to the head of another basic block B@. We say that A is
148 points to the predecessor basic block of the @code{dest} basic block.
151 successors of the block.
219 the basic block to the first following basic block. But there are
431 basic block.
[all …]

12345678910>>...25