Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/freebsd/sys/sys/
H A D_atomic_subword.h75 _atomic_cmpset_masked_word(uint32_t *addr, uint32_t old, uint32_t val, in _atomic_cmpset_masked_word()
101 _atomic_fcmpset_masked_word(uint32_t *addr, uint32_t *old, uint32_t val, in _atomic_fcmpset_masked_word()
119 atomic_cmpset_8(__volatile uint8_t *addr, uint8_t old, uint8_t val) in atomic_cmpset_8()
132 atomic_fcmpset_8(__volatile uint8_t *addr, uint8_t *old, uint8_t val) in atomic_fcmpset_8()
149 atomic_cmpset_16(__volatile uint16_t *addr, uint16_t old, uint16_t val) in atomic_cmpset_16()
162 atomic_fcmpset_16(__volatile uint16_t *addr, uint16_t *old, uint16_t val) in atomic_fcmpset_16()
222 u_long bit, old; in atomic_testandset_acq_long() local
240 u_long bit, old; in atomic_testandset_long() local
258 u_long bit, old; in atomic_testandclear_long() local
H A Drefcount.h76 u_int old; in refcount_acquire() local
88 u_int old; in refcount_acquiren() local
102 u_int old; in refcount_acquire_checked() local
121 u_int old; in refcount_acquire_if_gt() local
144 u_int old; in refcount_releasen() local
H A Dblockcount.h56 u_int old; in blockcount_acquire() local
68 u_int old; in blockcount_release() local
/freebsd/sys/dev/drm2/
H A Ddrm_lock.c186 unsigned int old, new, prev; in drm_lock_take() local
235 unsigned int old, new, prev; in drm_lock_transfer() local
260 unsigned int old, new, prev; in drm_lock_free() local
302 unsigned int old, new, prev; in drm_notifier() local
354 unsigned int old, prev; in drm_idlelock_release() local
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c130 ip_forward(int forw, int *old) in ip_forward()
145 ip_setttl(int ttl, int *old) in ip_setttl()
166 int old = 0; in op_ip() local
/freebsd/sys/i386/linux/
H A Dlinux_copyout.c101 int old; in futex_orl_slow0() local
127 int old; in futex_andl_slow0() local
153 int old; in futex_xorl_slow0() local
/freebsd/lib/libc/locale/
H A Dxlocale.c157 locale_t old = get_thread_locale(); in set_thread_locale() local
208 copyflags(locale_t new, locale_t old) in copyflags()
374 locale_t old = get_thread_locale(); in uselocale() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h34 basic_int_t old = bits_; in setBit() local
41 basic_int_t old = bits_; in clearBit() local
57 basic_int_t old = bits_; in setUnion() local
64 basic_int_t old = bits_; in setIntersection() local
71 basic_int_t old = bits_; in setDifference() local
/freebsd/sys/ufs/ufs/
H A Dufs_acl.c228 ufs_get_oldacl(acl_type_t type, struct oldacl *old, struct vnode *vp, in ufs_get_oldacl()
285 struct oldacl *old; in ufs_getacl_posix1e() local
485 struct oldacl *old; in ufs_setacl_posix1e() local
/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c53 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) in matchlen()
63 static off_t search(off_t *I,u_char *old,off_t oldsize, in search()
118 u_char *old,*new; in main() local
/freebsd/sys/kern/
H A Dsysv_ipc.c152 ipcperm_old2new(struct ipc_perm_old *old, struct ipc_perm *new) in ipcperm_old2new()
165 ipcperm_new2old(struct ipc_perm *new, struct ipc_perm_old *old) in ipcperm_new2old()
/freebsd/contrib/file/src/
H A Dcompress.c564 uncompressgzipped(const unsigned char *old, unsigned char **newch, in uncompressgzipped()
605 uncompresszlib(const unsigned char *old, unsigned char **newch, in uncompresszlib()
647 uncompressbzlib(const unsigned char *old, unsigned char **newch, in uncompressbzlib()
688 uncompressxzlib(const unsigned char *old, unsigned char **newch, in uncompressxzlib()
726 uncompresszstd(const unsigned char *old, unsigned char **newch, in uncompresszstd()
771 uncompresslzlib(const unsigned char *old, unsigned char **newch, in uncompresslzlib()
931 writechild(int fd, const void *old, size_t n) in writechild()
1050 const unsigned char *old, unsigned char **newch, size_t* n) in uncompressbuf()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_cancel.cpp51 kmp_int32 old = cancel_noreq; in __kmpc_cancel() local
89 kmp_int32 old = cancel_noreq; in __kmpc_cancel() local
/freebsd/contrib/elftoolchain/libelf/
H A Delf_errno.c36 int old; in elf_errno() local
H A Delf_version.c36 unsigned int old; in elf_version() local
/freebsd/crypto/heimdal/lib/roken/
H A Dstrdup.c40 strdup(const char *old) in strdup()
/freebsd/lib/libc/softfloat/
H A Dfpsetmask.c50 fp_except old; in __weak_alias() local
H A Dfpsetsticky.c50 fp_except old; in __weak_alias() local
H A Dfpsetround.c50 fp_rnd_t old; in __weak_alias() local
/freebsd/lib/libc/powerpcspe/gen/
H A Dfpsetmask.c42 fp_except_t old; in fpsetmask() local
H A Dfpsetround.c42 fp_rnd_t old; in fpsetround() local
/freebsd/lib/libc/powerpc/gen/
H A Dfpsetround.c43 fp_rnd_t old; in fpsetround() local
H A Dfpsetmask.c43 fp_except_t old; in fpsetmask() local
/freebsd/lib/libc/powerpc64/gen/
H A Dfpsetmask.c43 fp_except_t old; in fpsetmask() local
H A Dfpsetround.c43 fp_rnd_t old; in fpsetround() local

12345678910>>...17