/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | test-ffs.c | 45 #define TEST(fct, type) \ in main() argument 46 try (#fct, 0, fct ((type) 0), 0); \ in main() 48 try (#fct, 1ll << i, fct (((type) 1) << i), i + 1); \ in main() 50 try (#fct, (~((type) 0) >> i) << i, fct ((~((type) 0) >> i) << i), i + 1);\ in main() 51 try (#fct, 0x80008000, fct ((type) 0x80008000), 16) in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | gen-libm-test.pl | 448 my ($fct, $line, $type); 462 $line .= "DELTA$fct"; 467 $line .= ", FAIL$fct"; 473 push @functions, $fct; 579 ($fct) = ($test =~ /^(\w+)\s/); 580 if ($fct ne $last_fct) { 581 $last_fct = $fct; 582 print NEWULP "\n# $fct\n"; 719 my ($i, $fct); 728 foreach $fct (@functions) { [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | cdefs.h | 47 # define __NTH(fct) __attribute__ ((__nothrow__)) fct argument 51 # define __NTH(fct) fct throw () argument 54 # define __NTH(fct) fct argument 63 # define __NTH(fct) fct argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread-functions.h | 106 # define PTHFCT_CALL(fct, params) \ 107 ({ __typeof (__libc_pthread_functions.fct) __p; \ 108 __p = __libc_pthread_functions.fct; \ 112 # define PTHFCT_CALL(fct, params) \ argument 113 __libc_pthread_functions.fct params
|
A D | createthread.c | 51 int clone_flags, int (*fct) (void *), STACK_VARIABLES_PARMS, in do_clone() 74 if (ARCH_CLONE (fct, STACK_VARIABLES_ARGS, clone_flags, in do_clone()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ |
A D | mq_notify.c | 47 void (*fct) (union sigval); /* The function to run. */ member 90 void (*fct) (union sigval) = data->fct; in notification_function() local 104 fct (param); in notification_function() 252 data.fct = notification->sigev_notify_function; in mq_notify()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | mq_notify.c | 48 void (*fct) (union sigval); /* The function to run. */ member 91 void (*fct) (union sigval) = data->fct; in notification_function() local 105 fct (param); in notification_function() 255 data.fct = notification->sigev_notify_function; in mq_notify()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-mqueue6.c | 74 fct (union sigval s) in fct() function 139 ev.sigev_notify_function = fct; in do_test() 202 ev.sigev_notify_function = fct; in do_test() 282 ev.sigev_notify_function = fct; in do_test()
|
A D | tst-mqueue3.c | 45 fct (union sigval s) in fct() function 195 ev.sigev_notify_function = fct; in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | tgmath.h | 40 # define __tgml(fct) fct argument 42 # define __tgml(fct) fct ## l argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/bits/ |
A D | libc-lock.h | 266 #define __libc_cleanup_push(fct, arg) \ argument 268 __libc_maybe_call (_pthread_cleanup_push, (&_buffer, (fct), (arg)), 0)
|
/l4re-core-master/uclibc/lib/libpthread/include/bits/ |
A D | libc-lock.h | 269 #define __libc_cleanup_push(fct, arg) \ argument 271 __libc_maybe_call (_pthread_cleanup_push, (&_buffer, (fct), (arg)), 0)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/bits/ |
A D | libc-lock.h | 274 #define __libc_cleanup_push(fct, arg) \ 276 __libc_maybe_call (_pthread_cleanup_push, (&_buffer, (fct), (arg)), 0)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | internals.h | 71 #define PTHREAD_START_ARGS_INITIALIZER(fct) \ argument 72 { (void *(*) (void *)) fct, NULL, {{0, }}, 0, { 0 } }
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | internals.h | 78 #define PTHREAD_START_ARGS_INITIALIZER(fct) \ argument 79 { (void *(*) (void *)) fct, NULL }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/bits/ |
A D | libc-lock.h | 439 #define __libc_cleanup_push(fct, arg) \ argument 443 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | ChangeLog | 4808 (fct): Verify uc_link & guard words are still valid. 5145 * tst-context1.c (fct): Check whether correct stack is used.
|