Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() argument
49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() argument
57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument
65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() argument
71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() argument
78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() argument
100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() argument
106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_depr.c22 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, in BN_generate_prime() argument
46 int BN_is_prime(const BIGNUM *a, int checks, in BN_is_prime() argument
55 int BN_is_prime_fasttest(const BIGNUM *a, int checks, in BN_is_prime_fasttest() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp70 INTERCEPTOR(int, open, const char *path, int oflag, ...) { in INTERCEPTOR() argument
84 INTERCEPTOR(int, openat, int fd, const char *path, int oflag, ...) { in INTERCEPTOR() argument
98 INTERCEPTOR(int, creat, const char *path, mode_t mode) { in INTERCEPTOR() argument
106 INTERCEPTOR(int, fcntl, int filedes, int cmd, ...) { in INTERCEPTOR() argument
127 INTERCEPTOR(int, close, int filedes) { in INTERCEPTOR() argument
149 INTERCEPTOR(int, fclose, FILE *stream) { in INTERCEPTOR() argument
154 INTERCEPTOR(int, fputs, const char *s, FILE *stream) { in INTERCEPTOR() argument
160 INTERCEPTOR(int, puts, const char *s) { in INTERCEPTOR() argument
181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR() argument
187 INTERCEPTOR(int, pthread_create, pthread_t *thread, const pthread_attr_t *attr, in INTERCEPTOR() argument
[all …]
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_dmc620.c192 CLASSDEP_FN4(dmc620_read_pmc, int, cpu, int, ri, struct pmc *, pm, in CLASSDEP_FN4() argument
224 CLASSDEP_FN4(dmc620_write_pmc, int, cpu, int, ri, struct pmc *, pm, in CLASSDEP_FN4() argument
248 CLASSDEP_FN3(dmc620_config_pmc, int, cpu, int, ri, struct pmc *, pm) in CLASSDEP_FN3() argument
273 CLASSDEP_FN3(dmc620_get_config, int, cpu, int, ri, struct pmc **, ppm) in CLASSDEP_FN3() argument
285 CLASSDEP_FN4(dmc620_allocate_pmc, int, cpu, int, ri, struct pmc *,pm, in CLASSDEP_FN4() argument
341 CLASSDEP_FN3(dmc620_release_pmc, int, cpu, int, ri, struct pmc *, pmc) in CLASSDEP_FN3() argument
364 CLASSDEP_FN3(dmc620_start_pmc, int, cpu, int, ri, struct pmc *, pm) in CLASSDEP_FN3() argument
400 CLASSDEP_FN3(dmc620_stop_pmc, int, cpu, int, ri, struct pmc *, pm) in CLASSDEP_FN3() argument
425 CLASSDEP_FN4(dmc620_describe, int, cpu, int, ri, struct pmc_info *, pi, in CLASSDEP_FN4() argument
457 CLASSDEP_FN2(dmc620_pcpu_init, struct pmc_mdep *, md, int, cpu) in CLASSDEP_FN2() argument
[all …]
/freebsd/crypto/openssh/
H A Datomicio.c51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6()
96 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio()
105 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() argument
175 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov() argument
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py21 def roundup2(val: int, num: int) -> int:
93 def get_name(prefix: str, value: int) -> str:
101 def get_bitmask_map(prefix: str, value: int) -> Dict[int, str]:
117 def get_bitmask_str(prefix: str, value: int) -> str:
198 def ip_sa(ip: str, scopeid: int = 0) -> bytes:
211 def ip6_sa(ip6: str, scopeid: int) -> bytes:
221 def link_sa(ifindex: int = 0, iftype: int = 0) -> bytes:
226 def pxlen4_sa(pxlen: int) -> bytes:
230 def pxlen_to_ip4(pxlen: int) -> str:
239 def pxlen6_sa(pxlen: int) -> bytes:
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp390 TSAN_INTERCEPTOR(int, usleep, long_t usec) { in TSAN_INTERCEPTOR() argument
397 TSAN_INTERCEPTOR(int, nanosleep, void *req, void *rem) { in TSAN_INTERCEPTOR() argument
404 TSAN_INTERCEPTOR(int, pause, int fake) { in TSAN_INTERCEPTOR() argument
446 TSAN_INTERCEPTOR(int, atexit, void (*f)()) { in TSAN_INTERCEPTOR() argument
456 TSAN_INTERCEPTOR(int, __cxa_atexit, void (*f)(void *a), void *arg, void *dso) { in TSAN_INTERCEPTOR() argument
508 TSAN_INTERCEPTOR(int, on_exit, void(*f)(int, void*), void *arg) { in TSAN_INTERCEPTOR() argument
600 DEFINE_REAL(int, setjmp_symname, void *env) in DEFINE_REAL() argument
851 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
930 STDCXX_INTERCEPTOR(int, __cxa_guard_acquire, atomic_uint32_t *g) { in STDCXX_INTERCEPTOR() argument
1021 TSAN_INTERCEPTOR(int, pthread_create, in TSAN_INTERCEPTOR() argument
[all …]
/freebsd/libexec/ypxfr/
H A Dypxfr_getmap.c62 int (*callback)(int, char *, int, char *, int, char*)) in ypxfr_get_map() argument
/freebsd/lib/libc/stdio/
H A Dfunopen.c42 int (*readfn)(void *, char *, int), in funopen() argument
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dutils.py18 def roundup2(val: int, num: int) -> int:
25 def align8(val: int) -> int:
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp32 static void AlarmHandler(int, siginfo_t *, void *) { in AlarmHandler() argument
45 static void CrashHandler(int, siginfo_t *, void *) { in CrashHandler() argument
49 static void InterruptHandler(int, siginfo_t *, void *) { in InterruptHandler() argument
53 static void GracefulExitHandler(int, siginfo_t *, void *) { in GracefulExitHandler() argument
57 static void FileSizeExceedHandler(int, siginfo_t *, void *) { in FileSizeExceedHandler() argument
62 void (*callback)(int, siginfo_t *, void *)) { in SetSigaction() argument
/freebsd/contrib/ntp/libntp/
H A Dsyssignal.c31 void (*func)(int) in signal_no_reset()
66 RETSIGTYPE (*func)(int) in signal_no_reset()
86 RETSIGTYPE (*func)(int) in signal_no_reset()
104 RETSIGTYPE (*func)(int) in signal_no_reset()
/freebsd/contrib/kyua/bootstrap/
H A Dplain_helpers.cpp46 helper_abort_test_cases_list(int /* argc */, char** argv) in helper_abort_test_cases_list() argument
63 helper_empty_test_cases_list(int /* argc */, char** /* argv */) in helper_empty_test_cases_list() argument
75 helper_zero_test_cases(int /* argc */, char** argv) in helper_zero_test_cases() argument
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dt_generic.c37 t_generic(int (*client_func)(int), int (*server_func)(int)) in t_generic() argument
/freebsd/tests/atf_python/sys/netlink/
H A Dutils.py16 def roundup2(val: int, num: int) -> int:
23 def align4(val: int) -> int:
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_depr.c25 DH *DH_generate_parameters(int prime_len, int generator, in DH_generate_parameters() argument
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_depr.c29 RSA *RSA_generate_key(int bits, unsigned long e_value, in RSA_generate_key() argument
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h55 __user_alloc_construct_impl(integral_constant<int,0>,_Tp * __storage,const _Allocator &,_Args &&...__args) __user_alloc_construct_impl() argument
63 __user_alloc_construct_impl(integral_constant<int,1>,_Tp * __storage,const _Allocator & __a,_Args &&...__args) __user_alloc_construct_impl() argument
71 __user_alloc_construct_impl(integral_constant<int,2>,_Tp * __storage,const _Allocator & __a,_Args &&...__args) __user_alloc_construct_impl() argument
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddma.c28 #define Q_CONFIG(q, wfdma, int, id) do { \ in mt7996_dma_config() argument
35 #define MCUQ_CONFIG(q, wfdma, int, id) Q_CONFIG(q, (wfdma), (int), (id)) in mt7996_dma_config() argument
36 #define RXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__RXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
37 #define TXQ_CONFIG(q, wfdma, int, id) Q_CONFIG(__TXQ(q), (wfdma), (int), (id)) in mt7996_dma_config() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DTargetExecutionUtils.cpp16 int runAsMain(int (*Main)(int, char *[]), ArrayRef<std::string> Args, in runAsMain() argument
44 int runAsIntFunction(int (*Func)(int), int Arg) { return Func(Arg); } in runAsIntFunction() argument
/freebsd/crypto/heimdal/lib/krb5/
H A Dprog_setup.c46 krb5_program_setup(krb5_context *context, int argc, char **argv, in krb5_program_setup() argument
48 void (KRB5_LIB_CALL *usage)(int, struct getargs*, int)) in krb5_program_setup()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_meth.c89 int BIO_meth_set_write(BIO_METHOD *biom, in BIO_meth_set_write() argument
135 int BIO_meth_set_read(BIO_METHOD *biom, in BIO_meth_set_read() argument
168 int BIO_meth_set_gets(BIO_METHOD *biom, in BIO_meth_set_gets() argument
180 int BIO_meth_set_ctrl(BIO_METHOD *biom, in BIO_meth_set_ctrl() argument
214 int BIO_meth_set_callback_ctrl(BIO_METHOD *biom, in BIO_meth_set_callback_ctrl() argument
/freebsd/contrib/unbound/util/
H A Dub_event_pluggable.c193 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in my_timer_add() argument
277 void (*cb)(int, short, void*), void* arg) in my_event_new() argument
297 void (*cb)(int, short, void*), void* arg) in my_signal_new() argument
317 void (*cb)(int, short, void*), void* arg) in my_winsock_register_wsaevent() argument
509 void (*cb)(int, short, void*), void* arg) in ub_event_new() argument
521 void (*cb)(int, short, void*), void* arg) in ub_signal_new() argument
533 void (*cb)(int, short, void*), void* arg) in ub_winsock_register_wsaevent() argument
608 void (*cb)(int, short, void*), void* arg, struct timeval* tv) in ub_timer_add() argument
/freebsd/contrib/libedit/
H A Dfilecomplete.c468 completion_matches(const char *text, char *(*genfunc)(const char *, int)) in completion_matches() argument
661 char *(*complete_func)(const char *, int), in fn_complete2() argument
831 char *(*complete_func)(const char *, int), in fn_complete() argument

12345678910>>...16