Home
last modified time | relevance | path

Searched refs:last (Results 251 – 275 of 1797) sorted by relevance

1...<<11121314151617181920>>...72

/freebsd/sys/dev/hpt27xx/
H A Dlist.h91 struct list_head *last = list->prev; in __list_splice() local
97 last->next = at; in __list_splice()
98 at->prev = last; in __list_splice()
/freebsd/sys/dev/hptnr/
H A Dlist.h90 struct list_head *last = list->prev; in __list_splice() local
96 last->next = at; in __list_splice()
97 at->prev = last; in __list_splice()
/freebsd/sys/dev/hptrr/
H A Dlist.h93 struct list_head *last = list->prev; in __list_splice() local
99 last->next = at; in __list_splice()
100 at->prev = last; in __list_splice()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp793 for (size_t last = 0;; loc = C.find('\\', last)) { in HandleComment() local
795 C2 += C.substr(last); in HandleComment()
798 C2 += C.substr(last, loc-last); in HandleComment()
799 last = loc + 1; in HandleComment()
801 if (C[last] == '\n' || C[last] == '\r') { in HandleComment()
802 ++last; in HandleComment()
805 if (last < C.size()) in HandleComment()
806 if (C[last] == '\n' || C[last] == '\r') in HandleComment()
807 if (C[last] != C[last-1]) in HandleComment()
808 ++last; in HandleComment()
/freebsd/sys/netgraph/
H A Dng_pptpgre.c912 last = &t; \ in ng_pptpgre_rcvdata_lower()
972 last = np; in ng_pptpgre_rcvdata_lower()
990 if (last == NULL) in ng_pptpgre_rcvdata_lower()
994 last = np; in ng_pptpgre_rcvdata_lower()
1029 if (last == NULL) in ng_pptpgre_rcvdata_lower()
1032 SLIST_INSERT_AFTER(last, np, next); in ng_pptpgre_rcvdata_lower()
1033 last = np; in ng_pptpgre_rcvdata_lower()
1186 last = np = SLIST_FIRST(&hpriv->roq); in ng_pptpgre_reorder_timeout()
1200 SLIST_INSERT_AFTER(last, np, next); in ng_pptpgre_reorder_timeout()
1201 last = np; in ng_pptpgre_reorder_timeout()
[all …]
/freebsd/sys/dev/vnic/
H A Dthunder_bgx_fdt.c151 char last; in bgx_fdt_phy_name_match() local
195 last = phy_name[sz - 1]; in bgx_fdt_phy_name_match()
196 if (last == '\0' || last == '@' || isdigit(last)) in bgx_fdt_phy_name_match()
/freebsd/contrib/mandoc/
H A Deqn.c527 parent->last->next = bp; in eqn_box_alloc()
528 bp->prev = parent->last; in eqn_box_alloc()
532 parent->last = bp; in eqn_box_alloc()
547 assert(NULL != parent->last); in eqn_box_makebinary()
548 b = parent->last; in eqn_box_makebinary()
552 parent->last = b->prev; in eqn_box_makebinary()
558 newb->first = newb->last = b; in eqn_box_makebinary()
718 if (parent->last == NULL) { in eqn_parse()
832 if (parent->last == NULL) { in eqn_parse()
899 if (parent->last == NULL) { in eqn_parse()
[all …]
H A Dterm_ps.c74 char last; /* last non-backspace seen */ member
796 assert('\0' == p->ps->last); in ps_end()
1067 if (p->ps->last == '\0') in ps_plast()
1084 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx; in ps_plast()
1090 ps_pletter(p, p->ps->last); in ps_plast()
1091 p->ps->last = '\0'; in ps_plast()
1119 assert(p->ps->last != '\0'); in ps_letter()
1130 if (p->ps->last == '_') { in ps_letter()
1140 p->ps->last = c; in ps_letter()
1144 if (p->ps->last == c) { in ps_letter()
[all …]
/freebsd/contrib/atf/atf-c/detail/
H A Dtext.c43 char *str, *str2, *last; in atf_text_for_each_word() local
52 str2 = strtok_r(str, sep, &last); in atf_text_for_each_word()
55 str2 = strtok_r(NULL, sep, &last); in atf_text_for_each_word()
/freebsd/contrib/dialog/
H A Dyesno.c55 int page, last = 0, offset = 0; in dialog_yesno() local
101 last = dlg_print_scrolled(dialog, prompt, offset, in dialog_yesno()
155 } else if (dlg_check_scrolled(key, last, page, in dialog_yesno()
/freebsd/contrib/tcpdump/
H A Dprint-rx.c2663 int i, start, last; in rx_ack_print() local
2729 if (last == -2) { in rx_ack_print()
2743 else if (last != i - 1) { in rx_ack_print()
2755 last = i; in rx_ack_print()
2769 } else if (last == i - 1 && start != last) in rx_ack_print()
2783 if (last == i - 1 && start != last) in rx_ack_print()
2792 if (last == -2) { in rx_ack_print()
2795 } else if (last != i - 1) { in rx_ack_print()
2799 last = i; in rx_ack_print()
2800 } else if (last == i - 1 && start != last) in rx_ack_print()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c91 dtrace_ecbdesc_t *last = NULL; in dtrace_program_info() local
109 if (edp == last) in dtrace_program_info()
111 last = edp; in dtrace_program_info()
320 dtrace_actdesc_t *last = sdp->dtsd_action_last; in dtrace_stmt_destroy() local
323 assert(last != NULL); in dtrace_stmt_destroy()
336 edp->dted_action = last->dtad_next; in dtrace_stmt_destroy()
338 ap->dtad_next = last->dtad_next; in dtrace_stmt_destroy()
344 last->dtad_next = NULL; in dtrace_stmt_destroy()
/freebsd/bin/sh/
H A Dhistedit.c257 int first, last, direction; in histcmd() local
362 last = str_to_event(laststr, 1); in histcmd()
365 i = last; in histcmd()
366 last = first; in histcmd()
374 direction = first < last ? H_PREV : H_NEXT; in histcmd()
439 if (he.num == last) in histcmd()
494 str_to_event(const char *str, int last) in str_to_event() argument
524 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_methods.c320 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
335 last = m; in eap_peer_method_register()
338 if (last) in eap_peer_method_register()
339 last->next = method; in eap_peer_method_register()
/freebsd/contrib/libedit/
H A Dhist.c66 el->el_history.last = el->el_history.buf; in hist_init()
111 (el->el_history.last - el->el_history.buf); in hist_get()
236 el->el_history.last = newbuf + in hist_enlargebuf()
237 (el->el_history.last - el->el_history.buf); in hist_enlargebuf()
/freebsd/contrib/ntp/sntp/libevent/
H A Dminheap-internal.h100 struct event *last = s->p[--s->n]; in min_heap_erase_() local
107 if (e->ev_timeout_pos.min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last)) in min_heap_erase_()
108 min_heap_shift_up_unconditional_(s, e->ev_timeout_pos.min_heap_idx, last); in min_heap_erase_()
110 min_heap_shift_down_(s, e->ev_timeout_pos.min_heap_idx, last); in min_heap_erase_()
/freebsd/contrib/libevent/
H A Dminheap-internal.h100 struct event *last = s->p[--s->n]; in min_heap_erase_() local
107 if (e->ev_timeout_pos.min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last)) in min_heap_erase_()
108 min_heap_shift_up_unconditional_(s, e->ev_timeout_pos.min_heap_idx, last); in min_heap_erase_()
110 min_heap_shift_down_(s, e->ev_timeout_pos.min_heap_idx, last); in min_heap_erase_()
/freebsd/contrib/bmake/mk/
H A Dstage-install.sh74 eval last=\$$#
75 echo $last
/freebsd/sys/kern/
H A Dkern_timeout.c456 first = last = now; in callout_process()
458 last += lookahead; in callout_process()
460 lastb = callout_hash(last) - 1; in callout_process()
461 max = last; in callout_process()
522 if (tmp_max < last) in callout_process()
523 last = tmp_max; in callout_process()
534 cc->cc_firstevent = last; in callout_process()
1502 int cpu, last; in DB_SHOW_COMMAND_FLAGS() local
1509 cpu = last = addr; in DB_SHOW_COMMAND_FLAGS()
1512 last = mp_maxid; in DB_SHOW_COMMAND_FLAGS()
[all …]
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c423 char *dir, *last; in lstat_file() local
441 last = strrchr (path_bkp, '/'); in lstat_file()
442 if (last != NULL) { in lstat_file()
443 if(last[1] == '\0') in lstat_file()
447 a_params.in = last + 1; in lstat_file()
448 while(last > path_bkp && *--last == '/'); in lstat_file()
449 if(*last != '/' || last != path_bkp) { in lstat_file()
450 *++last = '\0'; in lstat_file()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2317.c632 int totalD,totalF, totalMin,last, i; in ar2317GetChannelMaxMinPower() local
666 for (last=0,i=0; (i<numChannels) && (freq > data[i].channelValue); in ar2317GetChannelMaxMinPower()
667 last = i++); in ar2317GetChannelMaxMinPower()
668 totalD = data[i].channelValue - data[last].channelValue; in ar2317GetChannelMaxMinPower()
670 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]); in ar2317GetChannelMaxMinPower()
671 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
672 ar2317GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
673 totalMin = ar2317GetMinPower(ah, &data[i]) - ar2317GetMinPower(ah, &data[last]); in ar2317GetChannelMaxMinPower()
674 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
675 ar2317GetMinPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
H A Dar2425.c609 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local
643 for (last=0,i=0; (i<numChannels) && (freq > data[i].channelValue); in ar2425GetChannelMaxMinPower()
644 last = i++); in ar2425GetChannelMaxMinPower()
645 totalD = data[i].channelValue - data[last].channelValue; in ar2425GetChannelMaxMinPower()
647 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]); in ar2425GetChannelMaxMinPower()
648 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
649 ar2425GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
650 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]); in ar2425GetChannelMaxMinPower()
651 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
652 ar2425GetMinPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
H A Dar2316.c652 int totalD,totalF, totalMin,last, i; in ar2316GetChannelMaxMinPower() local
686 for (last=0,i=0; (i<numChannels) && (freq > data[i].channelValue); in ar2316GetChannelMaxMinPower()
687 last = i++); in ar2316GetChannelMaxMinPower()
688 totalD = data[i].channelValue - data[last].channelValue; in ar2316GetChannelMaxMinPower()
690 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]); in ar2316GetChannelMaxMinPower()
691 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
692 ar2316GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower()
693 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]); in ar2316GetChannelMaxMinPower()
694 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
695 ar2316GetMinPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower()
H A Dar2413.c647 int totalD,totalF, totalMin,last, i; in ar2413GetChannelMaxMinPower() local
681 for (last=0,i=0; (i<numChannels) && (freq > data[i].channelValue); in ar2413GetChannelMaxMinPower()
682 last = i++); in ar2413GetChannelMaxMinPower()
683 totalD = data[i].channelValue - data[last].channelValue; in ar2413GetChannelMaxMinPower()
685 totalF = ar2413GetMaxPower(ah, &data[i]) - ar2413GetMaxPower(ah, &data[last]); in ar2413GetChannelMaxMinPower()
686 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
687 ar2413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower()
688 totalMin = ar2413GetMinPower(ah, &data[i]) - ar2413GetMinPower(ah, &data[last]); in ar2413GetChannelMaxMinPower()
689 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
690 ar2413GetMinPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower()
/freebsd/sbin/nvmecontrol/
H A Dcomnd.c318 struct cmd *walker, *last; in cmd_register() local
324 last = NULL; in cmd_register()
328 last = walker; in cmd_register()
330 if (last == NULL) { in cmd_register()
333 SLIST_INSERT_AFTER(last, cmd, link); in cmd_register()

1...<<11121314151617181920>>...72