Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table()
260 cc_hash_table(It first, It last, const hash_fn& h) in cc_hash_table()
271 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in cc_hash_table()
283 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table()
297 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table()
438 gp_hash_table(It first, It last, const hash_fn& h) in gp_hash_table()
449 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in gp_hash_table()
461 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table()
475 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table()
260 cc_hash_table(It first, It last, const hash_fn& h) in cc_hash_table()
271 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in cc_hash_table()
283 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table()
297 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table()
438 gp_hash_table(It first, It last, const hash_fn& h) in gp_hash_table()
449 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) in gp_hash_table()
461 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table()
475 gp_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, in gp_hash_table()
[all …]
/dflybsd-src/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c211 unsigned last; in _nc_last_ext_name() local
236 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_find_ext_name() local
280 int last = (int) NUM_EXT_NAMES(tp) - 1; in _nc_del_ext_name() local
322 unsigned last = _nc_last_ext_name(tp, token_type); in _nc_ins_ext_name() local
377 int last = first + to->ext_Strings; in adjust_cancels() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-iterator.c66 update_bb_for_stmts (gimple_seq_node first, gimple_seq_node last, in update_bb_for_stmts()
116 gimple_seq_node last, in gsi_insert_seq_nodes_before()
186 gimple_seq_node first, last; in gsi_insert_seq_before_without_update() local
234 gimple_seq_node last, in gsi_insert_seq_nodes_after()
298 gimple_seq_node first, last; in gsi_insert_seq_after_without_update() local
470 gimple *last; in gsi_replace_with_seq() local
671 gimple_stmt_iterator last = gsi_last_bb (bb); in gsi_move_to_bb_end() local
H A Doptabs.c1007 rtx_insn *last) in expand_binop_directly()
1138 rtx_insn *last; in expand_binop() local
1963 rtx_insn *last; in expand_twoval_unop() local
2035 rtx_insn *last; in expand_twoval_binop() local
2176 rtx_insn *last; in widen_leading() local
2333 rtx_insn *last; in widen_bswap() local
2405 rtx_insn *last; in expand_parity() local
2691 rtx_insn *last = get_last_insn (); in expand_unop_direct() local
2808 rtx_insn *last; in expand_unop() local
2872 rtx_insn *last = get_last_insn (); in expand_unop() local
[all …]
H A Dgimple-ssa-split-paths.c62 gimple *last = gsi_stmt (gsi_last_nondebug_bb (bb)); in find_block_to_duplicate_for_splitting_paths() local
77 gimple *last = gsi_stmt (gsi_last_nondebug_bb (bb_idom)); in find_block_to_duplicate_for_splitting_paths() local
/dflybsd-src/lib/libc/stdlib/
H A Dmerge.c63 #define ICOPY_LIST(src, dst, last) \ argument
72 #define CCOPY_LIST(src, dst, last) \ argument
102 u_char *list2, *list1, *p2, *p, *last, **p1; in mergesort() local
260 u_char *f1, *f2, *s, *l2, *last, *p2; in setup() local
/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c258 int *first, int *last, int depth) { in ss_insertionsort()
353 ss_pivot(const unsigned char *Td, const int *PA, int *first, int *last) { in ss_pivot()
382 int *first, int *last, int depth) { in ss_partition()
401 int *first, int *last, in ss_mintrosort()
551 ss_rotate(int *first, int *middle, int *last) { in ss_rotate()
593 int *first, int *middle, int *last, in ss_inplacemerge()
636 int *first, int *middle, int *last, in ss_mergeforward()
686 int *first, int *middle, int *last, in ss_mergebackward()
745 int *first, int *middle, int *last, in ss_swapmerge()
837 int *first, int *last, in sssort()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dedit.c178 struct edit_history *h, *match = NULL, *last = NULL; in history_add() local
561 static enum edit_key_code esc_seq_to_key1_no(char last) in esc_seq_to_key1_no()
578 static enum edit_key_code esc_seq_to_key1_shift(char last) in esc_seq_to_key1_shift()
595 static enum edit_key_code esc_seq_to_key1_alt(char last) in esc_seq_to_key1_alt()
612 static enum edit_key_code esc_seq_to_key1_alt_shift(char last) in esc_seq_to_key1_alt_shift()
629 static enum edit_key_code esc_seq_to_key1_ctrl(char last) in esc_seq_to_key1_ctrl()
646 static enum edit_key_code esc_seq_to_key1(int param1, int param2, char last) in esc_seq_to_key1()
700 static enum edit_key_code esc_seq_to_key2(int param1, int param2, char last) in esc_seq_to_key2()
728 char last, *pos; in esc_seq_to_key() local
/dflybsd-src/sys/dev/drm/
H A Dlinux_interval_tree.c80 unsigned long start, unsigned long last) in interval_tree_iter_first()
100 unsigned long start, unsigned long last) in interval_tree_iter_next()
/dflybsd-src/sys/bus/u4b/controller/
H A Dehci.c948 #define EHCI_APPEND_FS_TD(std,last) (last) = _ehci_append_fs_td(std,last) argument
950 _ehci_append_fs_td(ehci_sitd_t *std, ehci_sitd_t *last) in _ehci_append_fs_td()
974 #define EHCI_APPEND_HS_TD(std,last) (last) = _ehci_append_hs_td(std,last) argument
976 _ehci_append_hs_td(ehci_itd_t *std, ehci_itd_t *last) in _ehci_append_hs_td()
1000 #define EHCI_APPEND_QH(sqh,last) (last) = _ehci_append_qh(sqh,last) argument
1002 _ehci_append_qh(ehci_qh_t *sqh, ehci_qh_t *last) in _ehci_append_qh()
1032 #define EHCI_REMOVE_FS_TD(std,last) (last) = _ehci_remove_fs_td(std,last) argument
1034 _ehci_remove_fs_td(ehci_sitd_t *std, ehci_sitd_t *last) in _ehci_remove_fs_td()
1052 #define EHCI_REMOVE_HS_TD(std,last) (last) = _ehci_remove_hs_td(std,last) argument
1054 _ehci_remove_hs_td(ehci_itd_t *std, ehci_itd_t *last) in _ehci_remove_hs_td()
[all …]
H A Duhci.c890 #define UHCI_APPEND_TD(std,last) (last) = _uhci_append_td(std,last) argument
892 _uhci_append_td(uhci_td_t *std, uhci_td_t *last) in _uhci_append_td()
916 #define UHCI_APPEND_QH(sqh,last) (last) = _uhci_append_qh(sqh,last) argument
918 _uhci_append_qh(uhci_qh_t *sqh, uhci_qh_t *last) in _uhci_append_qh()
952 #define UHCI_REMOVE_TD(std,last) (last) = _uhci_remove_td(std,last) argument
954 _uhci_remove_td(uhci_td_t *std, uhci_td_t *last) in _uhci_remove_td()
972 #define UHCI_REMOVE_QH(sqh,last) (last) = _uhci_remove_qh(sqh,last) argument
974 _uhci_remove_qh(uhci_qh_t *sqh, uhci_qh_t *last) in _uhci_remove_qh()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgimple-iterator.c110 gimple_seq_node last, in gsi_insert_seq_nodes_before()
175 gimple_seq_node first, last; in gsi_insert_seq_before_without_update() local
227 gimple_seq_node last, in gsi_insert_seq_nodes_after()
286 gimple_seq_node first, last; in gsi_insert_seq_after_without_update() local
599 gimple_stmt_iterator last = gsi_last_bb (bb); in gsi_move_to_bb_end() local
H A Dtree-ssa-operands.c386 add_def_op (tree *op, def_optype_p last) in add_def_op()
401 add_use_op (gimple stmt, tree *op, use_optype_p last) in add_use_op()
423 def_optype_p old_ops, last; in finalize_ssa_defs() local
495 use_optype_p old_ops, ptr, last; in finalize_ssa_uses() local
/dflybsd-src/sys/cpu/x86_64/include/
H A Dstdarg.h55 #define __va_start(ap, last) \ argument
69 #define __va_start(ap, last) \ argument
/dflybsd-src/contrib/ncurses/progs/
H A Dtabs.c65 int last = 1; in do_tabs() local
148 int last = 0; in print_ruler() local
213 int ch, j, k, last; in trimmed_tab_list() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Drecord-btrace.c271 unsigned int context, last, begin, end; in record_btrace_insn_history() local
346 unsigned int last, begin, end; in record_btrace_insn_history_range() local
500 unsigned int context, last, begin, end; in record_btrace_call_history() local
575 unsigned int last, begin, end; in record_btrace_call_history_range() local
H A Dsolib-target.c86 struct lm_info *last = VEC_last (lm_info_p, *list); in library_list_start_segment() local
103 struct lm_info *last = VEC_last (lm_info_p, *list); in library_list_start_section() local
248 struct so_list *new_solib, *start = NULL, *last = NULL; in solib_target_current_sos() local
/dflybsd-src/lib/libc/string/
H A Dwcsrchr.c34 const wchar_t *last; in wcsrchr() local
H A Dwcstok.c41 wchar_t ** __restrict last) in wcstok()
H A Dmemmem.c40 char *cur, *last; in memmem() local
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dpcy_tree.c295 X509_POLICY_LEVEL *last = curr - 1; in tree_link_matching_nodes() local
370 const X509_POLICY_LEVEL *last = curr - 1; in tree_link_unmatched() local
405 X509_POLICY_LEVEL *last = curr - 1; in tree_link_any() local
/dflybsd-src/usr.bin/seq/
H A Dseq.c81 double last = 0.0; in main() local
406 generate_format(double first, double incr, double last, int equalize, char pad) in generate_format()
/dflybsd-src/sys/dev/drm/include/linux/
H A Dinterval_tree.h37 unsigned long last; /* Last location _in_ interval, inclusive */ member
/dflybsd-src/contrib/flex/src/
H A Dnfa.c151 int last = lastst[mach]; in dupmachine() local
310 int link_machines (int first, int last) in link_machines()

12345678910>>...28