/l4re-core-master/l4util/lib/src/ARCH-x86/ |
A D | backtrace.c | 49 int cnt, max; member 63 if (++arg->cnt == arg->max) in __bt_helper() 79 l4util_backtrace(void **pc_array, int max) in l4util_backtrace() argument 81 struct Bt_arg arg = { .pc_array = pc_array, .max = max, .cnt = -1 }; in l4util_backtrace() 95 if (max >= 1) in l4util_backtrace() 100 else if (arg.cnt < max) in l4util_backtrace() 104 while (arg.cnt < max) in l4util_backtrace()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-key1.c | 29 int max; in do_test() local 31 max = PTHREAD_KEYS_MAX; in do_test() 33 max = _POSIX_THREAD_KEYS_MAX; in do_test() 35 pthread_key_t *keys = alloca (max * sizeof (pthread_key_t)); in do_test() 38 for (i = 0; i < max; ++i) in do_test() 55 for (i = 0; i < max; ++i) in do_test()
|
A D | tst-key4.c | 27 const int max = PTHREAD_KEYS_MAX; variable 29 const int max = _POSIX_THREAD_KEYS_MAX; variable 38 for (i = 0; i < max; ++i) in tf1() 53 for (i = 0; i < max; ++i) in tf2() 67 keys = alloca (max * sizeof (pthread_key_t)); in do_test() 70 for (i = 0; i < max; ++i) in do_test()
|
/l4re-core-master/l4util/lib/src/ARCH-amd64/ |
A D | backtrace.c | 47 int cnt, max; member 58 if (++arg->cnt == arg->max) in __bt_helper() 66 l4util_backtrace(void **pc_array, int max) in l4util_backtrace() argument 68 struct Bt_arg arg = { .pc_array = pc_array, .max = max, .cnt = -1 }; in l4util_backtrace() 82 if (max >= 1) in l4util_backtrace()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | defs.awk | 3 /^[ ]*\.align/ { if($2 > max) max = $2; } 20 if(max) 21 print "#define ALIGN .align", max;
|
/l4re-core-master/l4util/include/ |
A D | assert.h | 81 #define ASSERT_LOWER_EQ(val, max) \ argument 84 typeof(max) _max = max; \ 87 ASSERT_PRINTF(" "#val" (%lx) > "#max" (%lx)\n", (unsigned long)_val, (unsigned long)_max); \ 105 #define ASSERT_BETWEEN(val, min, max) \ argument 106 ASSERT_LOWER_EQ((val), (max)); \
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | codecvt.cc | 949 int max = 3; in do_max_length() local 952 return max; in do_max_length() 1020 int max = 4; in do_max_length() local 1023 return max; in do_max_length() 1137 return max; in do_max_length() 1213 return max; in do_max_length() 1288 return max; in do_max_length() 1396 return max; in do_max_length() 1473 return max; in do_max_length() 1549 return max; in do_max_length() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | codecvt.cc | 949 int max = 3; in do_max_length() local 952 return max; in do_max_length() 1020 int max = 4; in do_max_length() local 1023 return max; in do_max_length() 1142 return max; in do_max_length() 1218 return max; in do_max_length() 1293 return max; in do_max_length() 1401 return max; in do_max_length() 1478 return max; in do_max_length() 1554 return max; in do_max_length() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | codecvt.cc | 949 int max = 3; in do_max_length() local 952 return max; in do_max_length() 1020 int max = 4; in do_max_length() local 1023 return max; in do_max_length() 1137 return max; in do_max_length() 1213 return max; in do_max_length() 1288 return max; in do_max_length() 1396 return max; in do_max_length() 1473 return max; in do_max_length() 1549 return max; in do_max_length() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | codecvt.cc | 949 int max = 3; in do_max_length() local 952 return max; in do_max_length() 1020 int max = 4; in do_max_length() local 1023 return max; in do_max_length() 1142 return max; in do_max_length() 1218 return max; in do_max_length() 1293 return max; in do_max_length() 1401 return max; in do_max_length() 1478 return max; in do_max_length() 1554 return max; in do_max_length() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/generic/ |
A D | c_locale.cc | 90 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 112 __v = numeric_limits<float>::max(); in __convert_to_v() 114 __v = -numeric_limits<float>::max(); in __convert_to_v() 157 __v = numeric_limits<double>::max(); in __convert_to_v() 159 __v = -numeric_limits<double>::max(); in __convert_to_v() 209 __v = numeric_limits<long double>::max(); in __convert_to_v() 211 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/locale/generic/ |
A D | c_locale.cc | 80 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 102 __v = numeric_limits<float>::max(); in __convert_to_v() 104 __v = -numeric_limits<float>::max(); in __convert_to_v() 147 __v = numeric_limits<double>::max(); in __convert_to_v() 149 __v = -numeric_limits<double>::max(); in __convert_to_v() 199 __v = numeric_limits<long double>::max(); in __convert_to_v() 201 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/generic/ |
A D | c_locale.cc | 107 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 129 __v = numeric_limits<float>::max(); in __convert_to_v() 131 __v = -numeric_limits<float>::max(); in __convert_to_v() 175 __v = numeric_limits<double>::max(); in __convert_to_v() 177 __v = -numeric_limits<double>::max(); in __convert_to_v() 228 __v = numeric_limits<long double>::max(); in __convert_to_v() 230 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/generic/ |
A D | c_locale.cc | 90 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 112 __v = numeric_limits<float>::max(); in __convert_to_v() 114 __v = -numeric_limits<float>::max(); in __convert_to_v() 157 __v = numeric_limits<double>::max(); in __convert_to_v() 159 __v = -numeric_limits<double>::max(); in __convert_to_v() 209 __v = numeric_limits<long double>::max(); in __convert_to_v() 211 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/generic/ |
A D | c_locale.cc | 90 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 112 __v = numeric_limits<float>::max(); in __convert_to_v() 114 __v = -numeric_limits<float>::max(); in __convert_to_v() 157 __v = numeric_limits<double>::max(); in __convert_to_v() 159 __v = -numeric_limits<double>::max(); in __convert_to_v() 209 __v = numeric_limits<long double>::max(); in __convert_to_v() 211 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/generic/ |
A D | c_locale.cc | 90 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 112 __v = numeric_limits<float>::max(); in __convert_to_v() 114 __v = -numeric_limits<float>::max(); in __convert_to_v() 157 __v = numeric_limits<double>::max(); in __convert_to_v() 159 __v = -numeric_limits<double>::max(); in __convert_to_v() 209 __v = numeric_limits<long double>::max(); in __convert_to_v() 211 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/locale/generic/ |
A D | c_locale.cc | 80 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 102 __v = numeric_limits<float>::max(); in __convert_to_v() 104 __v = -numeric_limits<float>::max(); in __convert_to_v() 147 __v = numeric_limits<double>::max(); in __convert_to_v() 149 __v = -numeric_limits<double>::max(); in __convert_to_v() 199 __v = numeric_limits<long double>::max(); in __convert_to_v() 201 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/generic/ |
A D | c_locale.cc | 90 if (fabs(__d) > numeric_limits<float>::max()) in __convert_to_v() 112 __v = numeric_limits<float>::max(); in __convert_to_v() 114 __v = -numeric_limits<float>::max(); in __convert_to_v() 157 __v = numeric_limits<double>::max(); in __convert_to_v() 159 __v = -numeric_limits<double>::max(); in __convert_to_v() 209 __v = numeric_limits<long double>::max(); in __convert_to_v() 211 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/ |
A D | c_locale.cc | 60 __v = numeric_limits<float>::max(); in __convert_to_v() 65 __v = -numeric_limits<float>::max(); in __convert_to_v() 87 __v = numeric_limits<double>::max(); in __convert_to_v() 92 __v = -numeric_limits<double>::max(); in __convert_to_v() 114 __v = numeric_limits<long double>::max(); in __convert_to_v() 119 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/locale/gnu/ |
A D | c_locale.cc | 58 __v = numeric_limits<float>::max(); in __convert_to_v() 63 __v = -numeric_limits<float>::max(); in __convert_to_v() 85 __v = numeric_limits<double>::max(); in __convert_to_v() 90 __v = -numeric_limits<double>::max(); in __convert_to_v() 118 __v = numeric_limits<long double>::max(); in __convert_to_v() 123 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/ |
A D | c_locale.cc | 60 __v = numeric_limits<float>::max(); in __convert_to_v() 65 __v = -numeric_limits<float>::max(); in __convert_to_v() 87 __v = numeric_limits<double>::max(); in __convert_to_v() 92 __v = -numeric_limits<double>::max(); in __convert_to_v() 114 __v = numeric_limits<long double>::max(); in __convert_to_v() 119 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/ |
A D | c_locale.cc | 60 __v = numeric_limits<float>::max(); in __convert_to_v() 65 __v = -numeric_limits<float>::max(); in __convert_to_v() 87 __v = numeric_limits<double>::max(); in __convert_to_v() 92 __v = -numeric_limits<double>::max(); in __convert_to_v() 114 __v = numeric_limits<long double>::max(); in __convert_to_v() 119 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/ |
A D | c_locale.cc | 60 __v = numeric_limits<float>::max(); in __convert_to_v() 65 __v = -numeric_limits<float>::max(); in __convert_to_v() 87 __v = numeric_limits<double>::max(); in __convert_to_v() 92 __v = -numeric_limits<double>::max(); in __convert_to_v() 114 __v = numeric_limits<long double>::max(); in __convert_to_v() 119 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/ |
A D | c_locale.cc | 60 __v = numeric_limits<float>::max(); in __convert_to_v() 65 __v = -numeric_limits<float>::max(); in __convert_to_v() 87 __v = numeric_limits<double>::max(); in __convert_to_v() 92 __v = -numeric_limits<double>::max(); in __convert_to_v() 114 __v = numeric_limits<long double>::max(); in __convert_to_v() 119 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/ |
A D | c_locale.cc | 60 __v = numeric_limits<float>::max(); in __convert_to_v() 65 __v = -numeric_limits<float>::max(); in __convert_to_v() 87 __v = numeric_limits<double>::max(); in __convert_to_v() 92 __v = -numeric_limits<double>::max(); in __convert_to_v() 114 __v = numeric_limits<long double>::max(); in __convert_to_v() 119 __v = -numeric_limits<long double>::max(); in __convert_to_v()
|