Searched refs:end_ptr (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Drandom.c219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable
305 end_ptr = &state[rand_deg];
361 /* Set end_ptr too. */
362 end_ptr = &state[rand_deg];
394 if (fptr >= end_ptr)
402 if (rptr >= end_ptr)
/freebsd-12-stable/contrib/binutils/libiberty/
H A Drandom.c219 static long int *end_ptr = &randtbl[sizeof(randtbl) / sizeof(randtbl[0])]; variable
305 end_ptr = &state[rand_deg];
361 /* Set end_ptr too. */
362 end_ptr = &state[rand_deg];
394 if (fptr >= end_ptr)
402 if (rptr >= end_ptr)
/freebsd-12-stable/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 */
449 end_ptr = &state[rand_deg]; /* set end_ptr too */
488 if (++f >= end_ptr) {
492 else if (++r >= end_ptr) {
/freebsd-12-stable/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 */
407 end_ptr = &state[rand_deg]; /* set end_ptr too */
444 if (++f >= end_ptr) {
448 else if (++r >= end_ptr) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmaint.c542 char *end_ptr = NULL; local
562 end_ptr = strrchr (start_ptr, '\"');
563 if (end_ptr != NULL)
565 len = end_ptr - start_ptr;
572 if (!start_ptr || !end_ptr)
H A Dbreakpoint.c469 static char *end_ptr;
485 temp = &end_ptr;
486 end_ptr = *pp + 1;
487 while (isspace ((int) *end_ptr))
488 end_ptr++; /* skip white space */
499 *pp = end_ptr;
518 *pp = end_ptr;
468 static char *end_ptr; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp136 auto maybe_add_section = [&](const uint8_t *end_ptr) {
140 offset_t end_offset = end_ptr - m_data.GetDataStart();
/freebsd-12-stable/contrib/gcc/
H A Dread-rtl.c645 add_map_value (struct map_value **end_ptr, int number, const char *string) argument
654 *end_ptr = value;
1315 struct map_value **end_ptr;
1328 end_ptr = &m->values;
1350 end_ptr = add_map_value (end_ptr, number, string);
1313 struct map_value **end_ptr; local
H A Dtree-dump.c1008 const char *end_ptr;
1013 end_ptr = strchr (ptr, '-');
1014 if (!end_ptr)
1015 end_ptr = ptr + strlen (ptr);
1016 length = end_ptr - ptr;
1028 ptr = end_ptr;
1007 const char *end_ptr; local
H A Dmips-tfile.c1036 SYMR *end_ptr; /* symbol pointer to end block */
2347 cur_oproc_end = shash_ptr->end_ptr;
4628 shash_ptr->end_ptr = sym;
1029 SYMR *end_ptr; /* symbol pointer to end block */ member in struct:shash
/freebsd-12-stable/contrib/binutils/bfd/
H A Ddwarf2.c191 bfd_byte *end_ptr; member in struct:comp_unit
1910 bfd_byte *end_ptr = info_ptr + unit_length; local
1980 unit->end_ptr = end_ptr;
2111 if (unit->first_child_die_ptr < unit->end_ptr
2165 if (unit->first_child_die_ptr < unit->end_ptr
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1166 uint32_t index_ptr = 0, end_ptr; variable
1182 &end_ptr);
1186 while (start_idx_ptr <= end_ptr) {
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c6740 unw_rec_list *end_ptr = NULL; local
6753 for (j = 1; end_ptr == NULL && j < md.num_slots_in_use; ++j)
6754 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record;
6755 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next)
7047 for (; ptr != end_ptr; ptr = ptr->next)
/freebsd-12-stable/contrib/binutils/gas/
H A Decoff.c914 localsym_t *end_ptr; /* symbol pointer to end block */
912 localsym_t *end_ptr; /* symbol pointer to end block */ member in struct:shash

Completed in 307 milliseconds