Searched refs:try (Results 1 – 25 of 90) sorted by relevance
1234
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | test-ffs.c | 30 auto void try (const char *name, long long int param, int value, in main() 33 void try (const char *name, long long int param, int value, int expected) in main() 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/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | lowlevelrobustlock.c | 34 goto try; in __lll_robust_lock_wait() 48 try: in __lll_robust_lock_wait() 71 goto try; in __lll_robust_timedlock_wait() 105 try: in __lll_robust_timedlock_wait()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | ex3.c | 55 int *try = (int *) arg; in print_it() local 62 printf("Thread %lx was canceled on its %d try.\n", tid, *try); in print_it()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | exception_ptr.h | 186 try in make_exception_ptr() 197 try in make_exception_ptr()
|
A D | exception_defines.h | 40 # define __try try
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | exception_ptr.h | 193 try in make_exception_ptr() 204 try in make_exception_ptr()
|
A D | exception_defines.h | 40 # define __try try
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | exception_ptr.h | 186 try in make_exception_ptr() 197 try in make_exception_ptr()
|
A D | exception_defines.h | 40 # define __try try
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | exception_ptr.h | 186 try in make_exception_ptr() 197 try in make_exception_ptr()
|
A D | exception_defines.h | 40 # define __try try
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | exception_defines.h | 40 # define __try try
|
A D | exception_ptr.h | 172 try in make_exception_ptr()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | exception_defines.h | 40 # define __try try
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | exception_defines.h | 40 # define __try try
|
A D | exception_ptr.h | 174 try in make_exception_ptr()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | exception_defines.h | 40 # define __try try
|
A D | exception_ptr.h | 240 try in make_exception_ptr() 251 try in make_exception_ptr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/ |
A D | format.lds | 3 * the static library, so try that secondarily. */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _fwrite.c | 70 #warning CONSIDER: Do we want to try again if data now fits in buffer? in __stdio_fwrite()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | allocator.h | 219 try in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | allocator.h | 228 try in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | allocator.h | 228 try in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_server_loop | 175 * Dispatch helper wrapping try {} catch {} around the dispatch call. 181 * This dispatcher wraps Direct_dispatch<R> with a try-catch (Exc). 194 try
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | allocator.h | 263 try in _GLIBCXX_VISIBILITY()
|
Completed in 27 milliseconds
1234