Home
last modified time | relevance | path

Searched refs:end_ptr (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libiberty/
H A Drandom.c219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable
303 end_ptr = &state[rand_deg]; in initstate()
359 end_ptr = &state[rand_deg]; in setstate()
390 if (fptr >= end_ptr) in random()
398 if (rptr >= end_ptr) in random()
H A DChangeLog3255 * libiberty/random.c (end_ptr): Revert previous change.
3261 * libiberty/random.c (end_ptr): Likewise.
/freebsd-12.1/contrib/binutils/libiberty/
H A Drandom.c219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable
303 end_ptr = &state[rand_deg]; in initstate()
359 end_ptr = &state[rand_deg]; in setstate()
390 if (fptr >= end_ptr) in random()
398 if (rptr >= end_ptr) in random()
H A DChangeLog3453 * libiberty/random.c (end_ptr): Revert previous change.
3459 * libiberty/random.c (end_ptr): Likewise.
/freebsd-12.1/contrib/ntp/libntp/
H A Dntp_random.c211 static unsigned long *end_ptr = &randtbl[DEG_3 + 1]; variable
388 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */ in ntp_initstate()
449 end_ptr = &state[rand_deg]; /* set end_ptr too */ in ntp_setstate()
488 if (++f >= end_ptr) { in ntp_random()
492 else if (++r >= end_ptr) { in ntp_random()
/freebsd-12.1/lib/libc/stdlib/
H A Drandom.c202 static uint32_t *end_ptr = &randtbl[DEG_3 + 1]; variable
357 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */ in initstate()
407 end_ptr = &state[rand_deg]; /* set end_ptr too */ in setstate()
444 if (++f >= end_ptr) { in random()
448 else if (++r >= end_ptr) { in random()
/freebsd-12.1/contrib/gdb/gdb/
H A Dmaint.c542 char *end_ptr = NULL; in maintenance_do_deprecate() local
562 end_ptr = strrchr (start_ptr, '\"'); in maintenance_do_deprecate()
563 if (end_ptr != NULL) in maintenance_do_deprecate()
565 len = end_ptr - start_ptr; in maintenance_do_deprecate()
572 if (!start_ptr || !end_ptr) in maintenance_do_deprecate()
H A Dbreakpoint.c468 static char *end_ptr; in get_number_or_range() local
484 temp = &end_ptr; in get_number_or_range()
485 end_ptr = *pp + 1; in get_number_or_range()
486 while (isspace ((int) *end_ptr)) in get_number_or_range()
487 end_ptr++; /* skip white space */ in get_number_or_range()
498 *pp = end_ptr; in get_number_or_range()
517 *pp = end_ptr; in get_number_or_range()
/freebsd-12.1/contrib/gcc/
H A Dtree-dump.c1007 const char *end_ptr; in dump_switch_p_1() local
1012 end_ptr = strchr (ptr, '-'); in dump_switch_p_1()
1013 if (!end_ptr) in dump_switch_p_1()
1014 end_ptr = ptr + strlen (ptr); in dump_switch_p_1()
1015 length = end_ptr - ptr; in dump_switch_p_1()
1027 ptr = end_ptr; in dump_switch_p_1()
H A Dread-rtl.c645 add_map_value (struct map_value **end_ptr, int number, const char *string) in add_map_value() argument
654 *end_ptr = value; in add_map_value()
1313 struct map_value **end_ptr; in read_mapping() local
1326 end_ptr = &m->values; in read_mapping()
1348 end_ptr = add_map_value (end_ptr, number, string); in read_mapping()
H A Dmips-tfile.c1029 SYMR *end_ptr; /* symbol pointer to end block */ member
2326 cur_oproc_end = shash_ptr->end_ptr; in add_procedure()
4588 shash_ptr->end_ptr = sym; in copy_object()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp281 auto maybe_add_section = [&](const uint8_t *end_ptr) { in CreateSections() argument
285 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections()
/freebsd-12.1/contrib/binutils/bfd/
H A Ddwarf2.c191 bfd_byte *end_ptr; member
1910 bfd_byte *end_ptr = info_ptr + unit_length; in parse_comp_unit() local
1980 unit->end_ptr = end_ptr; in parse_comp_unit()
2111 if (unit->first_child_die_ptr < unit->end_ptr in comp_unit_find_nearest_line()
2165 if (unit->first_child_die_ptr < unit->end_ptr in comp_unit_find_line()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp1215 uint32_t index_ptr = 0, end_ptr; in DoExecute() local
1231 &end_ptr); in DoExecute()
1235 while (start_idx_ptr <= end_ptr) { in DoExecute()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c6740 unw_rec_list *end_ptr = NULL; in emit_one_bundle() local
6753 for (j = 1; end_ptr == NULL && j < md.num_slots_in_use; ++j) in emit_one_bundle()
6754 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record; in emit_one_bundle()
6755 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()
7047 for (; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle()
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c912 localsym_t *end_ptr; /* symbol pointer to end block */ member