Searched defs:prev (Results 1 - 25 of 252) sorted by relevance

1234567891011

/src/lib/libc/arch/ia64/gen/
H A Dfpsetround.c36 fp_rnd prev; local in function:fpsetround
/src/common/lib/libc/atomic/
H A Datomic_c11_compare_exchange_cas_16.c56 const uint16_t prev = atomic_cas_16(mem, old, desired); local in function:__atomic_compare_exchange_2
H A Datomic_c11_compare_exchange_cas_32.c56 const uint32_t prev = atomic_cas_32(mem, old, desired); local in function:__atomic_compare_exchange_4
H A Datomic_c11_compare_exchange_cas_8.c56 const uint8_t prev = atomic_cas_8(mem, old, desired); local in function:__atomic_compare_exchange_1
/src/sys/ufs/chfs/
H A Dchfs_vnode_cache.c81 struct chfs_vnode_cache** prev; local in function:chfs_vnode_cache_add
103 struct chfs_vnode_cache** prev; local in function:chfs_vnode_cache_remove
[all...]
/src/sys/arch/atari/atari/
H A Dstalloc.c153 struct mem_node *mn, *next, *prev; local in function:free_stmem
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_nv10_fence.c49 nv10_fence_sync(struct nouveau_fence * fence,struct nouveau_channel * prev,struct nouveau_channel * chan) argument
H A Dnouveau_nv17_fence.c39 nv17_fence_sync(struct nouveau_fence * fence,struct nouveau_channel * prev,struct nouveau_channel * chan) argument
H A Dnouveau_nv04_fence.c58 nv04_fence_sync(struct nouveau_fence * fence,struct nouveau_channel * prev,struct nouveau_channel * chan) argument
/src/sys/external/bsd/drm2/linux/
H A Dlinux_list_sort.c158 struct list_head *prev = list; local in function:list_sort_merge_into
[all...]
/src/bin/ksh/
H A Dalloc.c37 struct link *prev; member in struct:link
/src/games/boggle/mkdict/
H A Dmkdict.c67 int current, len, prev, qcount; local in function:main
/src/games/boggle/mkindex/
H A Dmkindex.c57 int clen, rlen, prev, i; local in function:main
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h80 Type prev; local in function:__sanitizer::atomic_compare_exchange_strong
H A Dsanitizer_atomic_msvc.h186 u8 prev = (u8)_InterlockedCompareExchange8( local in function:__sanitizer::atomic_compare_exchange_strong
189 u8 prev; local in function:__sanitizer::atomic_compare_exchange_strong
209 uptr prev = (uptr)_InterlockedCompareExchangePointer( local in function:__sanitizer::atomic_compare_exchange_strong
222 u16 prev = (u16)_InterlockedCompareExchange16( local in function:__sanitizer::atomic_compare_exchange_strong
235 u32 prev = (u32)_InterlockedCompareExchange( local in function:__sanitizer::atomic_compare_exchange_strong
248 u64 prev = (u64)_InterlockedCompareExchange64( local in function:__sanitizer::atomic_compare_exchange_strong
[all...]
/src/usr.bin/systat/
H A Dglobalcmds.c82 char *name, *prev; local in function:global_help
/src/tests/usr.bin/indent/
H A Dopt_bc.c141 const struct paren_level *prev = state.prev_ps.paren.item, variable in typeref:typename:const struct paren_level *
149 const struct paren_level *prev = state.prev_ps.paren.item, *curr = ps.paren.item; variable in typeref:typename:const struct paren_level *
/src/sys/arch/arm/ti/
H A Dam3_platform.c117 uint32_t cur, prev; local in function:am33xx_platform_delay
/src/games/primes/
H A Dprimes.c217 uint64_t prev = 0; local in function:primes
/src/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_auth.c101 drm_magic_entry_t *prev = NULL; local in function:drm_remove_magic
H A Ddrm_linux_list.h36 struct list_head *next, *prev; member in struct:list_head
[all...]
/src/usr.bin/make/
H A Dlst.h91 ListNode *prev; /* previous node in list, or NULL */ member in struct:ListNode
/src/usr.sbin/mrouted/
H A Dcallout.c93 struct timeout_q *ptr, *node, *prev; local in function:timer_setTimer
156 struct timeout_q *ptr, *prev; local in function:timer_clearTimer
/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_lock.c67 unsigned int old, new, prev; local in function:drm_lock_take
116 unsigned int old, new, prev; local in function:drm_lock_transfer
131 unsigned int old, new, prev; local in function:drm_legacy_lock_free
317 unsigned int old, prev; local in function:drm_legacy_idlelock_release
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ring.h61 intel_ring_direction(const struct intel_ring * ring,u32 next,u32 prev) argument

Completed in 11 milliseconds

1234567891011