Home
last modified time | relevance | path

Searched refs:param (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dlcong48.c11 static int __lcong48_r (unsigned short int param[7], struct drand48_data *buffer) in __lcong48_r()
14 memcpy (buffer->__x, &param[0], sizeof (buffer->__x)); in __lcong48_r()
15 buffer->__a = ((uint64_t) param[5] << 32 | (uint32_t) param[4] << 16 | param[3]); in __lcong48_r()
16 buffer->__c = param[6]; in __lcong48_r()
25 void lcong48 (unsigned short int param[7]) in strong_alias()
27 (void) __lcong48_r (param, &__libc_drand48_data); in strong_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dilogb.c8 #define check_d1(func, param, expected) \ argument
11 double result = func(param); up.f = param; ur.f = result; \
15 #func, (double)(param), (long long)up.hex, result, (long long)ur.hex, (double)(expected)) \
16 : printf("PASS: %s(%g)=%g\n", #func, (double)(param), result); \
19 #define check_i1(func, param, expected) \ argument
22 long long result = func(param); up.f = param; \
26 #func, (double)(param), (long long)up.hex, result, result, (long long)(expected)) \
27 : printf("PASS: %s(%g)=%lld/%llu\n", #func, (double)(param), result, result); \
A Dc99_test.c8 #define check_d1(func, param, expected) \ argument
11 double result = func(param); up.f = param; ur.f = result; \
15 #func, (double)(param), (long long)up.hex, result, (long long)ur.hex, (double)(expected)) \
16 : printf("PASS: %s(%g)=%g\n", #func, (double)(param), result); \
19 #define check_i1(func, param, expected) \ argument
22 long long result = func(param); up.f = param; \
26 #func, (double)(param), (long long)up.hex, result, result, (long long)(expected)) \
27 : printf("PASS: %s(%g)=%lld/%llu\n", #func, (double)(param), result, result); \
A Drint.c7 #define check_d1(func, param, expected) \ argument
10 double result = func(param); up.f = param; ur.f = result; \
14 #func, (double)(param), (long long)up.hex, result, (long long)ur.hex, (double)(expected)) \
15 : printf("PASS: %s(%g)=%g\n", #func, (double)(param), result); \
/l4re-core-master/l4sys/include/
A Ddebugger65 * \param name Name
66 * \param utcb The UTCB to use for the operation.
77 * \param utcb The UTCB to use for the operation.
88 * \param kobjp Kobject pointer
89 * \param utcb The UTCB to use for the operation.
101 * \param name Name to query for.
103 * \param utcb The UTCB to use for the operation.
115 * \param idx ID to query.
138 * \param name Name of the log type.
139 * \param on_off 1: turn log on, 0: turn log off
[all …]
A Dvcon57 * \param buf Pointer to the data buffer.
58 * \param size Size of the data buffer in bytes.
59 * \param utcb UTBC pointer of the calling thread.
76 * \param buf Pointer to the data buffer.
77 * \param size Size of the data buffer in bytes.
78 * \param utcb UTCB pointer of the calling thread.
90 * \param[out] buf Pointer to data buffer.
91 * \param size Size of the data buffer in bytes.
107 * \param[out] buf Pointer to data buffer.
108 * \param size Size of the data buffer in bytes.
[all …]
A Dkip93 * \param kip Pointer to the kernel info page
112 * \param kip Pointer to the kernel info page
126 * \param count Number of memory descriptors
159 * \param start Start address
160 * \param end End address
161 * \param t Memory type
162 * \param st Memory subtype, defaults to 0
218 * \param start Start address
219 * \param end End address
220 * \param t Memory type
[all …]
A Dtask58 * \param utcb UTCB pointer of the calling thread.
82 * \param map_mask Unmap mask, see #l4_unmap_flags_t
83 * \param utcb UTCB pointer of the calling thread.
110 * \param map_mask Unmap mask, see #l4_unmap_flags_t.
111 * \param utcb UTCB pointer of the calling thread.
128 * \param utcb UTCB pointer of the calling thread.
146 * \param utcb UTCB pointer of the calling thread.
164 * \param cap Valid capability to check for presence.
185 * \param cap_a First capability selector to compare.
186 * \param cap_b Second capability selector to compare.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dregex1282 * @param lhs A string.
2392 * @param out
2393 * @param first
2394 * @param last
2395 * @param e
2396 * @param fmt
2397 * @param flags
2415 * @param s
2416 * @param e
2417 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dregex1282 * @param lhs A string.
2392 * @param out
2393 * @param first
2394 * @param last
2395 * @param e
2396 * @param fmt
2397 * @param flags
2415 * @param s
2416 * @param e
2417 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dregex1282 * @param lhs A string.
2392 * @param out
2393 * @param first
2394 * @param last
2395 * @param e
2396 * @param fmt
2397 * @param flags
2415 * @param s
2416 * @param e
2417 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dregex1282 * @param lhs A string.
2392 * @param out
2393 * @param first
2394 * @param last
2395 * @param e
2396 * @param fmt
2397 * @param flags
2415 * @param s
2416 * @param e
2417 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dregex1279 * @param lhs A string.
2389 * @param out
2390 * @param first
2391 * @param last
2392 * @param e
2393 * @param fmt
2394 * @param flags
2412 * @param s
2413 * @param e
2414 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dregex1279 * @param lhs A string.
2389 * @param out
2390 * @param first
2391 * @param last
2392 * @param e
2393 * @param fmt
2394 * @param flags
2412 * @param s
2413 * @param e
2414 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dregex1279 * @param lhs A string.
2389 * @param out
2390 * @param first
2391 * @param last
2392 * @param e
2393 * @param fmt
2394 * @param flags
2412 * @param s
2413 * @param e
2414 * @param fmt
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dregex1279 * @param lhs A string.
2389 * @param out
2390 * @param first
2391 * @param last
2392 * @param e
2393 * @param fmt
2394 * @param flags
2412 * @param s
2413 * @param e
2414 * @param fmt
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_setschedprio.c40 struct sched_param param; in pthread_setschedprio() local
41 param.sched_priority = prio; in pthread_setschedprio()
48 param.sched_priority = pd->tpp->priomax; in pthread_setschedprio()
51 if (__builtin_expect (sched_setparam (pd->tid, &param) == -1, 0)) in pthread_setschedprio()
57 param.sched_priority = prio; in pthread_setschedprio()
58 memcpy (&pd->schedparam, &param, sizeof (struct sched_param)); in pthread_setschedprio()
A Dpthread_setschedparam.c31 const struct sched_param *param) in __pthread_setschedparam() argument
45 const struct sched_param *orig_param = param; in __pthread_setschedparam()
50 && pd->tpp->priomax > param->sched_priority) in __pthread_setschedparam()
52 p = *param; in __pthread_setschedparam()
54 param = &p; in __pthread_setschedparam()
59 param) == -1, 0)) in __pthread_setschedparam()
/l4re-core-master/l4re/util/include/
A Ddataspace_svr61 * \param local_addr Local address to map to.
65 * \param[out] memory Send fpage to map
80 * \param offs Offs param to map
81 * \param flags Flags param to map
82 * \param min Min param to map
83 * \param max Max param to map
120 * \param src_id Local id of the source dataspace
122 * \param size Number of bytes to copy
138 * \param offs Start of the region
139 * \param size Size of the region
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dnumeric259 * @param __first Start of range.
260 * @param __last End of range.
305 * @param __first Start of range.
306 * @param __last End of range.
323 * @param __last End of range.
416 * @param __last End of range.
456 * @param __init Initial value.
492 * @param __init Initial value.
520 * @param __init Initial value.
607 * @param __init Initial value.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dnumeric240 * @param __first Start of range.
241 * @param __last End of range.
286 * @param __first Start of range.
287 * @param __last End of range.
304 * @param __last End of range.
397 * @param __last End of range.
437 * @param __init Initial value.
473 * @param __init Initial value.
501 * @param __init Initial value.
588 * @param __init Initial value.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dnumeric243 * @param __first Start of range.
244 * @param __last End of range.
288 * @param __first Start of range.
289 * @param __last End of range.
305 * @param __last End of range.
395 * @param __last End of range.
434 * @param __init Initial value.
469 * @param __init Initial value.
496 * @param __init Initial value.
580 * @param __init Initial value.
[all …]
/l4re-core-master/l4re/include/video/
A Dcolors70 * \param v Value
81 * \param v Value
89 * \param s Stream
158 * \param c Red color component.
164 * \param c Green color component.
170 * \param c Blue color component.
176 * \param c Alpha color component.
194 * \param r Red component size.
195 * \param rs Red component shift.
198 * \param b Blue component size.
[all …]
/l4re-core-master/l4re/include/
A Derror_helper39 * \param err Error value
40 * \param extra Optional text for exception (default "")
79 * \param t Message tag.
81 * \param utcb Option UTCB
103 * \param t Message tag.
104 * \param utcb UTCB.
132 * \param cap Capability value to check.
133 * \param extra Optional text for exception.
163 * \param tag Message tag returned by the IPC.
164 * \param extra Exception message in case of error.
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dforward.c60 (const pthread_attr_t *attr, struct sched_param *param),
61 (attr, param), 0)
63 (pthread_attr_t *attr, const struct sched_param *param),
64 (attr, param), 0)
109 (pthread_t target_thread, int *policy, struct sched_param *param),
110 (target_thread, policy, param), 0)
113 const struct sched_param *param), (target_thread, policy, param), 0)

Completed in 83 milliseconds

12345678910>>...14