/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | obstack.h | 292 # define obstack_grow(OBSTACK,where,length) \ argument 298 memcpy (__o->next_free, where, __len); \ 302 # define obstack_grow0(OBSTACK,where,length) \ argument 308 memcpy (__o->next_free, where, __len); \ 368 # define obstack_copy(OBSTACK,where,length) \ argument 371 obstack_grow (__h, (where), (length)); \ 377 obstack_grow0 (__h, (where), (length)); \ 430 # define obstack_grow(h,where,length) \ argument 437 # define obstack_grow0(h,where,length) \ argument 475 # define obstack_copy(h,where,length) \ argument [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/powerpc/ |
A D | dl-sysdep.h | 53 #define PPC_DCBST(where) __asm__ __volatile__ ("dcbst 0,%0" : : "r"(where) : "memory") argument 56 #define PPC_ICBI(where) __asm__ __volatile__ ("icbi 0,%0" : : "r"(where) : "memory") argument
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | ltm.c | 258 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs() argument 263 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs() 264 L->top = where + nextra; /* next instruction will need top */ in luaT_getvarargs() 267 setobjs2s(L, where + i, ci->func - nextra + i); in luaT_getvarargs() 269 setnilvalue(s2v(where + i)); in luaT_getvarargs()
|
A D | ltm.h | 100 StkId where, int wanted);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_rec.c | 533 caddr_t where; in fill_input_buf() local 537 where = rstrm->in_base; in fill_input_buf() 539 where += i; in fill_input_buf() 541 if ((len = (*(rstrm->readit)) (rstrm->tcp_handle, where, len)) == -1) in fill_input_buf() 543 rstrm->in_finger = where; in fill_input_buf() 544 where += len; in fill_input_buf() 545 rstrm->in_boundry = where; in fill_input_buf()
|
A D | clnt_raw.c | 175 msg.acpted_rply.ar_results.where = resultsp; in clntraw_call()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/metag/ |
A D | strcmp.S | 38 LSLSZ D0Ar2,D0Ar6,#24 ! Yes: AND they where not zero? 40 LSLSZ D0Ar2,D0Ar6,#16 ! Yes: AND they where not zero? 42 LSLSZ D0Ar2,D0Ar6,#8 ! Yes: AND they where not zero?
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | simd_math.h | 715 where(!isnormal(__x), __mant) = __mant_subnormal; 716 where(__iszero_inf_nan, __mant) = __x; 810 where(__is_zero, __r) = -__infinity_v<_Tp>; 811 where(__is_nan, __r) = __x; 812 where(__is_inf, __r) = __infinity_v<_Tp>; 822 where(__is_normal, __scaled_exp) = __r; 847 where(isinf(__x), __r) = _Tp(); 1007 where(__hi == 0, __r) = 0; 1052 where(__hi >= __norm_min_v<_Tp>, __scale) 1056 where(__hi >= __norm_min_v<_Tp>, __hi_exp) [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ |
A D | README | 122 Fixed a bug in ld-linux.so where a reference to an 192 Fixed a bug in ldd where ld-linux.so.2 was not called 195 Fixed a problem in the previous version where some 228 Fixed a bug in ldconfig where an older library using 285 Fixed a bug in ldconfig where a symlink could be used 320 Fixed a bug in ld-linux.so where some registers were 458 Fixed a problem in ld-linux.so where a program linked 464 Fixed a problem in libdl.so where the wrong library 620 Fixed a bug in libldso.a where the arguments to 652 Fixed a bug in ld-linux.so where LD_LIBRARY_PATH and [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | typeinfo | 56 // is used where the object files are to be portable to multiple systems, 59 // comparison; in particular for most ARM EABI systems, where the ABI 93 * compiler makes use of that information to know where to emit 113 // we can run into cases where type_info names aren't merged,
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | unique_ptr_list | 25 * Single-linked list where elements are connected with a cxx::unique_ptr.
|
A D | ref_ptr_list | 29 * Single-linked list where elements are connected via a cxx::Ref_ptr.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/ |
A D | setjmp.S | 30 ; make a note of where longjmp will return to.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | rpc_msg.h | 100 caddr_t where; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | TODO | 78 trade off where size clearly wins). 91 *) check if sched_getcpu is only pulled in where it should be 149 are respected where they should be.
|
/l4re-core-master/l4re/include/ |
A D | rm | 255 * - Reserved areas (\a flags = F::Reserved), where no data spaces can be 257 * - Special purpose areas (\a flags = 0), where data spaces can be attached 323 * \param[in,out] start Virtual start address where the region manager 482 * \param task This argument specifies the task where the pages are 508 * \param task This argument specifies the task where the pages are 607 * \param start Virtual address from where to start searching. 623 * \param start Virtual address from where to start searching.
|
/l4re-core-master/l4sys/include/cxx/ |
A D | consts | 13 * \param val The value where the given lsb shall be masked.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/c6x/ |
A D | resolve.S | 13 ;; _dl_linux_resolver() figures out where the jump symbol is
|