Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Deh_alloc.cc112 unsigned int which = 0; in __cxa_allocate_exception() local
119 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_exception()
123 emergency_used |= (bitmask_type)1 << which; in __cxa_allocate_exception()
124 ret = &emergency_buffer[which][0]; in __cxa_allocate_exception()
146 const unsigned int which in __cxa_free_exception() local
150 emergency_used &= ~((bitmask_type)1 << which); in __cxa_free_exception()
170 unsigned int which = 0; in __cxa_allocate_dependent_exception() local
175 if (++which >= EMERGENCY_OBJ_COUNT) in __cxa_allocate_dependent_exception()
179 dependents_used |= (bitmask_type)1 << which; in __cxa_allocate_dependent_exception()
180 ret = &dependents_buffer[which]; in __cxa_allocate_dependent_exception()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Drandom.cc215 } which; in _M_init()
219 which = any; in _M_init()
224 which = rdseed; in _M_init()
228 which = rdrand; in _M_init()
232 which = rand_s; in _M_init()
238 which = device_file; in _M_init()
243 which = prng; in _M_init()
251 if (which & rand_s) in _M_init()
259 if (which & rdseed) in _M_init()
288 if (which & rdrand) in _M_init()
[all …]
A Dcxx11-shim_facets.cc702 switch(which) in __time_get()
807 if (which == &numpunct<char>::id) in _M_sso_shim()
809 if (which == &std::collate<char>::id) in _M_sso_shim()
811 if (which == &time_get<char>::id) in _M_sso_shim()
813 if (which == &money_get<char>::id) in _M_sso_shim()
815 if (which == &money_put<char>::id) in _M_sso_shim()
821 if (which == &std::messages<char>::id) in _M_sso_shim()
824 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
828 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
830 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Drandom.cc157 enum { rand_s, rdseed, rdrand, device_file } which; in _M_init()
164 which = rand_s; in _M_init()
166 which = rdseed; in _M_init()
168 which = rdrand; in _M_init()
170 which = device_file; in _M_init()
177 which = rdseed; in _M_init()
181 which = rdrand; in _M_init()
185 which = rand_s; in _M_init()
191 which = device_file; in _M_init()
199 switch (which) in _M_init()
A Dcxx11-shim_facets.cc702 switch(which) in __time_get()
807 if (which == &numpunct<char>::id) in _M_sso_shim()
809 if (which == &std::collate<char>::id) in _M_sso_shim()
811 if (which == &time_get<char>::id) in _M_sso_shim()
813 if (which == &money_get<char>::id) in _M_sso_shim()
815 if (which == &money_put<char>::id) in _M_sso_shim()
821 if (which == &std::messages<char>::id) in _M_sso_shim()
824 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
828 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
830 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cpuclock2.c74 test_nanosleep (clockid_t clock, const char *which, in test_nanosleep() argument
82 which, strerror (e)); in test_nanosleep()
87 printf ("clock_nanosleep on %s CPU clock: %s\n", which, strerror (e)); in test_nanosleep()
96 which, (unsigned long int) clock, strerror (errno)); in test_nanosleep()
105 which, diff); in test_nanosleep()
122 which, strerror (e)); in test_nanosleep()
131 which, (unsigned long int) clock, strerror (errno)); in test_nanosleep()
141 which, sleepdiff); in test_nanosleep()
150 which, diffabs); in test_nanosleep()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dcxx11-shim_facets.cc697 switch(which) in __time_get()
802 if (which == &numpunct<char>::id) in _M_sso_shim()
804 if (which == &std::collate<char>::id) in _M_sso_shim()
806 if (which == &time_get<char>::id) in _M_sso_shim()
808 if (which == &money_get<char>::id) in _M_sso_shim()
810 if (which == &money_put<char>::id) in _M_sso_shim()
816 if (which == &std::messages<char>::id) in _M_sso_shim()
819 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
823 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
825 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
A Dcxx11-shim_facets.cc697 switch(which) in __time_get()
802 if (which == &numpunct<char>::id) in _M_sso_shim()
804 if (which == &std::collate<char>::id) in _M_sso_shim()
806 if (which == &time_get<char>::id) in _M_sso_shim()
808 if (which == &money_get<char>::id) in _M_sso_shim()
810 if (which == &money_put<char>::id) in _M_sso_shim()
816 if (which == &std::messages<char>::id) in _M_sso_shim()
819 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
823 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
825 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A Dcxx11-shim_facets.cc697 switch(which) in __time_get()
802 if (which == &numpunct<char>::id) in _M_sso_shim()
804 if (which == &std::collate<char>::id) in _M_sso_shim()
806 if (which == &time_get<char>::id) in _M_sso_shim()
808 if (which == &money_get<char>::id) in _M_sso_shim()
810 if (which == &money_put<char>::id) in _M_sso_shim()
816 if (which == &std::messages<char>::id) in _M_sso_shim()
819 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
823 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
825 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A Dcxx11-shim_facets.cc697 switch(which) in __time_get()
800 if (which == &numpunct<char>::id) in _M_sso_shim()
802 if (which == &std::collate<char>::id) in _M_sso_shim()
804 if (which == &time_get<char>::id) in _M_sso_shim()
806 if (which == &money_get<char>::id) in _M_sso_shim()
808 if (which == &money_put<char>::id) in _M_sso_shim()
814 if (which == &std::messages<char>::id) in _M_sso_shim()
817 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
821 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
823 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A Dcxx11-shim_facets.cc702 switch(which) in __time_get()
807 if (which == &numpunct<char>::id) in _M_sso_shim()
809 if (which == &std::collate<char>::id) in _M_sso_shim()
811 if (which == &time_get<char>::id) in _M_sso_shim()
813 if (which == &money_get<char>::id) in _M_sso_shim()
815 if (which == &money_put<char>::id) in _M_sso_shim()
821 if (which == &std::messages<char>::id) in _M_sso_shim()
824 if (which == &numpunct<wchar_t>::id) in _M_sso_shim()
828 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
830 if (which == &money_get<wchar_t>::id) in _M_sso_shim()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dgetpriority.c16 __priority_which_t, which, id_t, who) in _syscall2() argument
21 int getpriority(__priority_which_t which, id_t who) in _syscall2()
25 res = __syscall_getpriority(which, who); in _syscall2()
A Dquery_module.c11 int query_module(const char *name attribute_unused, int which attribute_unused,
14 _syscall5(int, query_module, const char *, name, int, which,
A Dgetitimer.c12 _syscall2(int, getitimer, __itimer_which_t, which, struct itimerval *, value)
A Dsetpriority.c14 _syscall3(int, setpriority, __priority_which_t, which, id_t, who, int, prio)
A Dsetitimer.c14 _syscall3(int, setitimer, __itimer_which_t, which,
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DPORTING25 - create crt1.S which defines the _start function ... you will probably want
27 the funcion __uClibc_main() which takes these parameters:
51 crtn.S files which define function prologues/epilogues.
83 - define the _start function which should call _dl_start which takes just one
86 - define the GET_ARGV() macro which calculates the value of argv based upon
88 - define PERFORM_BOOTSTRAP_RELOC() macro which will handle just the relocs
112 another arch which uses the same type of relocations (REL or RELA) and
116 front end of lazy relocation ... define the _dl_linux_resolve symbol which
117 is called by a PLT entry which has yet to be setup ... you will want to:
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arc/
A Dresolve.S10 ; Save the registers which resolver could possibly clobber
41 ; Upon entry, PLTn, which led us here, sets up the following regs
47 ; args to func being resolved, which resolver might clobber
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/
A Dsetjmp.S9 ;@ r0 = jump buffer into which regs will be saved
31 ; that will be right next to this setjmp call-site which will be
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dkconfig-language.txt63 Every menu entry can have at most one prompt, which is used to display
88 are applied to all other options within this menu entry (which also
125 and hex symbols. The user can only input a value which is larger than
139 which can modify the behaviour of the menu entry and its config
143 This declares a list of default entries which can be used when
144 looking for the default configuration (which is used when the main
148 This declares the symbol to be used as the MODULES symbol, which
289 A choice accepts another option "optional", which allows to set the
301 This defines a comment which is displayed to the user during the
343 first glance and most of which have become idioms in several Kconfig
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DINSTALL29 command, which will only ask you about new configuration options.
79 to check out "buildroot", which is available from the uClibc download area,
80 which provides examples of how to build your own uClibc based system.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dtypeinfo48 // Determine whether typeinfo names for the same type are merged (in which
49 // case comparison can just compare pointers) or not (in which case strings
57 // some of which may not be able to use pointer comparison, but the
58 // particular system for which libstdc++ is being built can use pointer
92 * controls in which translation unit the vtable is emitted. The
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dtypeinfo48 // Determine whether typeinfo names for the same type are merged (in which
49 // case comparison can just compare pointers) or not (in which case strings
57 // some of which may not be able to use pointer comparison, but the
58 // particular system for which libstdc++ is being built can use pointer
92 * controls in which translation unit the vtable is emitted. The
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dtypeinfo48 // Determine whether typeinfo names for the same type are merged (in which
49 // case comparison can just compare pointers) or not (in which case strings
57 // some of which may not be able to use pointer comparison, but the
58 // particular system for which libstdc++ is being built can use pointer
92 * controls in which translation unit the vtable is emitted. The
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dtypeinfo48 // Determine whether typeinfo names for the same type are merged (in which
49 // case comparison can just compare pointers) or not (in which case strings
57 // some of which may not be able to use pointer comparison, but the
58 // particular system for which libstdc++ is being built can use pointer
92 * controls in which translation unit the vtable is emitted. The

Completed in 48 milliseconds

12345678910>>...32