Searched refs:end_ptr (Results 1 – 6 of 6) sorted by relevance
173 static int32_t *end_ptr = &randtbl[DEG_3 + 1]; variable304 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */ in initstate()359 end_ptr = &state[rand_deg]; /* set end_ptr too */ in setstate()391 if (++fptr >= end_ptr) { in random()394 } else if (++rptr >= end_ptr) in random()
549 char *end_ptr = NULL; in maintenance_do_deprecate() local569 end_ptr = strrchr (start_ptr, '\"'); in maintenance_do_deprecate()570 if (end_ptr != NULL) in maintenance_do_deprecate()572 len = end_ptr - start_ptr; in maintenance_do_deprecate()579 if (!start_ptr || !end_ptr) in maintenance_do_deprecate()
481 static char *end_ptr; in get_number_or_range() local497 temp = &end_ptr; in get_number_or_range()498 end_ptr = *pp + 1; in get_number_or_range()499 while (isspace ((int) *end_ptr)) in get_number_or_range()500 end_ptr++; /* skip white space */ in get_number_or_range()511 *pp = end_ptr; in get_number_or_range()530 *pp = end_ptr; in get_number_or_range()
177 bfd_byte *end_ptr; member1820 bfd_byte *end_ptr = info_ptr + unit_length; in parse_comp_unit() local1889 unit->end_ptr = end_ptr; in parse_comp_unit()2016 if (unit->first_child_die_ptr < unit->end_ptr in comp_unit_find_nearest_line()2070 if (unit->first_child_die_ptr < unit->end_ptr in comp_unit_find_line()
6535 unw_rec_list *end_ptr = NULL; in emit_one_bundle() local6548 for (j = 1; end_ptr == NULL && j < md.num_slots_in_use; ++j) in emit_one_bundle()6549 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; in emit_one_bundle()6550 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()6818 for (; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()
912 localsym_t *end_ptr; /* symbol pointer to end block */ member