Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits23 static constexpr bool is_specialized = false;
24 static constexpr T min() noexcept;
25 static constexpr T max() noexcept;
26 static constexpr T lowest() noexcept;
28 static constexpr int digits = 0;
29 static constexpr int digits10 = 0;
30 static constexpr int max_digits10 = 0;
31 static constexpr bool is_signed = false;
32 static constexpr bool is_integer = false;
33 static constexpr bool is_exact = false;
[all …]
H A Dratio23 static constexpr intmax_t num;
24 static constexpr intmax_t den;
103 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value;
108 static const intmax_t value = _Xp;
113 static const intmax_t value = 1;
120 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp;
125 static const intmax_t value = _Xp < 0 ? -_Xp : _Xp;
130 static const intmax_t value = _Xp == 0 ? 0 : (_Xp < 0 ? -1 : 1);
138 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
139 static const intmax_t max = -min;
[all …]
H A Dios31 static constexpr fmtflags boolalpha;
32 static constexpr fmtflags dec;
33 static constexpr fmtflags fixed;
34 static constexpr fmtflags hex;
35 static constexpr fmtflags internal;
36 static constexpr fmtflags left;
37 static constexpr fmtflags oct;
38 static constexpr fmtflags right;
39 static constexpr fmtflags scientific;
40 static constexpr fmtflags showbase;
[all …]
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt_imexport.inc14 static const OSSL_PARAM ec_private_key_types[] = {
18 static const OSSL_PARAM ec_public_key_types[] = {
22 static const OSSL_PARAM ec_key_types[] = {
27 static const OSSL_PARAM ec_dom_parameters_types[] = {
31 static const OSSL_PARAM ec_5_types[] = {
36 static const OSSL_PARAM ec_6_types[] = {
41 static const OSSL_PARAM ec_key_domp_types[] = {
47 static const OSSL_PARAM ec_other_parameters_types[] = {
51 static const OSSL_PARAM ec_9_types[] = {
56 static const OSSL_PARAM ec_10_types[] = {
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller64.sh36 static __thread int clone_ongoing;
37 static __thread int skip_segv;
38 static __thread jmp_buf segv_env;
40 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
58 static void install_segv_handler(void)
80 static void kill_and_wait(int pid, int* status)
87 static void sleep_ms(uint64_t ms)
92 static uint64_t current_time_ms(void)
100 static void thread_start(void* (*fn)(void*), void* arg)
127 static void event_init(event_t* ev)
[all …]
H A Dsyzkaller47.sh66 static __thread int skip_segv;
67 static __thread jmp_buf segv_env;
69 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
84 static void install_segv_handler(void)
106 static void kill_and_wait(int pid, int* status)
113 static void sleep_ms(uint64_t ms)
118 static uint64_t current_time_ms(void)
126 static void use_temporary_dir(void)
138 static void __attribute__((noinline)) remove_dir(const char* dir)
170 static void thread_start(void* (*fn)(void*), void* arg)
[all …]
H A Dsyzkaller69.sh82 static unsigned long long procid;
84 static __thread int clone_ongoing;
85 static __thread int skip_segv;
86 static __thread jmp_buf segv_env;
88 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
106 static void install_segv_handler(void)
128 static void kill_and_wait(int pid, int* status)
135 static void sleep_ms(uint64_t ms)
140 static uint64_t current_time_ms(void)
148 static void use_temporary_dir(void)
[all …]
H A Dsyzkaller61.sh43 static __thread int clone_ongoing;
44 static __thread int skip_segv;
45 static __thread jmp_buf segv_env;
47 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
65 static void install_segv_handler(void)
87 static void kill_and_wait(int pid, int* status)
94 static void sleep_ms(uint64_t ms)
99 static uint64_t current_time_ms(void)
107 static void thread_start(void* (*fn)(void*), void* arg)
134 static void event_init(event_t* ev)
[all …]
H A Dsyzkaller25.sh74 static unsigned long long procid;
76 static __thread int skip_segv;
77 static __thread jmp_buf segv_env;
79 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
95 static void install_segv_handler(void)
117 static void kill_and_wait(int pid, int* status)
124 static void sleep_ms(uint64_t ms)
129 static uint64_t current_time_ms(void)
137 static void use_temporary_dir(void)
149 static void __attribute__((noinline)) remove_dir(const char* dir)
[all …]
H A Dsyzkaller21.sh47 static __thread int skip_segv;
48 static __thread jmp_buf segv_env;
50 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
62 static void install_segv_handler(void)
81 static void kill_and_wait(int pid, int* status)
88 static void sleep_ms(uint64_t ms)
93 static uint64_t current_time_ms(void)
101 static void use_temporary_dir(void)
113 static void remove_dir(const char* dir)
140 static void thread_start(void* (*fn)(void*), void* arg)
[all …]
H A Dsyzkaller23.sh54 static __thread int skip_segv;
55 static __thread jmp_buf segv_env;
57 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
73 static void install_segv_handler(void)
92 static void kill_and_wait(int pid, int* status)
99 static void sleep_ms(uint64_t ms)
104 static uint64_t current_time_ms(void)
112 static void use_temporary_dir(void)
124 static void remove_dir(const char* dir)
150 static void thread_start(void* (*fn)(void*), void* arg)
[all …]
H A Dsyzkaller14.sh57 static unsigned long long procid;
59 static void kill_and_wait(int pid, int* status)
66 static void sleep_ms(uint64_t ms)
71 static uint64_t current_time_ms(void)
79 static void thread_start(void* (*fn)(void*), void* arg)
106 static void event_init(event_t* ev)
115 static void event_reset(event_t* ev)
120 static void event_set(event_t* ev)
130 static void event_wait(event_t* ev)
138 static int event_isset(event_t* ev)
[all …]
H A Dsyzkaller32.sh67 static unsigned long long procid;
69 static void kill_and_wait(int pid, int* status)
76 static void sleep_ms(uint64_t ms)
81 static uint64_t current_time_ms(void)
89 static void thread_start(void* (*fn)(void*), void* arg)
116 static void event_init(event_t* ev)
125 static void event_reset(event_t* ev)
130 static void event_set(event_t* ev)
140 static void event_wait(event_t* ev)
148 static int event_isset(event_t* ev)
[all …]
H A Dsyzkaller58.sh52 static unsigned long long procid;
54 static void kill_and_wait(int pid, int* status)
61 static void sleep_ms(uint64_t ms)
66 static uint64_t current_time_ms(void)
74 static void thread_start(void* (*fn)(void*), void* arg)
101 static void event_init(event_t* ev)
110 static void event_reset(event_t* ev)
115 static void event_set(event_t* ev)
125 static void event_wait(event_t* ev)
133 static int event_isset(event_t* ev)
[all …]
H A Dsyzkaller16.sh67 static unsigned long long procid;
69 static __thread int skip_segv;
70 static __thread jmp_buf segv_env;
72 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
84 static void install_segv_handler(void)
103 static void kill_and_wait(int pid, int* status)
110 static void sleep_ms(uint64_t ms)
115 static uint64_t current_time_ms(void)
123 static void thread_start(void* (*fn)(void*), void* arg)
150 static void event_init(event_t* ev)
[all …]
H A Dsyzkaller45.sh56 static __thread int skip_segv;
57 static __thread jmp_buf segv_env;
59 static void segv_handler(int sig, siginfo_t* info, void* ctx __unused)
74 static void install_segv_handler(void)
96 static void sleep_ms(uint64_t ms)
101 static uint64_t current_time_ms(void)
109 static void thread_start(void* (*fn)(void*), void* arg)
136 static void event_init(event_t* ev)
145 static void event_reset(event_t* ev)
150 static void event_set(event_t* ev)
[all …]
H A Dsyzkaller52.sh57 static unsigned long long procid;
59 static void kill_and_wait(int pid, int* status)
66 static void sleep_ms(uint64_t ms)
71 static uint64_t current_time_ms(void)
79 static void use_temporary_dir(void)
91 static void __attribute__((noinline)) remove_dir(const char* dir)
123 static void thread_start(void* (*fn)(void*), void* arg)
150 static void event_init(event_t* ev)
159 static void event_reset(event_t* ev)
164 static void event_set(event_t* ev)
[all …]
H A Dsyzkaller11.sh48 static void kill_and_wait(int pid, int* status)
55 static void sleep_ms(uint64_t ms)
60 static uint64_t current_time_ms(void)
68 static void thread_start(void* (*fn)(void*), void* arg)
95 static void event_init(event_t* ev)
104 static void event_reset(event_t* ev)
109 static void event_set(event_t* ev)
119 static void event_wait(event_t* ev)
127 static int event_isset(event_t* ev)
135 static int event_timedwait(event_t* ev, uint64_t timeout)
[all …]
H A Dsyzkaller54.sh52 static unsigned long long procid;
54 static void kill_and_wait(int pid, int* status)
61 static void sleep_ms(uint64_t ms)
66 static uint64_t current_time_ms(void)
74 static void thread_start(void* (*fn)(void*), void* arg)
101 static void event_init(event_t* ev)
110 static void event_reset(event_t* ev)
115 static void event_set(event_t* ev)
125 static void event_wait(event_t* ev)
133 static int event_isset(event_t* ev)
[all …]
H A Dsyzkaller31.sh58 static void kill_and_wait(int pid, int* status)
65 static void sleep_ms(uint64_t ms)
70 static uint64_t current_time_ms(void)
78 static void thread_start(void* (*fn)(void*), void* arg)
105 static void event_init(event_t* ev)
114 static void event_reset(event_t* ev)
119 static void event_set(event_t* ev)
129 static void event_wait(event_t* ev)
137 static int event_isset(event_t* ev)
145 static int event_timedwait(event_t* ev, uint64_t timeout)
[all …]
H A Dsyzkaller43.sh52 static void kill_and_wait(int pid, int* status)
59 static void sleep_ms(uint64_t ms)
64 static uint64_t current_time_ms(void)
72 static void thread_start(void* (*fn)(void*), void* arg)
99 static void event_init(event_t* ev)
108 static void event_reset(event_t* ev)
113 static void event_set(event_t* ev)
123 static void event_wait(event_t* ev)
131 static int event_isset(event_t* ev)
139 static int event_timedwait(event_t* ev, uint64_t timeout)
[all …]
H A Dsyzkaller28.sh56 static unsigned long long procid;
58 static void kill_and_wait(int pid, int* status)
65 static void sleep_ms(uint64_t ms)
70 static uint64_t current_time_ms(void)
78 static void thread_start(void* (*fn)(void*), void* arg)
105 static void event_init(event_t* ev)
114 static void event_reset(event_t* ev)
119 static void event_set(event_t* ev)
129 static void event_wait(event_t* ev)
137 static int event_isset(event_t* ev)
[all …]
H A Dsyzkaller68.sh62 static void sleep_ms(uint64_t ms)
67 static uint64_t current_time_ms(void)
75 static void thread_start(void* (*fn)(void*), void* arg)
102 static void event_init(event_t* ev)
111 static void event_reset(event_t* ev)
116 static void event_set(event_t* ev)
126 static void event_wait(event_t* ev)
134 static int event_isset(event_t* ev)
142 static int event_timedwait(event_t* ev, uint64_t timeout)
169 static struct thread_t threads[16];
[all …]
H A Dsyzkaller70.sh63 static void kill_and_wait(int pid, int* status)
70 static void sleep_ms(uint64_t ms)
75 static uint64_t current_time_ms(void)
83 static void thread_start(void* (*fn)(void*), void* arg)
110 static void event_init(event_t* ev)
119 static void event_reset(event_t* ev)
124 static void event_set(event_t* ev)
134 static void event_wait(event_t* ev)
142 static int event_isset(event_t* ev)
150 static int event_timedwait(event_t* ev, uint64_t timeout)
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h.in42 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
46static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF…
50 static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
54static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compf…
58static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyf…
62static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freef…
72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
76 static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \
80 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
84 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \
[all …]

12345678910>>...46