| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | wgenops.c | 44 static int save_for_wbackup __P ((_IO_FILE *fp, wchar_t *end_p)) 52 _IO_ssize_t _IO_least_wmarker __P ((_IO_FILE *fp, wchar_t *end_p)); 55 _IO_least_wmarker (fp, end_p) in _IO_least_wmarker() argument 57 wchar_t *end_p; 59 _IO_ssize_t least_so_far = end_p - fp->_wide_data->_IO_read_base; 513 save_for_wbackup (fp, end_p) in save_for_wbackup() argument 515 wchar_t *end_p; 518 _IO_ssize_t least_mark = _IO_least_wmarker (fp, end_p); 520 _IO_size_t needed_size = ((end_p - fp->_wide_data->_IO_read_base) 543 end_p - fp->_wide_data->_IO_read_base); [all …]
|
| D | genops.c | 83 _IO_ssize_t _IO_least_marker __P ((_IO_FILE *fp, char *end_p)); 86 _IO_least_marker (fp, end_p) in _IO_least_marker() argument 88 char *end_p; 90 _IO_ssize_t least_so_far = end_p - fp->_IO_read_base; 203 static int save_for_backup __P ((_IO_FILE *fp, char *end_p)) 213 save_for_backup (fp, end_p) in save_for_backup() argument 215 char *end_p; 218 _IO_ssize_t least_mark = _IO_least_marker (fp, end_p); 220 _IO_size_t needed_size = (end_p - fp->_IO_read_base) - least_mark; 240 end_p - fp->_IO_read_base); [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_poisoning.cpp | 412 const void *end_p, in __sanitizer_annotate_contiguous_container() argument 417 VPrintf(2, "contiguous_container: %p %p %p %p\n", beg_p, end_p, old_mid_p, in __sanitizer_annotate_contiguous_container() 420 uptr storage_end = reinterpret_cast<uptr>(end_p); in __sanitizer_annotate_contiguous_container() 597 const void *beg_p, const void *mid_p, const void *end_p) { in __sanitizer_contiguous_container_find_bad_address() argument 602 uptr end = reinterpret_cast<uptr>(end_p); in __sanitizer_contiguous_container_find_bad_address() 623 const void *end_p) { in __sanitizer_verify_contiguous_container() argument 625 end_p) == nullptr; in __sanitizer_verify_contiguous_container()
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-server/ |
| D | lldb-gdbserver.cpp | 132 char *end_p = nullptr; in handle_attach() local 133 const long int pid = strtol(attach_target.c_str(), &end_p, 10); in handle_attach() 136 if (end_p && in handle_attach() 137 static_cast<size_t>(end_p - attach_target.c_str()) == in handle_attach()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree-flow-inline.h | 404 return (imm->imm_use == imm->end_p); in end_readonly_imm_use_p() 413 imm->end_p = &(SSA_NAME_IMM_USE_NODE (var)); in first_readonly_imm_use() 414 imm->imm_use = imm->end_p->next; in first_readonly_imm_use() 1309 return (imm->imm_use == imm->end_p); in end_imm_use_stmt_p() 1390 imm->end_p = &(SSA_NAME_IMM_USE_NODE (var)); in first_imm_use_stmt() 1391 imm->imm_use = imm->end_p->next; in first_imm_use_stmt()
|
| D | tree-flow.h | 231 ssa_use_operand_t *end_p; member
|
| D | modulo-sched.c | 1360 sbitmap sched_nodes, int ii, int *start_p, int *step_p, int *end_p) in get_sched_window() argument 1471 *end_p = end; in get_sched_window()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-dlx.c | 270 s_proc (end_p) in s_proc() argument 271 int end_p; in s_proc() 279 if (end_p)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-dlx.c | 199 s_proc (int end_p) in s_proc() argument 207 if (end_p) in s_proc()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ssa.c | 649 int end_p; local 678 end_p = PREV_INSN (insn) == b->end; 680 if (end_p)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | read.c | 212 static void do_s_func (int end_p, const char *default_prefix); 5296 s_func (int end_p) in s_func() argument 5298 do_s_func (end_p, NULL); in s_func() 5305 do_s_func (int end_p, const char *default_prefix) in do_s_func() argument 5313 if (end_p) in do_s_func()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | read.c | 5091 s_func (int end_p) in s_func() argument 5093 do_s_func (end_p, NULL); in s_func() 5100 do_s_func (int end_p, const char *default_prefix) in do_s_func() argument 5108 if (end_p) in do_s_func()
|