Searched refs:end_p (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/gmp/ |
| HD | gen-trialdivtab.c | 55 int start_p, end_p, interval_start, interval_end, omitted_p; in main() local 68 end_p = 1290; /* default end prime */ in main() 70 end_p = atoi (argv[2]); in main() 103 for (t = start_p; t <= end_p; t += 2) in main() 153 for (t = start_p; t <= end_p; t += 2) in main()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ssa-iterators.h | 63 ssa_use_operand_t *end_p; member 344 return (imm->imm_use == imm->end_p); in end_readonly_imm_use_p() 351 imm->end_p = &(SSA_NAME_IMM_USE_NODE (var)); in first_readonly_imm_use() 352 imm->imm_use = imm->end_p->next; in first_readonly_imm_use() 841 return (imm->imm_use == imm->end_p); in end_imm_use_stmt_p() 928 imm->end_p = &(SSA_NAME_IMM_USE_NODE (var)); in first_imm_use_stmt() 929 imm->imm_use = imm->end_p->next; in first_imm_use_stmt()
|
| HD | modulo-sched.c | 1859 int *end_p) in get_sched_window() argument 1993 *end_p = end; in get_sched_window()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-flow-inline.h | 285 return (imm->imm_use == imm->end_p); in end_readonly_imm_use_p() 292 imm->end_p = &(SSA_NAME_IMM_USE_NODE (var)); in first_readonly_imm_use() 293 imm->imm_use = imm->end_p->next; in first_readonly_imm_use() 962 return (imm->imm_use == imm->end_p); in end_imm_use_stmt_p() 1049 imm->end_p = &(SSA_NAME_IMM_USE_NODE (var)); in first_imm_use_stmt() 1050 imm->imm_use = imm->end_p->next; in first_imm_use_stmt()
|
| HD | tree-flow.h | 236 ssa_use_operand_t *end_p; member
|
| HD | modulo-sched.c | 1871 int *end_p) in get_sched_window() argument 2007 *end_p = end; in get_sched_window()
|
| /dragonfly/contrib/binutils-2.34/gas/ |
| HD | read.c | 241 static void do_s_func (int end_p, const char *default_prefix); 5947 s_func (int end_p) in s_func() argument 5949 do_s_func (end_p, NULL); in s_func() 5956 do_s_func (int end_p, const char *default_prefix) in do_s_func() argument 5964 if (end_p) in do_s_func()
|
| /dragonfly/contrib/binutils-2.27/gas/ |
| HD | read.c | 240 static void do_s_func (int end_p, const char *default_prefix); 6048 s_func (int end_p) in s_func() argument 6050 do_s_func (end_p, NULL); in s_func() 6057 do_s_func (int end_p, const char *default_prefix) in do_s_func() argument 6065 if (end_p) in do_s_func()
|
| /dragonfly/contrib/grep/src/ |
| HD | grep.c | 115 char const *end_p = buf + size; in count_nl_bytes() local 117 while ((p = memchr (p, '\n', end_p - p))) in count_nl_bytes()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | powerpc.cc | 4769 unsigned char* end_p = oview + the_end; in do_write() local 4770 while (p < end_p - 8 * 4) in do_write() 4771 write_insn<big_endian>(p, b + end_p - p), p += 4; in do_write() 4772 while (p < end_p) in do_write()
|