Home
last modified time | relevance | path

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

12345678910>>...128

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dlimits195 * The @c static @c const members are usable as integral constant
206 static _GLIBCXX_USE_CONSTEXPR bool is_specialized = false;
211 static _GLIBCXX_USE_CONSTEXPR int digits = 0;
214 static _GLIBCXX_USE_CONSTEXPR int digits10 = 0;
219 static constexpr int max_digits10 = 0;
223 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
226 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
231 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false;
235 static _GLIBCXX_USE_CONSTEXPR int radix = 0;
239 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
[all …]
H A Dratio91 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
93 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
95 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
96 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
109 static const intmax_t value = _Pn * _Qn;
123 static constexpr uintmax_t __lo = __lo1 + __lo2;
124 static constexpr uintmax_t __hi = (__hi1 + __hi2 +
134 static constexpr uintmax_t __lo = __lo1 - __lo2;
135 static constexpr uintmax_t __hi = (__hi1 - __hi2 -
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dlimits195 * The @c static @c const members are usable as integral constant
206 static _GLIBCXX_USE_CONSTEXPR bool is_specialized = false;
211 static _GLIBCXX_USE_CONSTEXPR int digits = 0;
214 static _GLIBCXX_USE_CONSTEXPR int digits10 = 0;
219 static constexpr int max_digits10 = 0;
223 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false;
226 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false;
231 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false;
235 static _GLIBCXX_USE_CONSTEXPR int radix = 0;
239 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0;
[all …]
H A Dratio91 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
93 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
94 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
95 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
96 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
109 static const intmax_t value = _Pn * _Qn;
123 static constexpr uintmax_t __lo = __lo1 + __lo2;
124 static constexpr uintmax_t __hi = (__hi1 + __hi2 +
134 static constexpr uintmax_t __lo = __lo1 - __lo2;
135 static constexpr uintmax_t __hi = (__hi1 - __hi2 -
[all …]
/netbsd-src/external/apache2/llvm/dist/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;
100 static const intmax_t value = __static_gcd<_Yp, _Xp % _Yp>::value;
106 static const intmax_t value = _Xp;
112 static const intmax_t value = 1;
120 static const intmax_t value = _Xp / __static_gcd<_Xp, _Yp>::value * _Yp;
126 static const intmax_t value = _Xp < 0 ? -_Xp : _Xp;
132 static const intmax_t value = _Xp == 0 ? 0 : (_Xp < 0 ? -1 : 1);
141 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
142 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 …]
/netbsd-src/external/bsd/jemalloc/dist/msvc/
H A Djemalloc_vc2017.sln19 Debug-static|x64 = Debug-static|x64
20 Debug-static|x86 = Debug-static|x86
23 Release-static|x64 = Release-static|x64
24 Release-static|x86 = Release-static|x86
31 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x64.ActiveCfg = Debug-static|x64
32 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x64.Build.0 = Debug-static|x64
33 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x86.ActiveCfg = Debug-static|Win32
34 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x86.Build.0 = Debug-static|Win32
39 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release-static|x64.ActiveCfg = Release-static|x64
40 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release-static|x64.Build.0 = Release-static|x64
[all …]
H A Djemalloc_vc2015.sln19 Debug-static|x64 = Debug-static|x64
20 Debug-static|x86 = Debug-static|x86
23 Release-static|x64 = Release-static|x64
24 Release-static|x86 = Release-static|x86
31 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x64.ActiveCfg = Debug-static|x64
32 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x64.Build.0 = Debug-static|x64
33 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x86.ActiveCfg = Debug-static|Win32
34 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Debug-static|x86.Build.0 = Debug-static|Win32
39 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release-static|x64.ActiveCfg = Release-static|x64
40 {8D6BB292-9E1C-413D-9F98-4864BDC1514A}.Release-static|x64.Build.0 = Release-static|x64
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A Drpath.README5 +---- a = static, b = shared
9 | | +---- a = static/static, b = static/shared,
10 | | c = shared/static, d = shared/shared.
21 | | +---- a = static/static/static, b = static/static/shared,
22 | | c = static/shared/static, d = static/shared/shared,
23 | | e = shared/static/static, f = shared/static/shared,
24 | | g = shared/shared/static, h = shared/shared/shared.
48 static library indirectly through two different dependency paths,
63 fail, because code from static libraries not compiled with -fPIC cannot
70 fail, because code from static libraries not compiled with -fPIC cannot
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-dynamic-one-shared.test5 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp…
7 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
10 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
15 RUN: diff %t-a.static.ll %t-a.shared.ll
17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
19 RUN: diff %t-b.static.ll %t-b.shared.ll
21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
23 RUN: diff %t-main.static.ll %t-main.shared.ll
H A Dinstrprof-dlopen.test8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2…
10 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
14 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/Inputs/instrprof-dlope…
21 RUN: diff %t-func.static.ll %t-func.local.ll
22 RUN: diff %t-func.static.ll %t-func.global.ll
24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
30 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dlope…
[all …]
H A Dinstrprof-dynamic-two-shared.test6 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp…
8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
24 RUN: diff %t-main.static.ll %t-main.shared.ll
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dcmath53 static constexpr _RealType __pi = 3.1415926535897932384626433832795029L;
55 static constexpr _RealType __pi_half = 1.5707963267948966192313216916397514L;
57 static constexpr _RealType __pi_third = 1.0471975511965977461542144610931676L;
59 static constexpr _RealType __pi_quarter = 0.7853981633974483096156608458198757L;
61 static constexpr _RealType __root_pi_div_2 = 1.2533141373155002512078826424055226L;
63 static constexpr _RealType __one_div_pi = 0.3183098861837906715377675267450287L;
65 static constexpr _RealType __two_div_pi = 0.6366197723675813430755350534900574L;
67 static constexpr _RealType __two_div_root_pi = 1.1283791670955125738961589031215452L;
70 static constexpr _RealType __e = 2.7182818284590452353602874713526625L;
72 static constexpr _RealType __one_div_e = 0.36787944117144232159552377016146087L;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcmath53 static constexpr _RealType __pi = 3.1415926535897932384626433832795029L;
55 static constexpr _RealType __pi_half = 1.5707963267948966192313216916397514L;
57 static constexpr _RealType __pi_third = 1.0471975511965977461542144610931676L;
59 static constexpr _RealType __pi_quarter = 0.7853981633974483096156608458198757L;
61 static constexpr _RealType __root_pi_div_2 = 1.2533141373155002512078826424055226L;
63 static constexpr _RealType __one_div_pi = 0.3183098861837906715377675267450287L;
65 static constexpr _RealType __two_div_pi = 0.6366197723675813430755350534900574L;
67 static constexpr _RealType __two_div_root_pi = 1.1283791670955125738961589031215452L;
70 static constexpr _RealType __e = 2.7182818284590452353602874713526625L;
72 static constexpr _RealType __one_div_e = 0.36787944117144232159552377016146087L;
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
H A Dinstrprof-dynamic-one-shared.test5 …fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-static %S/../Inputs/instr…
7 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
10 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
15 RUN: diff %t-a.static.ll %t-a.shared.ll
17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
19 RUN: diff %t-b.static.ll %t-b.shared.ll
21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
23 RUN: diff %t-main.static.ll %t-main.shared.ll
H A Dinstrprof-dynamic-two-shared.test6 RUN: %clang_profgen -o %t-static %S/../Inputs/instrprof-dynamic-a.cpp %S/../Inputs/instrprof-dynami…
8 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
11 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
24 RUN: diff %t-main.static.ll %t-main.shared.ll
H A Dinstrprof-dlopen.test8 …data-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-static %S/../Inputs/instr…
10 RUN: env LLVM_PROFILE_FILE=%t-static.profraw %run %t-static
14 RUN: llvm-profdata merge -o %t-static.profdata %t-static.profraw
18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/../Inputs/instrprof-dl…
21 RUN: diff %t-func.static.ll %t-func.local.ll
22 RUN: diff %t-func.static.ll %t-func.global.ll
24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d…
27 RUN: diff %t-func2.static.ll %t-func2.local.ll
28 RUN: diff %t-func2.static.ll %t-func2.global.ll
30 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dl…
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mips64el/
H A Dobserver.inc31 static struct observer_list *normal_stop_subject = NULL;
35 static void
70 static struct observer_list *signal_received_subject = NULL;
74 static void
109 static struct observer_list *end_stepping_range_subject = NULL;
111 static void
143 static struct observer_list *signal_exited_subject = NULL;
147 static void
182 static struct observer_list *exited_subject = NULL;
186 static void
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipsn64eb/
H A Dobserver.inc31 static struct observer_list *normal_stop_subject = NULL;
35 static void
70 static struct observer_list *signal_received_subject = NULL;
74 static void
109 static struct observer_list *end_stepping_range_subject = NULL;
111 static void
143 static struct observer_list *signal_exited_subject = NULL;
147 static void
182 static struct observer_list *exited_subject = NULL;
186 static void
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsel/
H A Dobserver.inc31 static struct observer_list *normal_stop_subject = NULL;
35 static void
70 static struct observer_list *signal_received_subject = NULL;
74 static void
109 static struct observer_list *end_stepping_range_subject = NULL;
111 static void
143 static struct observer_list *signal_exited_subject = NULL;
147 static void
182 static struct observer_list *exited_subject = NULL;
186 static void
[all …]
/netbsd-src/external/gpl3/gdb.old/lib/libgdb/arch/mipseb/
H A Dobserver.inc31 static struct observer_list *normal_stop_subject = NULL;
35 static void
70 static struct observer_list *signal_received_subject = NULL;
74 static void
109 static struct observer_list *end_stepping_range_subject = NULL;
111 static void
143 static struct observer_list *signal_exited_subject = NULL;
147 static void
182 static struct observer_list *exited_subject = NULL;
186 static void
[all …]
/netbsd-src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/
H A Dobserver.inc31 static struct observer_list *normal_stop_subject = NULL;
35 static void
70 static struct observer_list *signal_received_subject = NULL;
74 static void
109 static struct observer_list *end_stepping_range_subject = NULL;
111 static void
143 static struct observer_list *signal_exited_subject = NULL;
147 static void
182 static struct observer_list *exited_subject = NULL;
186 static void
[all …]

12345678910>>...128