Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 1249) sorted by relevance

12345678910>>...50

/freebsd/contrib/libucl/uthash/
H A Dutlist.h85 #define _NEXT(elt,list,next) ((char*)((list)->next)) argument
86 #define _NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to);… argument
93 #define _NEXT(elt,list,next) ((elt)->next) argument
94 #define _NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
108 #define LL_SORT2(list, cmp, next) \ argument
171 #define DL_SORT2(list, cmp, prev, next) \ argument
233 #define CDL_SORT2(list, cmp, prev, next) \ argument
312 #define LL_PREPEND2(head,add,next) \ argument
321 #define LL_CONCAT2(head1,head2,next) \ argument
336 #define LL_APPEND2(head,add,next) \ argument
[all …]
/freebsd/contrib/tcpdump/
H A Dcpack.c59 const uint8_t *next; in nd_cpack_align_and_reserve() local
98 const uint8_t *next; in nd_cpack_uint64() local
114 const uint8_t *next; in nd_cpack_int64() local
130 const uint8_t *next; in nd_cpack_uint32() local
146 const uint8_t *next; in nd_cpack_int32() local
162 const uint8_t *next; in nd_cpack_uint16() local
178 const uint8_t *next; in nd_cpack_int16() local
/freebsd/sys/kern/
H A Dsubr_module.c70 int next; in preload_search_by_name() local
101 int next; in preload_search_by_type() local
137 int next; in preload_search_next_name() local
179 int next; in preload_search_info() local
225 int next; in preload_delete_name() local
296 int next; in preload_bootstrap_relocate() local
/freebsd/contrib/xz/src/liblzma/simple/
H A Darmthumb.c57 armthumb_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, in armthumb_coder_init()
67 lzma_simple_armthumb_encoder_init(lzma_next_coder *next, in lzma_simple_armthumb_encoder_init()
78 lzma_simple_armthumb_decoder_init(lzma_next_coder *next, in lzma_simple_armthumb_decoder_init()
H A Darm.c49 arm_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, in arm_coder_init()
59 lzma_simple_arm_encoder_init(lzma_next_coder *next, in lzma_simple_arm_encoder_init()
70 lzma_simple_arm_decoder_init(lzma_next_coder *next, in lzma_simple_arm_decoder_init()
H A Dsparc.c60 sparc_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, in sparc_coder_init()
70 lzma_simple_sparc_encoder_init(lzma_next_coder *next, in lzma_simple_sparc_encoder_init()
81 lzma_simple_sparc_decoder_init(lzma_next_coder *next, in lzma_simple_sparc_decoder_init()
H A Dpowerpc.c54 powerpc_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, in powerpc_coder_init()
64 lzma_simple_powerpc_encoder_init(lzma_next_coder *next, in lzma_simple_powerpc_encoder_init()
75 lzma_simple_powerpc_decoder_init(lzma_next_coder *next, in lzma_simple_powerpc_decoder_init()
H A Darm64.c111 arm64_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, in arm64_coder_init()
121 lzma_simple_arm64_encoder_init(lzma_next_coder *next, in lzma_simple_arm64_encoder_init()
141 lzma_simple_arm64_decoder_init(lzma_next_coder *next, in lzma_simple_arm64_decoder_init()
H A Dia64.c90 ia64_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, in ia64_coder_init()
100 lzma_simple_ia64_encoder_init(lzma_next_coder *next, in lzma_simple_ia64_encoder_init()
111 lzma_simple_ia64_decoder_init(lzma_next_coder *next, in lzma_simple_ia64_decoder_init()
/freebsd/libexec/revnetgroup/
H A Dhash.h38 struct grouplist *next; member
46 struct member_entry *next; member
53 struct group_entry *next; member
/freebsd/sys/contrib/ck/include/
H A Dck_hp_fifo.h49 struct ck_hp_fifo_entry *next; member
83 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_enqueue_mpmc() local
114 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_tryenqueue_mpmc() local
142 struct ck_hp_fifo_entry *head, *tail, *next; in ck_hp_fifo_dequeue_mpmc() local
176 struct ck_hp_fifo_entry *head, *tail, *next; in ck_hp_fifo_trydequeue_mpmc() local
H A Dck_fifo.h41 struct ck_fifo_spsc_entry *next; member
213 struct ck_fifo_mpmc_pointer next; member
249 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_enqueue() local
306 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_tryenqueue() local
359 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_dequeue() local
414 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_trydequeue() local
/freebsd/usr.bin/find/
H A Doperator.c72 PLAN *next; /* temp node holding subexpression results */ in yankexpr() local
161 PLAN *next; /* next node being processed */ in not_squish() local
224 PLAN *next; /* next node being processed */ in or_squish() local
/freebsd/sys/netpfil/ipfw/test/
H A Dmylist.h10 struct list_head *prev, *next; member
17 struct list_head *next) in __list_add()
35 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_md.c77 BIO *next; in md_read() local
105 BIO *next; in md_write() local
137 BIO *dbio, *next; in md_ctrl() local
198 BIO *next; in md_callback_ctrl() local
/freebsd/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c218 ng_btsocket_hci_raw_pcb_p this = NULL, next = NULL; in hcirawpr() local
273 ng_btsocket_l2cap_raw_pcb_p this = NULL, next = NULL; in l2caprawpr() local
329 ng_btsocket_l2cap_pcb_p this = NULL, next = NULL; in l2cappr() local
384 ng_btsocket_l2cap_rtentry_p this = NULL, next = NULL; in l2caprtpr() local
434 ng_btsocket_rfcomm_pcb_p this = NULL, next = NULL; in rfcommpr() local
499 ng_btsocket_rfcomm_session_p this = NULL, next = NULL; in rfcommpr_s() local
/freebsd/contrib/ofed/libmlx5/
H A Dsrq.c51 struct mlx5_wqe_srq_next_seg *next; in mlx5_copy_to_recv_srq() local
75 struct mlx5_wqe_srq_next_seg *next; in mlx5_free_srq_wqe() local
91 struct mlx5_wqe_srq_next_seg *next; in mlx5_post_srq_recv() local
151 struct mlx5_wqe_srq_next_seg *next; in mlx5_alloc_srq_buf() local
/freebsd/contrib/googletest/googletest/samples/
H A Dsample3-inl.h54 QueueNode* next() { return next_; } in next() function
55 const QueueNode* next() const { return next_; } in next() function
85 QueueNode<E>* next = node->next(); in Clear() local
/freebsd/libexec/talkd/
H A Dtable.c64 TABLE_ENTRY *next; member
79 TABLE_ENTRY *ptr, *next; in find_match() local
113 TABLE_ENTRY *ptr, *next; in find_request() local
/freebsd/libexec/mknetid/
H A Dhash.h38 struct grouplist *next; member
45 struct member_entry *next; member
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.h42 kmp_depnode_list *next; in __kmp_depnode_list_free() local
60 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries() local
148 kmp_depnode_list_t *next; in __kmp_release_deps() local
/freebsd/crypto/openssl/test/
H A Dsslcorrupttest.c19 BIO *next = BIO_next(bio); in copy_flags() local
29 BIO *next = BIO_next(bio); in tls_corrupt_read() local
40 BIO *next = BIO_next(bio); in tls_corrupt_write() local
61 BIO *next = BIO_next(bio); in tls_corrupt_ctrl() local
/freebsd/sbin/ipf/iplang/
H A Diplang_l.l28 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable
43 int next; member
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c59 struct mem_item *next; /* pointer to next item in list, or NULL */ member
114 struct mem_item *item, *next; in mem_free() local
203 struct mem_item *item, *next; in mem_done() local
248 unsigned next, val; in h2b() local
449 static unsigned int next = 0; in pull() local
623 code *next, table[ENOUGH_DISTS]; in cover_trees() local
/freebsd/usr.bin/rpcgen/
H A Drpc_parse.h95 struct enumval_list *next; member
115 struct decl_list *next; member
128 struct case_list *next; member
153 struct proc_list *next; member
161 struct version_list *next; member
192 struct bas_type *next; member

12345678910>>...50