/netbsd-src/common/lib/libc/atomic/ |
H A D | atomic_init_testset.c | 104 _atomic_cas_up(volatile uint32_t *ptr, uint32_t old, uint32_t new) in _atomic_cas_up() 122 _atomic_cas_64_up(volatile uint64_t *ptr, uint64_t old, uint64_t new) in _atomic_cas_64_up() 140 _atomic_cas_16_up(volatile uint16_t *ptr, uint16_t old, uint16_t new) in _atomic_cas_16_up() 158 _atomic_cas_8_up(volatile uint8_t *ptr, uint8_t old, uint8_t new) in _atomic_cas_8_up() 175 _atomic_cas_mp(volatile uint32_t *ptr, uint32_t old, uint32_t new) in _atomic_cas_mp() 193 _atomic_cas_64_mp(volatile uint64_t *ptr, uint64_t old, uint64_t new) in _atomic_cas_64_mp() 211 _atomic_cas_16_mp(volatile uint16_t *ptr, uint16_t old, uint16_t new) in _atomic_cas_16_mp() 228 _atomic_cas_8_mp(volatile uint8_t *ptr, uint8_t old, uint8_t new) in _atomic_cas_8_mp() 245 _atomic_cas_32(volatile uint32_t *ptr, uint32_t old, uint32_t new) in _atomic_cas_32() 255 _atomic_cas_64(volatile uint64_t *ptr, uint64_t old, uint64_t new) in _atomic_cas_64() [all …]
|
H A D | atomic_sub_8_cas.c | 44 uint8_t old, new; in fetch_and_sub_1() local 56 uint8_t old, new; in sub_and_fetch_1() local
|
H A D | atomic_nand_16_cas.c | 44 uint16_t old, new; in fetch_and_nand_2() local 56 uint16_t old, new; in nand_and_fetch_2() local
|
H A D | atomic_add_8_cas.c | 44 uint8_t old, new; in fetch_and_add_1() local 56 uint8_t old, new; in add_and_fetch_1() local
|
H A D | atomic_xor_8_cas.c | 44 uint8_t old, new; in fetch_and_xor_1() local 56 uint8_t old, new; in xor_and_fetch_1() local
|
H A D | atomic_sub_16_cas.c | 44 uint16_t old, new; in fetch_and_sub_2() local 56 uint16_t old, new; in sub_and_fetch_2() local
|
H A D | atomic_xor_16_cas.c | 44 uint16_t old, new; in fetch_and_xor_2() local 56 uint16_t old, new; in xor_and_fetch_2() local
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | ch_malloc.c | 57 void *new; in ch_malloc() local 75 void *new, *ctx; in ch_realloc() local 107 void *new; in ch_calloc() local 124 char *new; in ch_strdup() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/sym_check/ |
H A D | diff.py | 30 def added_symbols(old, new): argument 34 def removed_symbols(old, new): argument 38 def changed_symbols(old, new): argument 50 def diff(old, new): argument
|
/netbsd-src/usr.bin/find/ |
H A D | function.c | 238 PLAN *new; in c_amin() local 267 PLAN *new; in c_anewer() local 295 PLAN *new; in c_asince() local 323 PLAN *new; in c_atime() local 351 PLAN *new; in c_cmin() local 380 PLAN *new; in c_cnewer() local 408 PLAN *new; in c_csince() local 436 PLAN *new; in c_ctime() local 722 PLAN *new; /* node returned */ in c_exec() local 881 PLAN *new; /* node returned */ in c_execdir() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantsContext.h | 54 void *operator new(size_t s) { in new() function 82 void *operator new(size_t s) { in new() function 109 void *operator new(size_t s) { in new() function 137 void *operator new(size_t s) { in new() function 166 void *operator new(size_t s) { in new() function 203 void *operator new(size_t s) { return User::operator new(s, 2); } in new() function 229 void *operator new(size_t s) { in new() function 261 void *operator new(size_t s) { in new() function 326 void *operator new(size_t s) { in new() function
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_list.c | 43 dt_list_append(dt_list_t *dlp, void *new) in dt_list_append() 62 dt_list_prepend(dt_list_t *dlp, void *new) in dt_list_prepend() 81 dt_list_insert(dt_list_t *dlp, void *after_me, void *new) in dt_list_insert()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | libcol_util.h | 209 __collector_cas_32 (volatile uint32_t *pdata, uint32_t old, uint32_t new) in __collector_cas_32() 225 __collector_cas_64p (volatile uint64_t *mem, uint64_t *old, uint64_t * new) in __collector_cas_64p() 259 __collector_cas_ptr (void *mem, void *cmp, void *new) in __collector_cas_ptr() 293 __collector_cas_32 (volatile uint32_t *ptr, uint32_t old, uint32_t new) in __collector_cas_32() 299 __collector_cas_64p (volatile uint64_t *ptr, uint64_t *old, uint64_t * new) in __collector_cas_64p() 305 __collector_cas_ptr (void *ptr, void *old, void *new) in __collector_cas_ptr()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | libcol_util.h | 209 __collector_cas_32 (volatile uint32_t *pdata, uint32_t old, uint32_t new) in __collector_cas_32() 225 __collector_cas_64p (volatile uint64_t *mem, uint64_t *old, uint64_t * new) in __collector_cas_64p() 259 __collector_cas_ptr (void *mem, void *cmp, void *new) in __collector_cas_ptr() 293 __collector_cas_32 (volatile uint32_t *ptr, uint32_t old, uint32_t new) in __collector_cas_32() 299 __collector_cas_64p (volatile uint64_t *ptr, uint64_t *old, uint64_t * new) in __collector_cas_64p() 305 __collector_cas_ptr (void *ptr, void *old, void *new) in __collector_cas_ptr()
|
/netbsd-src/crypto/dist/ipsec-tools/misc/ |
H A D | cvs2cl.pl | 335 sub new { subroutine 400 sub new { subroutine 782 sub new { subroutine 1022 sub new { subroutine 1781 sub new { subroutine 1838 sub new { subroutine 1924 sub new { subroutine
|
/netbsd-src/lib/libform/ |
H A D | type_alnum.c | 55 alnum_args *new; in create_alnum_args() local 71 alnum_args *new; in copy_alnum_args() local 98 char *buf, *new; in alnum_check_field() local
|
H A D | type_alpha.c | 57 alpha_args *new; in create_alpha_args() local 73 alpha_args *new; in copy_alpha_args() local 100 char *buf, *new; in alpha_check_field() local
|
/netbsd-src/sys/arch/arm/xscale/ |
H A D | pxa2x0_intr.h | 68 pxa2x0_setipl(int new) in pxa2x0_setipl() 77 pxa2x0_splx(int new) in pxa2x0_splx() 123 #define splx(new) pxa2x0_splx(new) argument
|
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_bswap.c | 44 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) in e2fs_sb_bswap() 86 e2fs_i_bswap(struct ext2fs_dinode *old, struct ext2fs_dinode *new, size_t isize) in e2fs_i_bswap()
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | remoteconf.c | 488 struct remoteconf *new; in newrmconf() local 565 struct rsa_key *new; in duprsa() local 581 struct remoteconf *new; local 606 duprmconf_finish (new) in duprmconf_finish() argument 788 struct etypes *new; local 819 insrmconf(new) in insrmconf() argument 902 struct isakmpsa *new; in newisakmpsa() local 926 insisakmpsa(new, rmconf) in insisakmpsa() argument 1082 struct idspec *new; in newidspec() local
|
H A D | proposal.c | 82 struct saprop *new; in newsaprop() local 94 struct saproto *new; in newsaproto() local 105 inssaprop(head, new) in inssaprop() argument 125 inssaproto(pp, new) in inssaproto() argument 143 inssaprotorev(pp, new) in inssaprotorev() argument 156 struct satrns *new; in newsatrns() local 167 inssatrns(pr, new) in inssatrns() argument
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | refcount.h | 57 unsigned old, new; in refcount_inc_not_zero() local 72 unsigned old, new; in refcount_dec_and_test() local 94 unsigned old, new; in refcount_dec_and_mutex_lock() local
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/ |
H A D | check-sums.ps1 | 28 $new = $(hash $file).replace("-","") in main() variable 29 $new = $new.ToLower() in main() variable 34 if ($new -eq $old) { in main() variable
|
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
H A D | drm_lock.c | 136 unsigned int old, new; in drm_lock_take() local 167 unsigned int old, new; in drm_lock_transfer() local 181 unsigned int old, new; in drm_lock_free() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | run_tests.pl | 167 sub new { subroutine 263 sub new { subroutine
|