/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_coverage_libcdep_new.cpp | 225 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_pc_guard, u32* guard) { in SANITIZER_INTERFACE_WEAK_DEF() argument 231 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_pc_guard_init, in SANITIZER_INTERFACE_WEAK_DEF() argument 249 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 250 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp1, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 251 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp2, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 252 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp4, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 253 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp8, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 254 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_const_cmp1, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 255 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_const_cmp2, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument 256 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_const_cmp4, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument [all …]
|
H A D | sanitizer_coverage_fuchsia.cpp | 218 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_pc_guard, u32 *guard) { in SANITIZER_INTERFACE_WEAK_DEF() argument 224 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_pc_guard_init, in SANITIZER_INTERFACE_WEAK_DEF() argument 238 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cm argument 239 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_cmp1,void) SANITIZER_INTERFACE_WEAK_DEF() argument 240 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_cmp2,void) SANITIZER_INTERFACE_WEAK_DEF() argument 241 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_cmp4,void) SANITIZER_INTERFACE_WEAK_DEF() argument 242 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_cmp8,void) SANITIZER_INTERFACE_WEAK_DEF() argument 243 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_const_cmp1,void) SANITIZER_INTERFACE_WEAK_DEF() argument 244 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_const_cmp2,void) SANITIZER_INTERFACE_WEAK_DEF() argument 245 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_const_cmp4,void) SANITIZER_INTERFACE_WEAK_DEF() argument 246 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_const_cmp8,void) SANITIZER_INTERFACE_WEAK_DEF() argument 247 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_switch,void) SANITIZER_INTERFACE_WEAK_DEF() argument 248 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_div4,void) SANITIZER_INTERFACE_WEAK_DEF() argument 249 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_div8,void) SANITIZER_INTERFACE_WEAK_DEF() argument 250 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_gep,void) SANITIZER_INTERFACE_WEAK_DEF() argument 251 SANITIZER_INTERFACE_WEAK_DEF(void,__sanitizer_cov_trace_pc_indir,void) SANITIZER_INTERFACE_WEAK_DEF() argument [all...] |
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-ild.c | 130 static struct ptunit_result push(void) in push() argument 139 static struct ptunit_result jmp_rel(void) in jmp_rel() argument 148 static struct ptunit_result long_nop(void) in long_nop() argument 160 static struct ptunit_result mov_al_64(void) in mov_al_64() argument 170 static struct ptunit_result mov_al_32_em64(void) in mov_al_32_em64() argument 180 static struct ptunit_result mov_al_32(void) in mov_al_32() argument 189 static struct ptunit_result mov_al_32_em16(void) in mov_al_32_em16() argument 198 static struct ptunit_result mov_al_16_em32(void) in mov_al_16_em32() argument 207 static struct ptunit_result mov_al_16(void) in mov_al_16() argument 216 static struct ptunit_result rdtsc(void) in rdtsc() argument [all …]
|
/freebsd/crypto/openssl/ssl/ |
H A D | methods.c | 183 const SSL_METHOD *TLSv1_2_server_method(void) in TLSv1_2_server_method() argument 188 const SSL_METHOD *TLSv1_2_client_method(void) in TLSv1_2_client_method() argument 195 const SSL_METHOD *TLSv1_1_method(void) in TLSv1_1_method() argument 200 const SSL_METHOD *TLSv1_1_server_method(void) in TLSv1_1_server_method() argument 205 const SSL_METHOD *TLSv1_1_client_method(void) in TLSv1_1_client_method() argument 212 const SSL_METHOD *TLSv1_method(void) in TLSv1_method() argument 217 const SSL_METHOD *TLSv1_server_method(void) in TLSv1_server_method() argument 222 const SSL_METHOD *TLSv1_client_method(void) in TLSv1_client_method() argument 229 const SSL_METHOD *SSLv3_method(void) in SSLv3_method() argument 234 const SSL_METHOD *SSLv3_server_method(void) in SSLv3_server_method() argument [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingPlatformDarwin.c | 61 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() argument 65 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data() argument 67 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() argument 69 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() argument 71 char *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters() argument 73 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() argument 75 char *__llvm_profile_begin_bitmap(void) { return &BitmapStart; } in __llvm_profile_begin_bitmap() argument 77 char *__llvm_profile_end_bitmap(void) { return &BitmapEnd; } in __llvm_profile_end_bitmap() argument 79 const VTableProfData *__llvm_profile_begin_vtables(void) { in __llvm_profile_begin_vtables() argument 83 const VTableProfData *__llvm_profile_end_vtables(void) { in __llvm_profile_end_vtables() argument [all …]
|
H A D | InstrProfilingPlatformWindows.c | 59 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() argument 62 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data() argument 73 const VTableProfData *__llvm_profile_begin_vtables(void) { return NULL; } in __llvm_profile_begin_vtables() argument 74 const VTableProfData *__llvm_profile_end_vtables(void) { return NULL; } in __llvm_profile_end_vtables() argument 76 const char *__llvm_profile_begin_names(void) { return &NamesStart + 1; } in __llvm_profile_begin_names() argument 77 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() argument 81 const char *__llvm_profile_begin_vtabnames(void) { return NULL; } in __llvm_profile_begin_vtabnames() argument 82 const char *__llvm_profile_end_vtabnames(void) { return NULL; } in __llvm_profile_end_vtabnames() argument 84 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters() argument 85 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() argument [all …]
|
H A D | InstrProfilingPlatformOther.c | 84 const __llvm_profile_data *__llvm_profile_begin_data(void) { return DataFirst; } in __llvm_profile_begin_data() argument 86 const __llvm_profile_data *__llvm_profile_end_data(void) { return DataLast; } in __llvm_profile_end_data() argument 88 __llvm_profile_begin_vtables(void) { in __llvm_profile_begin_vtables() argument 91 COMPILER_RT_VISIBILITY const VTableProfData *__llvm_profile_end_vtables(void) { in __llvm_profile_end_vtables() argument 95 const char *__llvm_profile_begin_names(void) { return NamesFirst; } in __llvm_profile_begin_names() argument 97 const char *__llvm_profile_end_names(void) { return NamesLast; } in __llvm_profile_end_names() argument 99 const char *__llvm_profile_begin_vtabnames(void) { return VNamesFirst; } in __llvm_profile_begin_vtabnames() argument 101 const char *__llvm_profile_end_vtabnames(void) { return VNamesLast; } in __llvm_profile_end_vtabnames() argument 103 char *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters() argument 105 char *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() argument [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | pwhash_argon2id.c | 18 crypto_pwhash_argon2id_alg_argon2id13(void) in crypto_pwhash_argon2id_alg_argon2id13() argument 24 crypto_pwhash_argon2id_bytes_min(void) in crypto_pwhash_argon2id_bytes_min() argument 31 crypto_pwhash_argon2id_bytes_max(void) in crypto_pwhash_argon2id_bytes_max() argument 38 crypto_pwhash_argon2id_passwd_min(void) in crypto_pwhash_argon2id_passwd_min() argument 45 crypto_pwhash_argon2id_passwd_max(void) in crypto_pwhash_argon2id_passwd_max() argument 52 crypto_pwhash_argon2id_saltbytes(void) in crypto_pwhash_argon2id_saltbytes() argument 60 crypto_pwhash_argon2id_strbytes(void) in crypto_pwhash_argon2id_strbytes() argument 66 crypto_pwhash_argon2id_strprefix(void) in crypto_pwhash_argon2id_strprefix() argument 72 crypto_pwhash_argon2id_opslimit_min(void) in crypto_pwhash_argon2id_opslimit_min() argument 79 crypto_pwhash_argon2id_opslimit_max(void) in crypto_pwhash_argon2id_opslimit_max() argument [all …]
|
H A D | pwhash_argon2i.c | 22 crypto_pwhash_argon2i_alg_argon2i13(void) in crypto_pwhash_argon2i_alg_argon2i13() argument 28 crypto_pwhash_argon2i_bytes_min(void) in crypto_pwhash_argon2i_bytes_min() argument 35 crypto_pwhash_argon2i_bytes_max(void) in crypto_pwhash_argon2i_bytes_max() argument 42 crypto_pwhash_argon2i_passwd_min(void) in crypto_pwhash_argon2i_passwd_min() argument 49 crypto_pwhash_argon2i_passwd_max(void) in crypto_pwhash_argon2i_passwd_max() argument 56 crypto_pwhash_argon2i_saltbytes(void) in crypto_pwhash_argon2i_saltbytes() argument 64 crypto_pwhash_argon2i_strbytes(void) in crypto_pwhash_argon2i_strbytes() argument 70 crypto_pwhash_argon2i_strprefix(void) in crypto_pwhash_argon2i_strprefix() argument 76 crypto_pwhash_argon2i_opslimit_min(void) in crypto_pwhash_argon2i_opslimit_min() argument 83 crypto_pwhash_argon2i_opslimit_max(void) in crypto_pwhash_argon2i_opslimit_max() argument [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/ |
H A D | crypto_pwhash.c | 9 crypto_pwhash_alg_argon2i13(void) in crypto_pwhash_alg_argon2i13() argument 15 crypto_pwhash_alg_argon2id13(void) in crypto_pwhash_alg_argon2id13() argument 21 crypto_pwhash_alg_default(void) in crypto_pwhash_alg_default() argument 27 crypto_pwhash_bytes_min(void) in crypto_pwhash_bytes_min() argument 33 crypto_pwhash_bytes_max(void) in crypto_pwhash_bytes_max() argument 39 crypto_pwhash_passwd_min(void) in crypto_pwhash_passwd_min() argument 45 crypto_pwhash_passwd_max(void) in crypto_pwhash_passwd_max() argument 51 crypto_pwhash_saltbytes(void) in crypto_pwhash_saltbytes() argument 57 crypto_pwhash_strbytes(void) in crypto_pwhash_strbytes() argument 63 crypto_pwhash_strprefix(void) in crypto_pwhash_strprefix() argument [all …]
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_old.c | 24 const EVP_CIPHER *EVP_bf_cfb(void) in EVP_bf_cfb() argument 33 const EVP_CIPHER *EVP_des_cfb(void) in EVP_des_cfb() argument 40 const EVP_CIPHER *EVP_des_ede3_cfb(void) in EVP_des_ede3_cfb() argument 47 const EVP_CIPHER *EVP_des_ede_cfb(void) in EVP_des_ede_cfb() argument 56 const EVP_CIPHER *EVP_idea_cfb(void) in EVP_idea_cfb() argument 65 const EVP_CIPHER *EVP_rc2_cfb(void) in EVP_rc2_cfb() argument 74 const EVP_CIPHER *EVP_cast5_cfb(void) in EVP_cast5_cfb() argument 83 const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void) in EVP_rc5_32_12_16_cfb() argument 91 const EVP_CIPHER *EVP_aes_128_cfb(void) in EVP_aes_128_cfb() argument 98 const EVP_CIPHER *EVP_aes_192_cfb(void) in EVP_aes_192_cfb() argument [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_version_details.c | 170 archive_version_details(void) in archive_version_details() argument 242 archive_zlib_version(void) in archive_zlib_version() argument 252 archive_liblzma_version(void) in archive_liblzma_version() argument 262 archive_bzlib_version(void) in archive_bzlib_version() argument 272 archive_liblz4_version(void) in archive_liblz4_version() argument 296 archive_libzstd_version(void) in archive_libzstd_version() argument 314 archive_liblzo2_version(void) in archive_liblzo2_version() argument 324 archive_libbsdxml_version(void) in archive_libbsdxml_version() argument 334 archive_libxml2_version(void) in archive_libxml2_version() argument 344 archive_libexpat_version(void) in archive_libexpat_version() argument [all …]
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_host.c | 43 vmm_host_state_init(void) in vmm_host_state_init() argument 92 vmm_get_host_pat(void) in vmm_get_host_pat() argument 99 vmm_get_host_efer(void) in vmm_get_host_efer() argument 106 vmm_get_host_cr0(void) in vmm_get_host_cr0() argument 113 vmm_get_host_cr4(void) in vmm_get_host_cr4() argument 120 vmm_get_host_xcr0(void) in vmm_get_host_xcr0() argument 127 vmm_get_host_datasel(void) in vmm_get_host_datasel() argument 135 vmm_get_host_codesel(void) in vmm_get_host_codesel() argument 142 vmm_get_host_tsssel(void) in vmm_get_host_tsssel() argument 149 vmm_get_host_fsbase(void) in vmm_get_host_fsbase() argument [all …]
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetProcessing.c | 102 setUp(void) setUp() argument 129 tearDown(void) tearDown() argument 142 test_TooShortLength(void) test_TooShortLength() argument 154 test_LengthNotMultipleOfFour(void) test_LengthNotMultipleOfFour() argument 166 test_TooShortExtensionFieldLength(void) test_TooShortExtensionFieldLength() argument 194 test_UnauthenticatedPacketReject(void) test_UnauthenticatedPacketReject() argument 210 test_CryptoNAKPacketReject(void) test_CryptoNAKPacketReject() argument 225 test_AuthenticatedPacketInvalid(void) test_AuthenticatedPacketInvalid() argument 251 test_AuthenticatedPacketUnknownKey(void) test_AuthenticatedPacketUnknownKey() argument 275 test_ServerVersionTooOld(void) test_ServerVersionTooOld() argument 293 test_ServerVersionTooNew(void) test_ServerVersionTooNew() argument 311 test_NonWantedMode(void) test_NonWantedMode() argument 330 test_KoDRate(void) test_KoDRate() argument 344 test_KoDDeny(void) test_KoDDeny() argument 358 test_RejectUnsyncedServer(void) test_RejectUnsyncedServer() argument 373 test_RejectWrongResponseServerMode(void) test_RejectWrongResponseServerMode() argument 393 test_AcceptNoSentPacketBroadcastMode(void) test_AcceptNoSentPacketBroadcastMode() argument 408 test_CorrectUnauthenticatedPacket(void) test_CorrectUnauthenticatedPacket() argument 419 test_CorrectAuthenticatedPacketMD5(void) test_CorrectAuthenticatedPacketMD5() argument 441 test_CorrectAuthenticatedPacketSHA1(void) test_CorrectAuthenticatedPacketSHA1() argument 463 test_CorrectAuthenticatedPacketCMAC(void) test_CorrectAuthenticatedPacketCMAC() argument [all...] |
/freebsd/crypto/openssl/test/ |
H A D | test_test.c | 33 static int test_int(void) in test_int() argument 56 static int test_uint(void) in test_uint() argument 79 static int test_char(void) in test_char() argument 102 static int test_uchar(void) in test_uchar() argument 125 static int test_long(void) in test_long() argument 148 static int test_ulong(void) in test_ulong() argument 171 static int test_size_t(void) in test_size_t() argument 194 static int test_time_t(void) in test_time_t() argument 217 static int test_pointer(void) in test_pointer() argument 243 static int test_bool(void) in test_bool() argument [all …]
|
/freebsd/sys/powerpc/include/ |
H A D | cpufunc.h | 45 breakpoint(void) in breakpoint() argument 71 mfmsr(void) in mfmsr() argument 100 mfctrl(void) in mfctrl() argument 117 mfdec(void) in mfdec() argument 127 mfpvr(void) in mfpvr() argument 137 mftb(void) in mftb() argument 165 mffs(void) in mffs() argument 184 eieio(void) in eieio() argument 191 isync(void) in isync() argument 198 powerpc_sync(void) in powerpc_sync() argument [all …]
|
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | simd_x86.h | 172 get_xsave_area_size(void) in get_xsave_area_size() argument 201 get_fpuregs_save_area_order(void) in get_fpuregs_save_area_order() argument 222 kfpu_fini(void) in kfpu_fini() argument 237 kfpu_init(void) in kfpu_init() argument 310 kfpu_begin(void) in kfpu_begin() argument 384 kfpu_end(void) in kfpu_end() argument 468 zfs_sse_available(void) in zfs_sse_available() argument 477 zfs_sse2_available(void) in zfs_sse2_available() argument 486 zfs_sse3_available(void) in zfs_sse3_available() argument 495 zfs_ssse3_available(void) in zfs_ssse3_available() argument [all …]
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | simd_x86.h | 105 zfs_sse_available(void) in zfs_sse_available() argument 114 zfs_sse2_available(void) in zfs_sse2_available() argument 123 zfs_sse3_available(void) in zfs_sse3_available() argument 132 zfs_ssse3_available(void) in zfs_ssse3_available() argument 141 zfs_sse4_1_available(void) in zfs_sse4_1_available() argument 150 zfs_sse4_2_available(void) in zfs_sse4_2_available() argument 159 zfs_avx_available(void) in zfs_avx_available() argument 172 zfs_avx2_available(void) in zfs_avx2_available() argument 185 zfs_shani_available(void) in zfs_shani_available() argument 213 zfs_avx512f_available(void) in zfs_avx512f_available() argument [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
H A D | core.c | 43 sodium_init(void) in sodium_init() argument 76 _sodium_crit_init(void) in _sodium_crit_init() argument 97 sodium_crit_enter(void) in sodium_crit_enter() argument 110 sodium_crit_leave(void) in sodium_crit_leave() argument 129 sodium_crit_enter(void) in sodium_crit_enter() argument 141 sodium_crit_leave(void) in sodium_crit_leave() argument 161 sodium_crit_enter(void) in sodium_crit_enter() argument 178 sodium_crit_leave(void) in sodium_crit_leave() argument 188 sodium_crit_enter(void) in sodium_crit_enter() argument 194 sodium_crit_leave(void) in sodium_crit_leave() argument [all …]
|
/freebsd/contrib/libfido2/regress/ |
H A D | cred.c | 1425 alloc_cred(void) alloc_cred() argument 1443 alloc_dev(void) alloc_dev() argument 1461 empty_cred(void) empty_cred() argument 1515 valid_cred(void) valid_cred() argument 1541 no_cdh(void) no_cdh() argument 1565 no_rp_id(void) no_rp_id() argument 1589 no_rp_name(void) no_rp_name() argument 1614 no_authdata(void) no_authdata() argument 1643 no_x509(void) no_x509() argument 1667 no_sig(void) no_sig() argument 1691 no_fmt(void) no_fmt() argument 1715 wrong_options(void) wrong_options() argument 1740 junk_cdh(void) junk_cdh() argument 1772 junk_fmt(void) junk_fmt() argument 1791 junk_rp_id(void) junk_rp_id() argument 1816 junk_rp_name(void) junk_rp_name() argument 1841 junk_authdata(void) junk_authdata() argument 1883 junk_sig(void) junk_sig() argument 1915 junk_x509(void) junk_x509() argument 1948 invalid_type(void) invalid_type() argument 1979 bad_cbor_serialize(void) bad_cbor_serialize() argument 1991 duplicate_keys(void) duplicate_keys() argument 2003 unsorted_keys(void) unsorted_keys() argument 2015 wrong_credprot(void) wrong_credprot() argument 2033 raw_authdata(void) raw_authdata() argument 2073 fmt_none(void) fmt_none() argument 2097 valid_tpm_rs256_cred(void) valid_tpm_rs256_cred() argument 2122 valid_tpm_es256_cred(void) valid_tpm_es256_cred() argument 2147 main(void) main() argument [all...] |
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ |
H A D | generichash_blake2.c | 5 crypto_generichash_blake2b_bytes_min(void) { in crypto_generichash_blake2b_bytes_min() argument 10 crypto_generichash_blake2b_bytes_max(void) { in crypto_generichash_blake2b_bytes_max() argument 15 crypto_generichash_blake2b_bytes(void) { in crypto_generichash_blake2b_bytes() argument 20 crypto_generichash_blake2b_keybytes_min(void) { in crypto_generichash_blake2b_keybytes_min() argument 25 crypto_generichash_blake2b_keybytes_max(void) { in crypto_generichash_blake2b_keybytes_max() argument 30 crypto_generichash_blake2b_keybytes(void) { in crypto_generichash_blake2b_keybytes() argument 35 crypto_generichash_blake2b_saltbytes(void) { in crypto_generichash_blake2b_saltbytes() argument 40 crypto_generichash_blake2b_personalbytes(void) { in crypto_generichash_blake2b_personalbytes() argument 45 crypto_generichash_blake2b_statebytes(void) in crypto_generichash_blake2b_statebytes() argument
|
/freebsd/sys/i386/i386/ |
H A D | initcpu.c | 88 init_bluelightning(void) in init_bluelightning() argument 120 init_486dlc(void) in init_486dlc() argument 164 init_cy486dx(void) in init_cy486dx() argument 185 init_5x86(void) in init_5x86() argument 285 init_i486_on_386(void) in init_i486_on_386() argument 303 init_6x86(void) in init_6x86() argument 381 init_rise(void) in init_rise() argument 396 init_winchip(void) in init_winchip() argument 428 init_6x86MX(void) in init_6x86MX() argument 489 init_ppro(void) in init_ppro() argument [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_time.c | 31 test_newer_time(void) in test_newer_time() argument 83 test_newer_time_str(void) in test_newer_time_str() argument 171 test_newer_time_str_w(void) in test_newer_time_str_w() argument 259 test_newer_mtime_than_file_mbs(void) in test_newer_mtime_than_file_mbs() argument 316 test_newer_ctime_than_file_mbs(void) in test_newer_ctime_than_file_mbs() argument 378 test_newer_mtime_than_file_wcs(void) in test_newer_mtime_than_file_wcs() argument 435 test_newer_ctime_than_file_wcs(void) in test_newer_ctime_than_file_wcs() argument 498 test_older_time(void) in test_older_time() argument 550 test_older_time_str(void) in test_older_time_str() argument 640 test_older_time_str_w(void) in test_older_time_str_w() argument [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | net.c | 102 initialize_action(void) { in initialize_action() argument 115 initialize(void) { in initialize() argument 120 isc_net_probeipv4(void) { in isc_net_probeipv4() argument 126 isc_net_probeipv6(void) { in isc_net_probeipv6() argument 132 isc_net_probeunix(void) { in isc_net_probeunix() argument 139 try_ipv6only(void) { in try_ipv6only() argument 212 initialize_ipv6only(void) { in initialize_ipv6only() argument 218 try_ipv6pktinfo(void) { in try_ipv6pktinfo() argument 266 initialize_ipv6pktinfo(void) { in initialize_ipv6pktinfo() argument 274 isc_net_probe_ipv6only(void) { in isc_net_probe_ipv6only() argument [all …]
|
/freebsd/tools/regression/posixsem/ |
H A D | posixsem.c | 235 open_after_unlink(void) in open_after_unlink() argument 255 open_invalid_path(void) in open_invalid_path() argument 263 open_extra_flags(void) in open_extra_flags() argument 271 open_bad_value(void) in open_bad_value() argument 281 open_bad_path_pointer(void) in open_bad_path_pointer() argument 289 open_path_too_long(void) in open_path_too_long() argument 302 open_nonexisting_semaphore(void) in open_nonexisting_semaphore() argument 310 exclusive_create_existing_semaphore(void) in exclusive_create_existing_semaphore() argument 327 init_bad_value(void) in init_bad_value() argument 335 unlink_bad_path_pointer(void) in unlink_bad_path_pointer() argument [all …]
|