Searched refs:prev (Results 201 - 225 of 693) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/binutils/bfd/
H A Ddwarf1.c62 struct dwarf1_unit* prev; member in struct:dwarf1_unit
95 struct dwarf1_func* prev; member in struct:dwarf1_func
143 x->prev = stash->lastUnit;
158 x->prev = aUnit->func_list;
422 eachFunc = eachFunc->prev)
505 for (eachUnit = stash->lastUnit; eachUnit; eachUnit = eachUnit->prev)
/freebsd-10.1-release/contrib/gcc/
H A Dsched-ebb.c359 rtx insn, prev;
376 prev = last_jump;
388 prev = BB_END (bb);
400 if (! sched_insns_conditions_mutex_p (insn, prev))
406 res = add_or_update_back_dep (insn, prev,
415 add_or_update_back_forw_dep (insn, prev, REG_DEP_ANTI,
356 rtx insn, prev; local
H A Dgcov.c743 function_t *probe, *prev;
767 for (probe = src->functions, prev = NULL;
769 prev = probe, probe = probe->line_next)
772 if (prev)
773 prev->line_next = fn;
1447 char *prev;
1449 for (cptr = name; (cptr = strchr ((prev = cptr), '/'));)
1453 if (prev + 1 == cptr && prev[0] == '.')
1458 else if (prev
742 function_t *probe, *prev; local
1445 char *prev; local
[all...]
H A Dtree-flow-inline.h309 if (linknode->prev == NULL)
312 linknode->prev->next = linknode->next;
313 linknode->next->prev = linknode->prev;
314 linknode->prev = NULL;
324 linknode->prev = list;
326 list->next->prev = linknode;
337 linknode->prev = NULL;
376 node->prev = old->prev;
[all...]
H A Dcaller-save.c799 chain = chain->prev, insn = chain->insn;
807 new->prev = chain->prev;
808 if (new->prev != 0)
809 new->prev->next = new;
813 chain->prev = new;
846 new->next->prev = new;
848 new->prev = chain;
H A Dtree-ssanames.c162 imm->prev = imm;
219 imm->prev = imm;
/freebsd-10.1-release/contrib/less/
H A Dtags.c68 struct tag *next, *prev; /* List links */ member in struct:tag
78 (tp)->prev = taglist.tl_last; \
83 (tp)->next->prev = (tp)->prev; \
84 (tp)->prev->next = (tp)->next;
645 tp = curtag->prev;
/freebsd-10.1-release/contrib/libucl/src/
H A Ducl_util.c1540 elt->prev = elt;
1543 elt->prev = head->prev;
1544 head->prev->next = elt;
1545 head->prev = elt;
1566 elt->prev = elt;
1569 elt->prev = head->prev;
1570 head->prev = elt;
1589 if (elt->prev
[all...]
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_agpsupport.c233 entry->prev = NULL;
236 dev->agp->memory->prev = entry;
364 if (entry->prev)
365 entry->prev->next = entry->next;
369 entry->next->prev = entry->prev;
/freebsd-10.1-release/sys/powerpc/include/
H A Datomic.h690 u_int prev; local
696 : "=&r" (prev), "+m" (*(volatile u_int *)p)
700 return (prev);
707 u_long prev; local
713 : "=&r" (prev), "+m" (*(volatile u_long *)p)
717 return (prev);
/freebsd-10.1-release/contrib/file/
H A Dltmain.sh2802 prev=
2820 prev=$arg
2824 prev=$arg
2834 if test -n "$prev"; then
2835 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2839 prev=
2859 test -n "$prev" && \
2860 func_fatal_help "the \`$prev' option requires an argument"
5154 prev=
5221 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/ldns/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/openbsm/config/
H A Dltmain.sh2831 prev=
2849 prev=$arg
2853 prev=$arg
2863 if test -n "$prev"; then
2864 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2868 prev=
2888 test -n "$prev" && \
2889 func_fatal_help "the \`$prev' option requires an argument"
5186 prev=
5253 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/openpam/
H A Dltmain.sh2831 prev=
2849 prev=$arg
2853 prev=$arg
2863 if test -n "$prev"; then
2864 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2868 prev=
2888 test -n "$prev" && \
2889 func_fatal_help "the \`$prev' option requires an argument"
5186 prev=
5253 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/unbound/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/crypto/heimdal/
H A Dltmain.sh2800 prev=
2818 prev=$arg
2822 prev=$arg
2832 if test -n "$prev"; then
2833 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2837 prev=
2857 test -n "$prev" && \
2858 func_fatal_help "the \`$prev' option requires an argument"
5141 prev=
5208 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dltmain.sh2800 prev=
2818 prev=$arg
2822 prev=$arg
2832 if test -n "$prev"; then
2833 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2837 prev=
2857 test -n "$prev" && \
2858 func_fatal_help "the \`$prev' option requires an argument"
5141 prev=
5208 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/ntp/
H A Dltmain.sh2800 prev=
2818 prev=$arg
2822 prev=$arg
2832 if test -n "$prev"; then
2833 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2837 prev=
2857 test -n "$prev" && \
2858 func_fatal_help "the \`$prev' option requires an argument"
5141 prev=
5208 if test -n "$prev"; the
[all...]
/freebsd-10.1-release/contrib/libyaml/config/
H A Dltmain.sh1875 prev=
1892 *) prev=$arg ;;
1896 prev=$arg
1906 if test -n "$prev"; then
1907 prev=
1923 test -n "$prev" && \
1924 func_fatal_help "the \`$prev' option requires an argument"
4091 prev=
4158 if test -n "$prev"; then
4159 case $prev i
[all...]
/freebsd-10.1-release/contrib/unbound/services/
H A Dmesh.c832 * @param prev: previous reply, already has its answer encoded in buffer.
836 struct mesh_reply* r, struct mesh_reply* prev)
855 if(prev && prev->qflags == r->qflags &&
856 prev->edns.edns_present == r->edns.edns_present &&
857 prev->edns.bits == r->edns.bits &&
858 prev->edns.udp_size == r->edns.udp_size) {
860 if(prev->query_reply.c->buffer != r->query_reply.c->buffer)
862 prev->query_reply.c->buffer);
914 struct mesh_reply* prev local
835 mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep, struct mesh_reply* r, struct mesh_reply* prev) argument
[all...]
/freebsd-10.1-release/contrib/libucl/uthash/
H A Duthash.h182 (head)->hh.prev = NULL; \
186 (add)->hh.prev = ELMT_FROM_HH((head)->hh.tbl, (head)->hh.tbl->tail); \
220 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \
230 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
233 if ((delptr)->hh.prev) { \
234 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
241 (head)->hh.tbl->hho))->prev = \
242 _hd_hh_del->prev; \
310 /* traverse hh in app order; check next/prev integrity, count */ \
316 if (_prev !=(char*)(_thh->prev)) { \
711 void *prev; /* prev element in app order */ member in struct:UT_hash_handle
[all...]
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Derrors.c163 if (pfile->cur_run->prev != NULL)
164 t = pfile->cur_run->prev->limit;
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dobject.h42 object *prev; member in struct:object
120 saved_state *prev; member in struct:saved_state
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h150 lldb::addr_t prev; ///< Address of previous so_entry. member in struct:DYLDRendezvous::SOEntry
165 prev = 0;

Completed in 310 milliseconds

1234567891011>>