Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/freebsd-10-stable/contrib/apr/atomic/unix/
Dppc.c44 apr_uint32_t prev, temp; in apr_atomic_add32() local
76 apr_uint32_t prev; in apr_atomic_inc32() local
94 apr_uint32_t prev; in apr_atomic_dec32() local
112 apr_uint32_t prev; in apr_atomic_cas32() local
131 apr_uint32_t prev; in apr_atomic_xchg32() local
147 void *prev; in apr_atomic_casptr() local
180 void *prev; in apr_atomic_xchgptr() local
Dia32.c60 unsigned char prev; in apr_atomic_dec32() local
73 apr_uint32_t prev; in apr_atomic_cas32() local
84 apr_uint32_t prev = val; in apr_atomic_xchg32() local
94 void *prev; in apr_atomic_casptr() local
112 void *prev; in apr_atomic_xchgptr() local
Ds390.c38 apr_uint32_t prev = *mem, temp; in atomic_add() local
64 apr_uint32_t prev = *mem, temp; in atomic_sub() local
101 apr_uint32_t prev = *mem; in apr_atomic_xchg32() local
115 void *prev = (void *) cmp; in apr_atomic_casptr() local
134 void *prev = (void *) *mem; in apr_atomic_xchgptr() local
Dmutex.c151 apr_uint32_t prev; in apr_atomic_cas32() local
166 apr_uint32_t prev; in apr_atomic_xchg32() local
179 void *prev; in apr_atomic_casptr() local
194 void *prev; in apr_atomic_xchgptr() local
/freebsd-10-stable/sys/dev/drm2/
Ddrm_lock.c188 unsigned int old, new, prev; in drm_lock_take() local
237 unsigned int old, new, prev; in drm_lock_transfer() local
262 unsigned int old, new, prev; in drm_lock_free() local
304 unsigned int old, new, prev; in drm_notifier() local
356 unsigned int old, prev; in drm_idlelock_release() local
/freebsd-10-stable/sys/netpfil/ipfw/test/
Dmylist.h10 struct list_head *prev, *next; member
16 __list_add(struct list_head *o, struct list_head *prev, in __list_add()
35 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
/freebsd-10-stable/sys/x86/iommu/
Dintel_gas.c210 struct dmar_map_entry *prev, *found; in dmar_gas_rb_insert() local
223 struct dmar_map_entry *prev; in dmar_gas_rb_remove() local
303 dmar_gas_match_one(struct dmar_gas_match_args *a, struct dmar_map_entry *prev, in dmar_gas_match_one()
358 struct dmar_map_entry *prev) in dmar_gas_match_insert()
403 dmar_gas_lowermatch(struct dmar_gas_match_args *a, struct dmar_map_entry *prev) in dmar_gas_lowermatch()
433 struct dmar_map_entry *next, *prev, find_entry; in dmar_gas_uppermatch() local
509 struct dmar_map_entry *next, *prev; in dmar_gas_alloc_region() local
605 struct dmar_map_entry *next, *prev; in dmar_gas_free_region() local
/freebsd-10-stable/contrib/ntp/lib/isc/sparc64/include/isc/
Datomic.h70 isc_int32_t prev, swapped; in isc_atomic_xadd() local
90 isc_int32_t prev, swapped; in isc_atomic_store() local
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Dblacklist.c94 struct wpa_blacklist *e, *prev = NULL; in wpa_blacklist_del() local
125 struct wpa_blacklist *e, *prev; in wpa_blacklist_clear() local
/freebsd-10-stable/contrib/binutils/binutils/
Darsup.c75 bfd *prev = arch; in map_over_list() local
213 ar_addlib_doer (bfd *abfd, bfd *prev) in ar_addlib_doer()
295 bfd **prev = &(obfd->archive_head); in ar_delete() local
357 bfd **prev = &(obfd->archive_head); in ar_replace() local
/freebsd-10-stable/contrib/wpa/src/ap/
Dieee802_11_auth.c67 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free() local
343 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache() local
372 struct hostapd_acl_query_data *prev, *entry, *tmp; in hostapd_acl_expire_queries() local
480 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_recv_radius() local
619 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_deinit() local
639 struct hostapd_sta_wpa_psk_short *prev = psk; in hostapd_free_psk_list() local
/freebsd-10-stable/contrib/apr-util/misc/
Dapr_rmm.c54 apr_rmm_off_t prev; member
79 apr_rmm_off_t prev = 0; in find_block_by_offset() local
149 struct rmm_block_t *prev = (rmm_block_t*)((char*)rmm->base + blk->prev); in move_block() local
183 struct rmm_block_t *prev = (rmm_block_t*)((char*)rmm->base + blk->prev); in move_block() local
406 struct rmm_block_t *prev = (rmm_block_t*)((char*)rmm->base + blk->prev); in apr_rmm_free() local
/freebsd-10-stable/sys/dev/hptrr/
Dlist.h43 struct list_head *next, *prev; member
48 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add()
66 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/freebsd-10-stable/sys/dev/hptnr/
Dlist.h40 struct list_head *next, *prev; member
45 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add()
63 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/freebsd-10-stable/sys/dev/hpt27xx/
Dlist.h41 struct list_head *next, *prev; member
46 static HPT_INLINE void __list_add(struct list_head * _new, struct list_head * prev, struct list_hea… in __list_add()
64 static HPT_INLINE void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
/freebsd-10-stable/contrib/ntp/lib/isc/x86_32/include/isc/
Datomic.h32 isc_int32_t prev = val; in isc_atomic_xadd() local
49 isc_int64_t prev = val; in isc_atomic_xaddq() local
/freebsd-10-stable/contrib/ntp/lib/isc/alpha/include/isc/
Datomic.h121 isc_int32_t temp, prev; in isc_atomic_xadd() local
158 isc_int32_t temp, prev; in isc_atomic_cmpxchg() local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_mcg.c65 u16 *hash, int *prev, int *index) in find_mgm()
133 int index, prev; in mthca_multicast_attach() local
240 int prev, index; in mthca_multicast_detach() local
/freebsd-10-stable/contrib/libucl/uthash/
Dutlist.h88 #define _PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*)(to);… argument
96 #define _PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument
171 #define DL_SORT2(list, cmp, prev, next) \ argument
233 #define CDL_SORT2(list, cmp, prev, next) \ argument
507 #define DL_PREPEND2(head,add,prev,next) \ argument
522 #define DL_APPEND2(head,add,prev,next) \ argument
539 #define DL_CONCAT2(head1,head2,prev,next) \ argument
557 #define DL_DELETE2(head,del,prev,next) \ argument
651 #define CDL_PREPEND2(head,add,prev,next) \ argument
668 #define CDL_DELETE2(head,del,prev,next) \ argument
[all …]
/freebsd-10-stable/sys/contrib/altq/altq/
Daltq_classq.h131 struct mbuf *m, *m0, *prev; in _getq_tail() local
161 struct mbuf *prev = NULL; in _getq_random() local
180 struct mbuf *m0, *prev; in _removeq() local
/freebsd-10-stable/lib/libc/rpc/
Dsvc.c178 struct svc_callout *prev; in svc_reg() local
244 struct svc_callout *prev; in svc_unreg() local
277 struct svc_callout *prev; in svc_register() local
312 struct svc_callout *prev; in svc_unregister() local
335 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, in svc_find()
/freebsd-10-stable/contrib/gcc/
Djump.c110 rtx insn, next, prev; in cleanup_barriers() local
295 rtx prev = PREV_INSN (insn); in squeeze_notes() local
332 rtx prev = PREV_INSN (insn); in get_label_before() local
425 rtx prev; in reversed_comparison_code_parts() local
1354 rtx prev = prev_nonnote_insn (insn); in delete_computation() local
1403 rtx next = NEXT_INSN (insn), prev = PREV_INSN (insn); in delete_related_insns() local
1534 rtx prev = PREV_INSN (insn); in delete_for_peephole() local
/freebsd-10-stable/lib/libc/ia64/gen/
Dfpsetround.c36 fp_rnd_t prev; in fpsetround() local
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
Dtabtest.c73 int i, prev = -1, bad = 0; in main() local
/freebsd-10-stable/usr.bin/mkuzip/
Dmkuz_blk_chain.h34 struct mkuz_bchain_link *prev; member

12345678910>>...22