Home
last modified time | relevance | path

Searched refs:end_block (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dvndcompress.c73 uint32_t end_block; /* last block to transfer */ member
166 if ((0 < S->end_block) && (S->end_block <= S->blkno)) in vndcompress()
433 S->end_block = (ISSET(O->flags, FLAG_p)? O->end_block : 0); in compress_init()
H A Dmain.c119 O->end_block = strsuftoll("end block", optarg, in main()
H A Dcommon.h153 uint32_t end_block; /* end for partial transfer */ member
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c515 unsigned_word end_block, in write_stack_arguments() argument
521 device_name(me), arg, (long)start_block, (long)end_block, (long)start_arg, (long)end_arg)); in write_stack_arguments()
546 if (start_block != end_block in write_stack_arguments()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Doutput.h68 virtual void end_block();
H A Dobject.cpp68 void output::end_block() in end_block() function in output
911 out->end_block(); in print()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h59 void (* end_block) (unsigned int line, unsigned int n); member
H A Dvmsdbgout.c1248 (*dwarf2_debug_hooks.end_block) (line, blocknum); in vmsdbgout_end_block()
H A Dfinal.c2369 debug_hooks->end_block (high_block_linenum, n); in final_scan_insn_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddebug.h63 void (* end_block) (unsigned int line, unsigned int n); member
H A Dvmsdbgout.cc1249 (*dwarf2_debug_hooks.end_block) (line, blocknum); in vmsdbgout_end_block()
H A Dfinal.cc2359 debug_hooks->end_block (high_block_linenum, n); in final_scan_insn_1()
H A DChangeLog-202132306 (function_info::start_block, function_info::end_block): Declare.
32358 (function_info::end_block): Likewise.
H A DChangeLog-200117703 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h409 bool (*end_block) (void *, bfd_vma); member
H A Ddebug.c2895 if (! (*fns->end_block) (fhandle, block->end)) in debug_write_block()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h409 bool (*end_block) (void *, bfd_vma); member
H A Ddebug.c2895 if (! (*fns->end_block) (fhandle, block->end)) in debug_write_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.h279 void end_block (build_info &, bb_info *);
H A Dblocks.cc142 m_function->end_block (m_bi, m_function->bb (bb)); in after_dom_children()
1067 function_info::end_block (build_info &bi, bb_info *bb) in end_block() function in function_info
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c999 char *end_block = xmalloc (8); in discard_until() local
1000 sprintf (end_block, "\n%cend ", COMMAND_PREFIX); in discard_until()
1001 if (executing_string && strstr (string, end_block)) in discard_until()
1006 free (end_block); in discard_until()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td83 defm END_BLOCK : NRI<(outs), (ins), [], "end_block", 0x0b>;
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c3021 static __isl_give isl_printer *end_block(__isl_take isl_printer *p) in end_block() function
3094 p = end_block(p); in print_for_c()
3149 p = end_block(p); in print_ast_node_c()