| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | uniform_int_dist.h | 166 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 167 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 243 const param_type& __param) in _GLIBCXX_VISIBILITY() 255 = __uctype(__param.b()) - __uctype(__param.a()); in _GLIBCXX_VISIBILITY() 300 return __ret + __param.a(); in _GLIBCXX_VISIBILITY() 311 const param_type& __param) in _GLIBCXX_VISIBILITY() 324 = __uctype(__param.b()) - __uctype(__param.a()); in _GLIBCXX_VISIBILITY() 336 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY() 350 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY() 387 *__f++ = __uctype(__urng()) - __urngmin + __param.a(); in _GLIBCXX_VISIBILITY()
|
| H A D | random.tcc | 1012 const param_type& __param) in operator ()() argument 1026 __cand = std::floor(std::log(1.0 - __aurng()) / __param._M_log_1_p); in operator ()() 1039 const param_type& __param) in __generate_impl() argument 1057 / __param._M_log_1_p); in __generate_impl() 1270 const param_type& __param) in operator ()() argument 1275 if (__param.mean() >= 12) in operator ()() 1285 const double __m = std::floor(__param.mean()); in operator ()() 1288 const double __c1 = __param._M_sm * __spi_2; in operator ()() 1289 const double __c2 = __param._M_c2b + __c1; in operator ()() 1297 const double __c = __param._M_cb + __c5; in operator ()() [all …]
|
| H A D | random.h | 1836 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 1837 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2066 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2067 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2275 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2276 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2508 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2509 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2705 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2707 _M_param = __param; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | uniform_int_dist.h | 166 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 167 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 243 const param_type& __param) in _GLIBCXX_VISIBILITY() 255 = __uctype(__param.b()) - __uctype(__param.a()); in _GLIBCXX_VISIBILITY() 300 return __ret + __param.a(); in _GLIBCXX_VISIBILITY() 311 const param_type& __param) in _GLIBCXX_VISIBILITY() 324 = __uctype(__param.b()) - __uctype(__param.a()); in _GLIBCXX_VISIBILITY() 336 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY() 350 *__f++ = __ret / __scaling + __param.a(); in _GLIBCXX_VISIBILITY() 387 *__f++ = __uctype(__urng()) - __urngmin + __param.a(); in _GLIBCXX_VISIBILITY()
|
| H A D | random.tcc | 1012 const param_type& __param) in operator ()() argument 1026 __cand = std::floor(std::log(1.0 - __aurng()) / __param._M_log_1_p); in operator ()() 1039 const param_type& __param) in __generate_impl() argument 1057 / __param._M_log_1_p); in __generate_impl() 1270 const param_type& __param) in operator ()() argument 1275 if (__param.mean() >= 12) in operator ()() 1285 const double __m = std::floor(__param.mean()); in operator ()() 1288 const double __c1 = __param._M_sm * __spi_2; in operator ()() 1289 const double __c2 = __param._M_c2b + __c1; in operator ()() 1297 const double __c = __param._M_cb + __c5; in operator ()() [all …]
|
| H A D | random.h | 1836 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 1837 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2066 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2067 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2275 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2276 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2508 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2509 { _M_param = __param; } in _GLIBCXX_VISIBILITY() 2705 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 2707 _M_param = __param; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | interval_tree_test.c | 9 #define __param(type, name, init, msg) \ macro 14 __param(int, nnodes, 100, "Number of nodes in the interval tree"); 15 __param(int, perf_loops, 1000, "Number of iterations modifying the tree"); 17 __param(int, nsearches, 100, "Number of searches to the interval tree"); 18 __param(int, search_loops, 1000, "Number of iterations searching the tree"); 19 __param(bool, search_all, false, "Searches will iterate all nodes in the tree"); 21 __param(uint, max_endpoint, ~0, "Largest value for the interval's endpoint");
|
| H A D | test_vmalloc.c | 21 #define __param(type, name, init, msg) \ macro 26 __param(bool, single_cpu_test, false, 29 __param(bool, sequential_test_order, false, 32 __param(int, test_repeat_count, 1, 35 __param(int, test_loop_count, 1000000, 38 __param(int, run_test_mask, INT_MAX,
|
| H A D | rbtree_test.c | 9 #define __param(type, name, init, msg) \ macro 14 __param(int, nnodes, 100, "Number of nodes in the rb-tree"); 15 __param(int, perf_loops, 1000, "Number of iterations modifying the rb-tree"); 16 __param(int, check_loops, 100, "Number of iterations modifying and verifying the rb-tree");
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | random.tcc | 419 const param_type& __param) in operator ()() argument 427 __x = std::exp(std::log(__aurng()) / __param.alpha()); in operator ()() 428 __y = std::exp(std::log(__aurng()) / __param.beta()); in operator ()() 442 const param_type& __param) in __generate_impl() argument 455 __x = std::exp(std::log(__aurng()) / __param.alpha()); in __generate_impl() 456 __y = std::exp(std::log(__aurng()) / __param.beta()); in __generate_impl() 619 const param_type& __param) in operator ()() argument 625 auto __t_it = __param._M_t.crbegin(); in operator ()() 643 const param_type& __param) in __generate_impl() argument 648 *__f++ = this->operator()(__urng, __param); in __generate_impl() [all …]
|
| H A D | random | 510 * @param __param The new parameter set of the distribution. 513 param(const param_type& __param) 514 { _M_param = __param; } 829 * @param __param The new parameter set of the distribution. 832 param(const param_type& __param) 833 { _M_param = __param; } 1078 * @param __param The new parameter set of the distribution. 1081 param(const param_type& __param) 1082 { _M_param = __param; } 1327 * @param __param The new parameter set of the distribution. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | random.tcc | 419 const param_type& __param) in operator ()() argument 427 __x = std::exp(std::log(__aurng()) / __param.alpha()); in operator ()() 428 __y = std::exp(std::log(__aurng()) / __param.beta()); in operator ()() 442 const param_type& __param) in __generate_impl() argument 455 __x = std::exp(std::log(__aurng()) / __param.alpha()); in __generate_impl() 456 __y = std::exp(std::log(__aurng()) / __param.beta()); in __generate_impl() 619 const param_type& __param) in operator ()() argument 625 auto __t_it = __param._M_t.crbegin(); in operator ()() 643 const param_type& __param) in __generate_impl() argument 648 *__f++ = this->operator()(__urng, __param); in __generate_impl() [all …]
|
| H A D | random | 510 * @param __param The new parameter set of the distribution. 513 param(const param_type& __param) 514 { _M_param = __param; } 829 * @param __param The new parameter set of the distribution. 832 param(const param_type& __param) 833 { _M_param = __param; } 1078 * @param __param The new parameter set of the distribution. 1081 param(const param_type& __param) 1082 { _M_param = __param; } 1327 * @param __param The new parameter set of the distribution. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | sched.h | 54 extern int sched_setparam (__pid_t __pid, const struct sched_param *__param) 58 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW; 62 const struct sched_param *__param) __THROW;
|
| H A D | pthread.h | 295 struct sched_param *__restrict __param) 301 __param) __THROW __nonnull ((1, 2)); 422 const struct sched_param *__param) 428 struct sched_param *__restrict __param)
|
| H A D | malloc.h | 148 extern int mallopt (int __param, int __val) __THROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | sched.h | 54 extern int sched_setparam (__pid_t __pid, const struct sched_param *__param) 58 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW; 62 const struct sched_param *__param) __THROW;
|
| H A D | pthread.h | 295 struct sched_param *__restrict __param) 301 __param) __THROW __nonnull ((1, 2)); 422 const struct sched_param *__param) 428 struct sched_param *__restrict __param)
|
| H A D | malloc.h | 148 extern int mallopt (int __param, int __val) __THROW;
|
| H A D | stdlib.h | 484 extern void lcong48 (unsigned short int __param[7]) __THROW __nonnull ((1)); 532 extern int lcong48_r (unsigned short int __param[7],
|
| /OK3568_Linux_fs/kernel/lib/reed_solomon/ |
| H A D | test_rslib.c | 27 #define __param(type, name, init, msg) \ macro 32 __param(int, v, V_PROGRESS, "Verbosity level"); 33 __param(int, ewsc, 1, "Erasures without symbol corruption"); 34 __param(int, bc, 1, "Test for correct behaviour beyond error correction capacity");
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/ |
| H A D | pthread.h | 304 struct sched_param *__restrict __param) 310 __param) __THROW __nonnull ((1, 2)); 431 const struct sched_param *__param) 437 struct sched_param *__restrict __param)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/ |
| H A D | pthread.h | 304 struct sched_param *__restrict __param) 310 __param) __THROW __nonnull ((1, 2)); 431 const struct sched_param *__param) 437 struct sched_param *__restrict __param)
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | vmlinux.lds | 41 …DR(__init_rodata) - 0) { *(.ref.rodata) } __param : AT(ADDR(__param) - 0) { __start___param = .; K… argument
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | vmlinux.lds.h | 570 __param : AT(ADDR(__param) - LOAD_OFFSET) { \ 572 KEEP(*(__param)) \
|