Home
last modified time | relevance | path

Searched refs:fct (Results 1 – 17 of 17) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtest-ffs.c45 #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 Dgen-libm-test.pl448 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 Dcdefs.h47 # 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 Dpthread-functions.h106 # 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 Dcreatethread.c51 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 Dmq_notify.c47 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 Dmq_notify.c48 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 Dtst-mqueue6.c74 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 Dtst-mqueue3.c45 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 Dtgmath.h40 # 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 Dlibc-lock.h266 #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 Dlibc-lock.h269 #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 Dlibc-lock.h274 #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 Dinternals.h71 #define PTHREAD_START_ARGS_INITIALIZER(fct) \ argument
72 { (void *(*) (void *)) fct, NULL, {{0, }}, 0, { 0 } }
/l4re-core-master/uclibc/lib/libpthread/src/
A Dinternals.h78 #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 Dlibc-lock.h439 #define __libc_cleanup_push(fct, arg) \ argument
443 = { .__cancel_routine = (fct), .__cancel_arg = (arg), \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog4808 (fct): Verify uc_link & guard words are still valid.
5145 * tst-context1.c (fct): Check whether correct stack is used.

Completed in 58 milliseconds