Home
last modified time | relevance | path

Searched defs:void (Results 1 – 25 of 5802) sorted by relevance

12345678910>>...233

/freebsd-12.1/contrib/gcc/config/
H A Dfp-bit.c92 void __eqxf2 (void) { abort(); } in __eqxf2() argument
93 void __nexf2 (void) { abort(); } in __nexf2() argument
94 void __gtxf2 (void) { abort(); } in __gtxf2() argument
95 void __gexf2 (void) { abort(); } in __gexf2() argument
96 void __lexf2 (void) { abort(); } in __lexf2() argument
97 void __ltxf2 (void) { abort(); } in __ltxf2() argument
110 void __eqtf2 (void) { abort(); } in __eqtf2() argument
111 void __netf2 (void) { abort(); } in __netf2() argument
112 void __gttf2 (void) { abort(); } in __gttf2() argument
113 void __getf2 (void) { abort(); } in __getf2() argument
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dannotate.c56 breakpoints_changed (void) in breakpoints_changed() argument
102 annotate_starting (void) in annotate_starting() argument
117 annotate_stopped (void) in annotate_stopped() argument
146 annotate_signalled (void) in annotate_signalled() argument
184 annotate_signal (void) in annotate_signal() argument
215 annotate_record (void) in annotate_record() argument
264 annotate_field_end (void) in annotate_field_end() argument
271 annotate_quit (void) in annotate_quit() argument
278 annotate_error (void) in annotate_error() argument
409 annotate_arg_end (void) in annotate_arg_end() argument
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop.c66 gate_tree_loop (void) in gate_tree_loop() argument
91 tree_ssa_loop_init (void) in tree_ssa_loop_init() argument
121 tree_ssa_loop_im (void) in tree_ssa_loop_im() argument
131 gate_tree_ssa_loop_im (void) in gate_tree_ssa_loop_im() argument
190 tree_vectorize (void) in tree_vectorize() argument
197 gate_tree_vectorize (void) in gate_tree_vectorize() argument
291 gate_scev_const_prop (void) in gate_scev_const_prop() argument
318 tree_ssa_empty_loop (void) in tree_ssa_empty_loop() argument
346 tree_ssa_loop_bounds (void) in tree_ssa_loop_bounds() argument
376 tree_complete_unroll (void) in tree_complete_unroll() argument
[all …]
H A Dloop-init.c134 gate_handle_loop2 (void) in gate_handle_loop2() argument
168 rtl_loop_init (void) in rtl_loop_init() argument
200 rtl_loop_done (void) in rtl_loop_done() argument
245 gate_rtl_move_loop_invariants (void) in gate_rtl_move_loop_invariants() argument
251 rtl_move_loop_invariants (void) in rtl_move_loop_invariants() argument
278 gate_rtl_unswitch (void) in gate_rtl_unswitch() argument
284 rtl_unswitch (void) in rtl_unswitch() argument
311 gate_rtl_unroll_and_peel_loops (void) in gate_rtl_unroll_and_peel_loops() argument
317 rtl_unroll_and_peel_loops (void) in rtl_unroll_and_peel_loops() argument
355 gate_rtl_doloop (void) in gate_rtl_doloop() argument
[all …]
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-ild.c130 static struct ptunit_result push(void) in push() argument
139 static struct ptunit_result jmp_rel(void) in jmp_rel() argument
216 static struct ptunit_result rdtsc(void) in rdtsc() argument
243 static struct ptunit_result vpandn(void) in vpandn() argument
261 static struct ptunit_result sysret(void) in sysret() argument
288 static struct ptunit_result int3(void) in int3() argument
297 static struct ptunit_result intn(void) in intn() argument
306 static struct ptunit_result iret(void) in iret() argument
414 static struct ptunit_result jrcxz(void) in jrcxz() argument
507 static struct ptunit_result les(void) in les() argument
[all …]
H A Dptunit-tnt_cache.c38 static struct ptunit_result init(void) in init() argument
52 static struct ptunit_result init_null(void) in init_null() argument
59 static struct ptunit_result is_empty_initial(void) in is_empty_initial() argument
72 static struct ptunit_result is_empty_no(void) in is_empty_no() argument
85 static struct ptunit_result is_empty_yes(void) in is_empty_yes() argument
98 static struct ptunit_result is_empty_null(void) in is_empty_null() argument
108 static struct ptunit_result query_taken(void) in query_taken() argument
123 static struct ptunit_result query_not_taken(void) in query_not_taken() argument
138 static struct ptunit_result query_empty(void) in query_empty() argument
151 static struct ptunit_result query_null(void) in query_null() argument
[all …]
H A Dptunit-asid.c38 static struct ptunit_result from_user_null(void) in from_user_null() argument
84 static struct ptunit_result from_user_big(void) in from_user_big() argument
102 static struct ptunit_result from_user(void) in from_user() argument
138 static struct ptunit_result to_user_null(void) in to_user_null() argument
187 static struct ptunit_result to_user_big(void) in to_user_big() argument
206 static struct ptunit_result to_user(void) in to_user() argument
225 static struct ptunit_result to_user_cr3(void) in to_user_cr3() argument
243 static struct ptunit_result match_null(void) in match_null() argument
308 static struct ptunit_result match_cr3(void) in match_cr3() argument
325 static struct ptunit_result match_vmcs(void) in match_vmcs() argument
[all …]
/freebsd-12.1/crypto/openssl/ssl/
H A Dmethods.c194 const SSL_METHOD *TLSv1_1_method(void) in TLSv1_1_method() argument
211 const SSL_METHOD *TLSv1_method(void) in TLSv1_method() argument
216 const SSL_METHOD *TLSv1_server_method(void) in TLSv1_server_method() argument
221 const SSL_METHOD *TLSv1_client_method(void) in TLSv1_client_method() argument
228 const SSL_METHOD *SSLv3_method(void) in SSLv3_method() argument
233 const SSL_METHOD *SSLv3_server_method(void) in SSLv3_server_method() argument
238 const SSL_METHOD *SSLv3_client_method(void) in SSLv3_client_method() argument
245 const SSL_METHOD *DTLSv1_2_method(void) in DTLSv1_2_method() argument
262 const SSL_METHOD *DTLSv1_method(void) in DTLSv1_method() argument
267 const SSL_METHOD *DTLSv1_server_method(void) in DTLSv1_server_method() argument
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cc225 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
226 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp1, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
227 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp2, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
228 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp4, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
229 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp8, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
230 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_const_cmp1, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
234 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_switch, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
235 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_div4, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
236 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_div8, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
237 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_gep, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
[all …]
H A Dsanitizer_coverage_libcdep_new.cc196 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
197 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp1, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
198 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp2, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
199 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp4, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
200 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_cmp8, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
205 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_switch, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
206 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_div4, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
207 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_div8, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
208 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_gep, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
209 SANITIZER_INTERFACE_WEAK_DEF(void, __sanitizer_cov_trace_pc_indir, void) {} in SANITIZER_INTERFACE_WEAK_DEF() argument
[all …]
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c18 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 Dpwhash_argon2i.c22 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-12.1/sys/contrib/libsodium/src/libsodium/crypto_pwhash/
H A Dcrypto_pwhash.c9 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-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-pexp-defs.h66 static inline uint64_t CVMX_PEXP_NPEI_BIST_STATUS_FUNC(void) in CVMX_PEXP_NPEI_BIST_STATUS_FUNC() argument
88 static inline uint64_t CVMX_PEXP_NPEI_CTL_PORT0_FUNC(void) in CVMX_PEXP_NPEI_CTL_PORT0_FUNC() argument
99 static inline uint64_t CVMX_PEXP_NPEI_CTL_PORT1_FUNC(void) in CVMX_PEXP_NPEI_CTL_PORT1_FUNC() argument
110 static inline uint64_t CVMX_PEXP_NPEI_CTL_STATUS_FUNC(void) in CVMX_PEXP_NPEI_CTL_STATUS_FUNC() argument
143 static inline uint64_t CVMX_PEXP_NPEI_DBG_DATA_FUNC(void) in CVMX_PEXP_NPEI_DBG_DATA_FUNC() argument
235 static inline uint64_t CVMX_PEXP_NPEI_DMA_CNTS_FUNC(void) in CVMX_PEXP_NPEI_DMA_CNTS_FUNC() argument
328 static inline uint64_t CVMX_PEXP_NPEI_INT_ENB_FUNC(void) in CVMX_PEXP_NPEI_INT_ENB_FUNC() argument
361 static inline uint64_t CVMX_PEXP_NPEI_INT_SUM_FUNC(void) in CVMX_PEXP_NPEI_INT_SUM_FUNC() argument
1109 static inline uint64_t CVMX_PEXP_NPEI_STATE1_FUNC(void) in CVMX_PEXP_NPEI_STATE1_FUNC() argument
2148 static inline uint64_t CVMX_PEXP_SLI_STATE1_FUNC(void) in CVMX_PEXP_SLI_STATE1_FUNC() argument
[all …]
/freebsd-12.1/sys/amd64/vmm/
H A Dvmm_host.c48 vmm_host_state_init(void) in vmm_host_state_init() argument
97 vmm_get_host_pat(void) in vmm_get_host_pat() argument
104 vmm_get_host_efer(void) in vmm_get_host_efer() argument
111 vmm_get_host_cr0(void) in vmm_get_host_cr0() argument
118 vmm_get_host_cr4(void) in vmm_get_host_cr4() argument
125 vmm_get_host_xcr0(void) in vmm_get_host_xcr0() argument
132 vmm_get_host_datasel(void) in vmm_get_host_datasel() argument
140 vmm_get_host_codesel(void) in vmm_get_host_codesel() argument
147 vmm_get_host_tsssel(void) in vmm_get_host_tsssel() argument
154 vmm_get_host_fsbase(void) in vmm_get_host_fsbase() argument
[all …]
/freebsd-12.1/contrib/ntp/sntp/tests/
H A DpacketProcessing.c104 setUp(void) in setUp() argument
131 tearDown(void) in tearDown() argument
144 test_TooShortLength(void) in test_TooShortLength() argument
156 test_LengthNotMultipleOfFour(void) in test_LengthNotMultipleOfFour() argument
212 test_CryptoNAKPacketReject(void) in test_CryptoNAKPacketReject() argument
277 test_ServerVersionTooOld(void) in test_ServerVersionTooOld() argument
295 test_ServerVersionTooNew(void) in test_ServerVersionTooNew() argument
313 test_NonWantedMode(void) in test_NonWantedMode() argument
332 test_KoDRate(void) in test_KoDRate() argument
346 test_KoDDeny(void) in test_KoDDeny() argument
[all …]
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c43 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-12.1/usr.bin/dc/
H A Dbcode.c452 tos(void) in tos() argument
459 pop(void) in pop() argument
554 dup(void) in dup() argument
561 swap(void) in swap() argument
568 drop(void) in drop() argument
802 load(void) in load() argument
966 badd(void) in badd() argument
992 bsub(void) in bsub() argument
1039 bmul(void) in bmul() argument
1344 not(void) in not() argument
[all …]
/freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/
H A Dgenerichash_blake2.c5 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-12.1/contrib/ntp/lib/isc/win32/
H A Dnet.c102 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
314 isc_net_disableipv4(void) { in isc_net_disableipv4() argument
328 isc_net_enableipv4(void) { in isc_net_enableipv4() argument
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c40 const __llvm_profile_data *__llvm_profile_begin_data(void) { in __llvm_profile_begin_data() argument
44 const __llvm_profile_data *__llvm_profile_end_data(void) { return &DataEnd; } in __llvm_profile_end_data() argument
46 const char *__llvm_profile_begin_names(void) { return &NamesStart; } in __llvm_profile_begin_names() argument
48 const char *__llvm_profile_end_names(void) { return &NamesEnd; } in __llvm_profile_end_names() argument
50 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters() argument
52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() argument
55 ValueProfNode *__llvm_profile_begin_vnodes(void) { in __llvm_profile_begin_vnodes() argument
59 ValueProfNode *__llvm_profile_end_vnodes(void) { return &VNodesEnd; } in __llvm_profile_end_vnodes() argument
/freebsd-12.1/sys/i386/i386/
H A Dinitcpu.c121 init_486dlc(void) in init_486dlc() argument
166 init_cy486dx(void) in init_cy486dx() argument
188 init_5x86(void) in init_5x86() argument
306 init_6x86(void) in init_6x86() argument
384 init_rise(void) in init_rise() argument
399 init_winchip(void) in init_winchip() argument
431 init_6x86MX(void) in init_6x86MX() argument
492 init_ppro(void) in init_ppro() argument
529 init_mendocino(void) in init_mendocino() argument
567 init_via(void) in init_via() argument
[all …]
/freebsd-12.1/tools/regression/posixsem/
H A Dposixsem.c238 open_after_unlink(void) in open_after_unlink() argument
258 open_invalid_path(void) in open_invalid_path() argument
266 open_extra_flags(void) in open_extra_flags() argument
274 open_bad_value(void) in open_bad_value() argument
330 init_bad_value(void) in init_bad_value() argument
400 close_invalid_fd(void) in close_invalid_fd() argument
538 post_test(void) in post_test() argument
650 locked_trywait(void) in locked_trywait() argument
925 unlocked_wait(void) in unlocked_wait() argument
959 locked_wait(void) in locked_wait() argument
[all …]
/freebsd-12.1/crypto/openssl/crypto/async/
H A Dasync.c33 static async_ctx *async_ctx_new(void) in async_ctx_new() argument
59 async_ctx *async_get_ctx(void) in async_get_ctx() argument
64 static int async_ctx_free(void) in async_ctx_free() argument
78 static ASYNC_JOB *async_job_new(void) in async_job_new() argument
144 void async_start_func(void) in async_start_func() argument
255 int ASYNC_pause_job(void) in ASYNC_pause_job() argument
297 int async_init(void) in async_init() argument
310 void async_deinit(void) in async_deinit() argument
391 void ASYNC_cleanup_thread(void) in ASYNC_cleanup_thread() argument
418 void ASYNC_block_pause(void) in ASYNC_block_pause() argument
[all …]
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_time.c33 test_newer_time(void) in test_newer_time() argument
85 test_newer_time_str(void) in test_newer_time_str() argument
173 test_newer_time_str_w(void) in test_newer_time_str_w() argument
261 test_newer_mtime_than_file_mbs(void) in test_newer_mtime_than_file_mbs() argument
490 test_older_time(void) in test_older_time() argument
542 test_older_time_str(void) in test_older_time_str() argument
632 test_older_time_str_w(void) in test_older_time_str_w() argument
952 test_mtime_between_files_mbs(void) in test_mtime_between_files_mbs() argument
1011 test_mtime_between_files_wcs(void) in test_mtime_between_files_wcs() argument
1070 test_ctime_between_files_mbs(void) in test_ctime_between_files_mbs() argument
[all …]

12345678910>>...233