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

/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/dev/nxge/xgehal/
H A Dxge-queue.c76 (u64)(ulong_t)queue->end_ptr,
89 (u64)(ulong_t)queue->end_ptr,
101 (u64)(ulong_t)queue->end_ptr,
107 queue->tail_ptr <= queue->end_ptr);
109 queue->head_ptr < queue->end_ptr);
170 if ((char *)queue->tail_ptr + real_size <= (char *)queue->end_ptr) {
181 (u64)(ulong_t)queue->end_ptr,
196 (u64)(ulong_t)queue->end_ptr,
222 queue->tail_ptr <= queue->end_ptr);
224 queue->head_ptr < queue->end_ptr);
[all...]
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c220 static long *end_ptr = &randtbl[DEG_3 + 1]; variable
376 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
437 end_ptr = &state[rand_deg]; /* set end_ptr too */
474 if (++f >= end_ptr) {
478 else if (++r >= end_ptr) {
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c216 static uint32_t *end_ptr = &randtbl[DEG_3 + 1]; variable
375 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
434 end_ptr = &state[rand_deg]; /* set end_ptr too */
471 if (++f >= end_ptr) {
475 else if (++r >= end_ptr) {
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxge-queue.c101 (ptr_t) queue->end_ptr, (ptr_t) elem, real_size);
110 (ptr_t) queue->end_ptr, (ptr_t) elem, real_size);
118 (ptr_t) queue->end_ptr, (ptr_t) elem, real_size);
122 queue->tail_ptr <= queue->end_ptr);
124 queue->head_ptr < queue->end_ptr);
206 if ((char *) queue->tail_ptr + real_size <= (char *) queue->end_ptr) {
214 (ptr_t) queue->end_ptr, (ptr_t) elem, real_size);
225 (ptr_t) queue->end_ptr, real_size);
256 queue->tail_ptr <= queue->end_ptr);
258 queue->head_ptr < queue->end_ptr);
[all...]
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxge-queue.h102 * @end_ptr: Points to the end of the queue.
131 void *end_ptr; member in struct:xge_queue_t
/freebsd-10.0-release/sys/dev/vxge/include/
H A Dvxge-queue.h101 * @end_ptr: Points to the end of the queue.
130 void *end_ptr; member in struct:vxge_queue_t
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp141 // This copy of the string will be cut up into the directory part, and the remainder. end_ptr
144 // partial_name_copy starting from end_ptr with each of the matches. Thus we will preserve
154 // end_ptr will point past the last / in partial_name_copy, or if there is no slash to the beginning of the string.
155 char *end_ptr; local
157 end_ptr = strrchr(partial_name_copy, '/');
162 if (end_ptr == NULL)
205 end_ptr = partial_name_copy;
210 if (end_ptr == partial_name_copy)
218 size_t len = end_ptr - partial_name_copy;
222 // Push end_ptr pas
[all...]
H A DCommandObjectThread.cpp1023 uint32_t index_ptr = 0, end_ptr; local
1033 line_table->FindLineEntryByAddress (fun_end_addr, function_start, &end_ptr);
1037 while (index_ptr <= end_ptr)
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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 447 milliseconds