Home
last modified time | relevance | path

Searched refs:block (Results 251 – 275 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/dragonfly/sbin/md5/
H A Dmd5.c458 unsigned char block[TEST_BLOCK_LEN]; in MDTimeTrial() local
468 block[i] = (unsigned char) (i & 0xff); in MDTimeTrial()
476 alg->Update(&context, block, TEST_BLOCK_LEN); in MDTimeTrial()
/dragonfly/sys/dev/drm/amd/include/
H A Dkgd_pp_interface.h185 #define PP_CG_MSG_ID(group, block, support, state) \ argument
186 ((group) << PP_GROUP_SHIFT | (block) << PP_BLOCK_SHIFT | \
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Derror.c3356 tree block = abstract_origin; in cp_print_error_function() local
3360 block = BLOCK_SUPERCONTEXT (block); in cp_print_error_function()
3361 while (block && TREE_CODE (block) == BLOCK in cp_print_error_function()
3362 && BLOCK_ABSTRACT_ORIGIN (block)) in cp_print_error_function()
3364 ao = BLOCK_ABSTRACT_ORIGIN (block); in cp_print_error_function()
3379 block = BLOCK_SUPERCONTEXT (block); in cp_print_error_function()
3382 abstract_origin = block; in cp_print_error_function()
3385 while (block && TREE_CODE (block) == BLOCK) in cp_print_error_function()
3386 block = BLOCK_SUPERCONTEXT (block); in cp_print_error_function()
3388 if (block && TREE_CODE (block) == FUNCTION_DECL) in cp_print_error_function()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c4704 tree block; in c_parser_if_statement() local
4740 tree block, expr, body, save_break; in c_parser_switch_statement() local
10162 tree block, clauses, ret; in c_parser_omp_for() local
10169 block = c_end_compound_stmt (loc, block, true); in c_parser_omp_for()
10170 add_stmt (block); in c_parser_omp_for()
10308 tree block, clauses, ret; in c_parser_omp_sections() local
10317 block = c_end_compound_stmt (loc, block, true); in c_parser_omp_sections()
10318 add_stmt (block); in c_parser_omp_sections()
10375 block = c_begin_omp_parallel (); in c_parser_omp_parallel()
10452 tree clauses, block; in c_parser_omp_task() local
[all …]
/dragonfly/contrib/pam_passwdqc/
H A Dmd4.h41 MD4_u32plus block[16]; member
/dragonfly/contrib/gdb-7/gdb/
H A Dp-valprint.c244 struct block *block = (struct block *) NULL; in pascal_val_print() local
251 wsym = lookup_symbol (SYMBOL_LINKAGE_NAME (msymbol), block, in pascal_val_print()
H A Dsymfile.h32 struct block;
247 int (*callback) (struct block *,
H A Dbreakpoint.h29 struct block;
790 const struct block *exp_valid_block;
795 const struct block *cond_exp_valid_block;
H A Ddbxread.c2716 struct block *block, in cp_set_block_scope() argument
2732 block_set_scope (block, in cp_set_block_scope()
2815 struct block *block; in process_one_symbol() local
2839 block = finish_block (new->name, &local_symbols, new->old_blocks, in process_one_symbol()
2845 cp_set_block_scope (new->name, block, &objfile->objfile_obstack); in process_one_symbol()
3239 struct block *block; in process_one_symbol() local
3243 block = finish_block (new->name, &local_symbols, in process_one_symbol()
3249 cp_set_block_scope (new->name, block, in process_one_symbol()
H A Dgdb-gdb.gdb.in21 # Commands below are not fully compatible with wrapping into an 'if' block.
/dragonfly/contrib/file/magic/Magdir/
H A Ddact11 >15 long >30 $BS, block size: %i bytes
H A Doric11 >6 byte =0x80 memory block,
H A Disz15 #>36 lelong x \b, block size %u
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c840 ctx->cb.block = NULL; in new_omp_context()
3258 for (block = BLOCK_SUBBLOCKS (block); block; block = BLOCK_CHAIN (block)) in remove_member_access_dummy_vars()
5909 tree block, control; in lower_omp_sections() local
5968 if (BLOCK_VARS (block)) in lower_omp_sections()
6122 tree block; in lower_omp_single() local
6171 if (BLOCK_VARS (block)) in lower_omp_single()
6493 tree block; in lower_omp_ordered() local
6614 tree block; in lower_omp_critical() local
6825 tree *rhs_p, block; in lower_omp_for() local
7017 if (BLOCK_VARS (block)) in lower_omp_for()
[all …]
/dragonfly/bin/dd/
H A Dextern.h42 void block(void);
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.h49 extern void lto_obj_append_data (const void *data, size_t len, void *block);
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto.h50 extern void lto_obj_append_data (const void *data, size_t len, void *block);
H A Dlto-object.c349 lto_obj_append_data (const void *data, size_t len, void *block) in lto_obj_append_data() argument
368 free (block); in lto_obj_append_data()
/dragonfly/include/rpcsvc/
H A Dklm_prot.x100 bool block; member
/dragonfly/usr.bin/xargs/
H A Dxargs.c73 static pid_t xwait(int block, int *status);
643 xwait(int block, int *status) { in xwait() argument
651 while ((pid = waitpid(-1, status, block ? 0 : WNOHANG)) > 0) in xwait()
/dragonfly/etc/sendmail/
H A DREADME39 Sendmail now includes excellent tools to block spam. These tools are
43 site. No set of anti-spam tools will block all spam without blocking some
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c171 #define SRI(reg_name, block, id)\ argument
172 .reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
173 mm ## block ## id ## _ ## reg_name
176 #define SRII(reg_name, block, id)\ argument
177 .reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
178 mm ## block ## id ## _ ## reg_name
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dshared_mutex182 // To take a reader lock, block on gate1 while the write-entered flag is
190 // To take a writer lock, block on gate1 while the write-entered flag is
191 // set, then set the write-entered flag to start queueing, then block on
203 // Used to block while write-entered is set or reader count at maximum.
205 // Used to block queued writers while reader count is non-zero.
466 // intentionally block and timeout so that an early return isn't
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dloop.texi14 strongly connected components of CFG with only one entry block. This
45 In general, a natural loop has one entry block (header) and possibly
93 Each basic block contains the reference to the innermost loop it belongs
109 has multiple latches, its latch block is set to NULL@. Most of
115 source block of this entry edge has only one successor. This creates a
119 force the latch block of each loop to have only one successor. This
127 (have more than one entry block) are marked with
158 the structures. @code{loop_father} field of each basic block contains
189 @item @code{flow_bb_inside_loop_p}: Tests whether a basic block belongs
222 @item @code{add_bb_to_loop}: Adds a basic block to a loop.
[all …]
/dragonfly/gnu/usr.bin/cc80/support-libs/libcommon/
H A DMakefile15 SRCS+= memory-block.cc

1...<<11121314151617181920>>...25