/netbsd-src/usr.bin/vndcompress/ |
H A D | vndcompress.c | 73 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 D | main.c | 119 O->end_block = strsuftoll("end block", optarg, in main()
|
H A D | common.h | 153 uint32_t end_block; /* end for partial transfer */ member
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | hw_init.c | 515 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 D | output.h | 68 virtual void end_block();
|
H A D | object.cpp | 68 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 D | debug.h | 59 void (* end_block) (unsigned int line, unsigned int n); member
|
H A D | vmsdbgout.c | 1248 (*dwarf2_debug_hooks.end_block) (line, blocknum); in vmsdbgout_end_block()
|
H A D | final.c | 2369 debug_hooks->end_block (high_block_linenum, n); in final_scan_insn_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | debug.h | 63 void (* end_block) (unsigned int line, unsigned int n); member
|
H A D | vmsdbgout.cc | 1249 (*dwarf2_debug_hooks.end_block) (line, blocknum); in vmsdbgout_end_block()
|
H A D | final.cc | 2359 debug_hooks->end_block (high_block_linenum, n); in final_scan_insn_1()
|
H A D | ChangeLog-2021 | 32306 (function_info::start_block, function_info::end_block): Declare. 32358 (function_info::end_block): Likewise.
|
H A D | ChangeLog-2001 | 17703 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 409 bool (*end_block) (void *, bfd_vma); member
|
H A D | debug.c | 2895 if (! (*fns->end_block) (fhandle, block->end)) in debug_write_block()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 409 bool (*end_block) (void *, bfd_vma); member
|
H A D | debug.c | 2895 if (! (*fns->end_block) (fhandle, block->end)) in debug_write_block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | functions.h | 279 void end_block (build_info &, bb_info *);
|
H A D | blocks.cc | 142 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 D | makeinfo.c | 999 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 D | WebAssemblyInstrControl.td | 83 defm END_BLOCK : NRI<(outs), (ins), [], "end_block", 0x0b>;
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_ast.c | 3021 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()
|