Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/dflybsd-src/contrib/gdb-7/gdb/
H A Dblock.h60 struct block struct
68 /* The symbol that names this block, if the block is the body of a argument
73 /* The `struct block' for the containing block, or 0 if none. argument
79 struct block *superblock; argument
92 this block: using directives and the current namespace argument
102 /* The global block is singled out so that we can provide a back-link argument
109 struct block block; member
133 struct block *block[1]; member
197 const struct block *block; member
277 #define ALL_BLOCK_SYMBOLS(block, iter, sym) \ argument
H A Dblock.c268 block_scope (const struct block *block) in block_scope()
285 block_set_scope (struct block *block, const char *scope, in block_set_scope()
297 block_using (const struct block *block) in block_using()
310 block_set_using (struct block *block, in block_set_using()
323 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace()
338 block_static_block (const struct block *block) in block_static_block()
353 block_global_block (const struct block *block) in block_global_block()
401 set_block_symtab (struct block *block, struct symtab *symtab) in set_block_symtab()
414 get_block_symtab (const struct block *block) in get_block_symtab()
431 initialize_block_iterator (const struct block *block, in initialize_block_iterator()
[all …]
H A Dcp-namespace.c228 const struct block *block, in cp_lookup_symbol_nonlocal()
250 const struct block *block, in cp_lookup_symbol_in_namespace()
308 const struct block *block, in cp_lookup_symbol_imports()
447 const struct block *block, in cp_lookup_symbol_imports_or_template()
520 const struct block *block, in cp_lookup_symbol_namespace()
564 const struct block *block, in lookup_namespace_scope()
609 const struct block *block, in lookup_symbol_file()
707 const struct block *block) in find_symbol_in_baseclass()
770 const struct block *block) in cp_lookup_nested_symbol()
H A Dbuildsym.c96 struct block *block; member
247 struct block *block; in finish_block_internal() local
437 record_pending_block (struct objfile *objfile, struct block *block, in record_pending_block()
470 record_block_range (struct block *block, in record_block_range()
1277 struct block *block = BLOCKVECTOR_BLOCK (blockvector, block_i); in end_symtab_from_static_block() local
1388 struct block *block = BLOCKVECTOR_BLOCK (blockvector, STATIC_BLOCK); in augment_type_symtab() local
1399 struct block *block = BLOCKVECTOR_BLOCK (blockvector, GLOBAL_BLOCK); in augment_type_symtab() local
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-block.c31 const struct block *block; member
45 const struct block *block; member
58 #define BLPY_REQUIRE_VALID(block_obj, block) \ argument
88 const struct block *block = NULL; in blpy_iter() local
108 const struct block *block = NULL; in blpy_get_start() local
118 const struct block *block = NULL; in blpy_get_end() local
129 const struct block *block; in blpy_get_function() local
143 const struct block *block; in blpy_get_superblock() local
161 const struct block *block; in blpy_get_global_block() local
180 const struct block *block; in blpy_get_static_block() local
[all …]
/dflybsd-src/contrib/libpcap/
H A Dgencode.h256 struct block { struct
268 struct block *head; argument
269 struct block *link; /* link field used by optimizer */ argument
286 struct block *b; /* protocol checks */ argument
/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dblock_util.c18 lzma_block_compressed_size(lzma_block *block, lzma_vli unpadded_size) in lzma_block_compressed_size()
46 lzma_block_unpadded_size(const lzma_block *block) in lzma_block_unpadded_size()
82 lzma_block_total_size(const lzma_block *block) in lzma_block_total_size()
H A Dblock_buffer_encoder.c89 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size, in block_encode_uncompressed()
167 block_encode_normal(lzma_block *block, const lzma_allocator *allocator, in block_encode_normal()
224 block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in block_buffer_encode()
319 lzma_block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in lzma_block_buffer_encode()
329 lzma_block_uncomp_encode(lzma_block *block, in lzma_block_uncomp_encode()
H A Dblock_header_encoder.c18 lzma_block_header_size(lzma_block *block) in lzma_block_header_size()
74 lzma_block_header_encode(const lzma_block *block, uint8_t *out) in lzma_block_header_encode()
H A Dblock_header_decoder.c18 free_properties(lzma_block *block, const lzma_allocator *allocator) in free_properties()
34 lzma_block_header_decode(lzma_block *block, in lzma_block_header_decode()
H A Dblock_encoder.c25 lzma_block *block; member
165 lzma_block *block) in lzma_block_encoder_init()
215 lzma_block_encoder(lzma_stream *strm, lzma_block *block) in lzma_block_encoder()
H A Dblock_decoder.c30 lzma_block *block; member
193 lzma_block *block) in lzma_block_decoder_init()
249 lzma_block_decoder(lzma_stream *strm, lzma_block *block) in lzma_block_decoder()
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_optimize.c264 struct superblock *block; in pfctl_optimize_ruleset() local
364 optimize_superblock(struct pfctl *pf, struct superblock *block) in optimize_superblock()
445 remove_identical_rules(struct pfctl *pf, struct superblock *block) in remove_identical_rules()
487 combine_rules(struct pfctl *pf, struct superblock *block) in combine_rules()
637 reorder_rules(struct pfctl *pf, struct superblock *block, int depth) in reorder_rules()
811 block_feedback(struct pfctl *pf, struct superblock *block) in block_feedback()
877 struct superblock *block, *blockcur; in load_feedback_profile() local
1005 remove_from_skipsteps(struct skiplist *head, struct superblock *block, in remove_from_skipsteps()
1333 struct superblock *block = NULL; in construct_superblocks() local
1403 superblock_inclusive(struct superblock *block, struct pf_opt_rule *por) in superblock_inclusive()
[all …]
/dflybsd-src/crypto/libressl/crypto/modes/
H A Dccm128.c64 unsigned int M,unsigned int L,void *key,block128_f block) in CRYPTO_ccm128_init()
107 block128_f block = ctx->block; in CRYPTO_ccm128_aad() local
177 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt() local
252 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt() local
331 block128_f block = ctx->block; in CRYPTO_ccm128_encrypt_ccm64() local
388 block128_f block = ctx->block; in CRYPTO_ccm128_decrypt_ccm64() local
H A Dcfb128.c69 int enc, block128_f block) in CRYPTO_cfb128_encrypt()
176 block128_f block) in cfbr_encrypt_block()
210 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt()
227 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
H A Dcbc128.c71 unsigned char ivec[16], block128_f block) in CRYPTO_cbc128_encrypt()
118 unsigned char ivec[16], block128_f block) in CRYPTO_cbc128_decrypt()
/dflybsd-src/sys/crypto/rijndael/
H A Drijndael-api-fst.c86 u_int8_t block[16], iv[4][4]; in rijndael_blockEncrypt() local
201 u_int8_t block[16], *iv, *cp; in rijndael_padEncrypt() local
264 u_int8_t block[16], iv[4][4]; in rijndael_blockDecrypt() local
363 u_int8_t block[16]; in rijndael_padDecrypt() local
/dflybsd-src/contrib/lvm2/dist/libdm/mm/
H A Dpool-debug.c21 struct block { struct
22 struct block *next; argument
28 unsigned block_serialno; /* Non-decreasing serialno of block */ argument
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-gimplify.c107 add_block_to_enclosing (tree block) in add_block_to_enclosing()
130 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-pre.c1147 basic_block block, bool *same_valid) in translate_vuse_through_block()
1764 value_dies_in_block_x (pre_expr expr, basic_block block) in value_dies_in_block_x()
1928 prune_clobbered_mems (bitmap_set_t set, basic_block block) in prune_clobbered_mems()
2016 compute_antic_aux (basic_block block, bool block_has_abnormal_pred_edge) in compute_antic_aux()
2213 compute_partial_antic_aux (basic_block block, in compute_partial_antic_aux()
2334 basic_block block; in compute_antic() local
2388 basic_block block = BASIC_BLOCK_FOR_FN (cfun, postorder[i]); in compute_antic() local
2421 basic_block block = BASIC_BLOCK_FOR_FN (cfun, postorder[i]); in compute_antic() local
2440 create_component_ref_by_pieces_1 (basic_block block, vn_reference_t ref, in create_component_ref_by_pieces_1()
2659 create_component_ref_by_pieces (basic_block block, vn_reference_t ref, in create_component_ref_by_pieces()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-gimplify.c158 add_block_to_enclosing (tree block) in add_block_to_enclosing()
181 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr()
/dflybsd-src/contrib/less/
H A Dch.c41 BLOCKNUM block; member
59 BLOCKNUM block; member
139 static POSITION ch_position(BLOCKNUM block, size_t offset) in ch_position()
415 BLOCKNUM block; in sync_logfile() local
448 static lbool buffered(BLOCKNUM block) in buffered()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-pre.c1242 basic_block block, bool *same_valid) in translate_vuse_through_block()
1930 value_dies_in_block_x (pre_expr expr, basic_block block) in value_dies_in_block_x()
2064 basic_block block) in valid_in_sets()
2134 dependent_clean (bitmap_set_t set1, bitmap_set_t set2, basic_block block) in dependent_clean()
2153 clean (bitmap_set_t set, basic_block block) in clean()
2180 basic_block block, basic_block phiblock) in defer_or_phi_translate_block()
2205 compute_antic_aux (basic_block block, bool block_has_abnormal_pred_edge) in compute_antic_aux()
2376 compute_partial_antic_aux (basic_block block, in compute_partial_antic_aux()
2508 basic_block block; in compute_antic() local
2560 basic_block block = BASIC_BLOCK (postorder[i]); in compute_antic() local
[all …]
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dtraditional.c34 struct block struct
41 #define BLOCK_HEADER_LEN offsetof (struct block, text) argument
1003 struct block *block; in save_replacement_text() local
/dflybsd-src/contrib/cvs-1.12/src/
H A Dms-buffer.c35 bool block; member
42 ms_buffer_block (void *closure, bool block) in ms_buffer_block()

12345678910>>...13