/minix3/common/lib/libc/atomic/ |
H A D | atomic_init_testset.c | 105 _atomic_cas_up(volatile uint32_t *ptr, uint32_t old, uint32_t new) in _atomic_cas_up() 123 _atomic_cas_64_up(volatile uint64_t *ptr, uint64_t old, uint64_t new) in _atomic_cas_64_up() 141 _atomic_cas_16_up(volatile uint16_t *ptr, uint16_t old, uint16_t new) in _atomic_cas_16_up() 159 _atomic_cas_8_up(volatile uint8_t *ptr, uint8_t old, uint8_t new) in _atomic_cas_8_up() 176 _atomic_cas_mp(volatile uint32_t *ptr, uint32_t old, uint32_t new) in _atomic_cas_mp() 194 _atomic_cas_64_mp(volatile uint64_t *ptr, uint64_t old, uint64_t new) in _atomic_cas_64_mp() 212 _atomic_cas_16_mp(volatile uint16_t *ptr, uint16_t old, uint16_t new) in _atomic_cas_16_mp() 229 _atomic_cas_8_mp(volatile uint8_t *ptr, uint8_t old, uint8_t new) in _atomic_cas_8_mp() 246 _atomic_cas_32(volatile uint32_t *ptr, uint32_t old, uint32_t new) in _atomic_cas_32() 256 _atomic_cas_64(volatile uint64_t *ptr, uint64_t old, uint64_t new) in _atomic_cas_64() [all …]
|
H A D | atomic_sub_32_cas.c | 42 uint32_t old, new; in fetch_and_sub_4() local 54 uint32_t old, new; in sub_and_fetch_4() 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_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
|
H A D | atomic_nand_64_cas.c | 44 uint64_t old, new; in fetch_and_nand_8() local 56 uint64_t old, new; in nand_and_fetch_8() local
|
H A D | atomic_sub_64_cas.c | 44 uint64_t old, new; in fetch_and_sub_8() local 56 uint64_t old, new; in sub_and_fetch_8() local
|
H A D | atomic_nand_32_cas.c | 42 uint32_t old, new; in fetch_and_nand_4() local 54 uint32_t old, new; in nand_and_fetch_4() local
|
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_or_16_cas.c | 44 uint16_t old, new; in fetch_and_or_2() local 56 uint16_t old, new; in or_and_fetch_2() 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_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_16_cas.c | 44 uint16_t old, new; in fetch_and_add_2() local 56 uint16_t old, new; in add_and_fetch_2() local
|
H A D | atomic_xor_32_cas.c | 42 uint32_t old, new; in fetch_and_xor_4() local 54 uint32_t old, new; in xor_and_fetch_4() local
|
H A D | atomic_nand_8_cas.c | 44 uint8_t old, new; in fetch_and_nand_1() local 56 uint8_t old, new; in nand_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_xor_64_cas.c | 44 uint64_t old, new; in fetch_and_xor_8() local 56 uint64_t old, new; in xor_and_fetch_8() local
|
H A D | atomic_or_8_cas.c | 44 uint8_t old, new; in fetch_and_or_1() local 56 uint8_t old, new; in or_and_fetch_1() local
|
H A D | atomic_dec_32_nv_cas.c | 39 uint32_t old, new; in atomic_dec_32_nv() local
|
/minix3/sys/ufs/ext2fs/ |
H A D | ext2fs_bswap.c | 44 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) in e2fs_sb_bswap() 84 void e2fs_cg_bswap(struct ext2_gd *old, struct ext2_gd *new, int size) in e2fs_cg_bswap() 98 void e2fs_i_bswap(struct ext2fs_dinode *old, struct ext2fs_dinode *new) in e2fs_i_bswap()
|
/minix3/external/bsd/libc++/dist/libcxx/utils/sym_check/sym_check/ |
H A D | diff.py | 23 def added_symbols(old, new): argument 27 def removed_symbols(old, new): argument 31 def changed_symbols(old, new): argument 43 def diff(old, new): argument
|
/minix3/external/bsd/bind/dist/lib/dns/tests/ |
H A D | update_test.c | 62 isc_uint32_t old = 50; in ATF_TC_BODY() local 83 isc_uint32_t old = 0xffffffffu; in ATF_TC_BODY() local 103 isc_uint32_t old; in ATF_TC_BODY() local 126 isc_uint32_t old; in ATF_TC_BODY() local 149 isc_uint32_t old; in ATF_TC_BODY() local 172 isc_uint32_t old; in ATF_TC_BODY() local 196 isc_uint32_t old; in ATF_TC_BODY() local 220 isc_uint32_t old; in ATF_TC_BODY() local 243 isc_uint32_t old; in ATF_TC_BODY() local
|
H A D | dbdiff_test.c | 46 test_create(const atf_tc_t *tc, dns_db_t **old, dns_db_t **new) { in test_create() 68 dns_db_t *new = NULL, *old = NULL; in ATF_TC_BODY() local 98 dns_db_t *new = NULL, *old = NULL; in ATF_TC_BODY() local 136 dns_db_t *new = NULL, *old = NULL; in ATF_TC_BODY() local
|
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | strdup.c | 42 strdup(const char *old) in strdup()
|
/minix3/external/bsd/elftoolchain/dist/libelf/ |
H A D | elf_version.c | 41 unsigned int old; in elf_version() local
|
H A D | elf_errno.c | 41 int old; in elf_errno() local
|