Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 49) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_mutex.h22 #define __UCLIBC_MUTEX(M) pthread_mutex_t M argument
23 #define __UCLIBC_MUTEX_INIT(M,I) pthread_mutex_t M = I argument
24 #define __UCLIBC_MUTEX_STATIC(M,I) static pthread_mutex_t M = I argument
25 #define __UCLIBC_MUTEX_EXTERN(M) extern pthread_mutex_t M argument
75 #define __UCLIBC_IO_MUTEX(M) _IO_lock_t M argument
76 #define __UCLIBC_IO_MUTEX_LOCK(M) _IO_lock_lock(M) argument
77 #define __UCLIBC_IO_MUTEX_UNLOCK(M) _IO_lock_unlock(M) argument
78 #define __UCLIBC_IO_MUTEX_TRYLOCK(M) _IO_lock_trylock(M) argument
80 #define __UCLIBC_IO_MUTEX_EXTERN(M) extern _IO_lock_t M argument
98 #define __UCLIBC_IO_MUTEX_LOCK_CANCEL_UNSAFE(M) _IO_lock_lock(M) argument
[all …]
A DuClibc_stdio.h130 #define STDIO_INIT_MUTEX(M) _IO_lock_init(M) argument
132 #define STDIO_INIT_MUTEX(M) __stdio_init_mutex(& M) argument
211 # define __UCLIBC_IO_MUTEX(M) _IO_lock_t M argument
214 # define __UCLIBC_IO_MUTEX(M) pthread_mutex_t M argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dmalloc.h718 #define unsorted_chunks(M) (bin_at(M, 1)) argument
739 #define initial_top(M) (unsorted_chunks(M)) argument
818 #define have_anychunks(M) (((M)->max_fast & ANYCHUNKS_BIT)) argument
819 #define set_anychunks(M) ((M)->max_fast |= ANYCHUNKS_BIT) argument
820 #define clear_anychunks(M) ((M)->max_fast &= ~ANYCHUNKS_BIT) argument
830 #define have_fastchunks(M) (((M)->max_fast & FASTCHUNKS_BIT)) argument
831 #define set_fastchunks(M) ((M)->max_fast |= (FASTCHUNKS_BIT|ANYCHUNKS_BIT)) argument
832 #define clear_fastchunks(M) ((M)->max_fast &= ~(FASTCHUNKS_BIT)) argument
839 #define get_max_fast(M) \ argument
850 #define contiguous(M) \ argument
[all …]
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/
A Dmalloc.h729 #define unsorted_chunks(M) (bin_at(M, 1)) argument
750 #define initial_top(M) (unsorted_chunks(M)) argument
829 #define have_anychunks(M) (((M)->max_fast & ANYCHUNKS_BIT)) argument
830 #define set_anychunks(M) ((M)->max_fast |= ANYCHUNKS_BIT) argument
831 #define clear_anychunks(M) ((M)->max_fast &= ~ANYCHUNKS_BIT) argument
841 #define have_fastchunks(M) (((M)->max_fast & FASTCHUNKS_BIT)) argument
842 #define set_fastchunks(M) ((M)->max_fast |= (FASTCHUNKS_BIT|ANYCHUNKS_BIT)) argument
843 #define clear_fastchunks(M) ((M)->max_fast &= ~(FASTCHUNKS_BIT)) argument
850 #define get_max_fast(M) \ argument
861 #define contiguous(M) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dbasic.dat165 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Muammar Qaddafi (0,15)(?,?)(10,…
166 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Mo'ammar Gadhafi (0,16)(?,?)(11…
167 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Muammar Kaddafi (0,15)(?,?)(10,…
168 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Muammar Qadhafi (0,15)(?,?)(10,…
169 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Muammar Gadafi (0,14)(?,?)(10,1…
170 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Mu'ammar Qadafi (0,15)(?,?)(11,…
171 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Moamar Gaddafi (0,14)(?,?)(9,11)
175 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Muammar Ghadafi (0,15)(?,?)(11,…
177 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Muamar Kaddafi (0,14)(?,?)(9,11)
180 E M[ou]'?am+[ae]r .*([AEae]l[- ])?[GKQ]h?[aeu]+([dtz][dhz]?)+af[iy] Moammar Khadafy (0,15)(?,?)(11,…
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-tls1.c91 #define M 10 in do_test()
92 pthread_t th[M]; in do_test()
94 for (j = 0; j < M; ++j, ++s.a) in do_test()
101 for (j = 0; j < M; ++j) in do_test()
/l4re-core-master/l4sys/include/cxx/
A Dipc_server63 template<typename T, typename SVR_TYPE, typename ...M>
64 struct Svr_arg : Svr_xmit<T>, Arg_pack<M...>
66 typedef Arg_pack<M...> Base;
118 template<typename T, typename ...M>
119 struct Svr_arg<T, void, M...> : Arg_pack<M...>
121 typedef Arg_pack<M...> Base;
144 template<typename A, typename ...M>
145 struct Arg_pack<A, M...> : Svr_arg<A, typename _Elem<A>::svr_type, M...>
A Dipc_varg262 using M = l4_umword_t; ///< internal shortcut for msg words
263 using Mp = M const *; ///< internal shortcut for msg pointer
270 return _c + 1 + (Msg::align_to<M>(a.length()) / sizeof(M));
A Dipc_iface574 template<typename A, typename ...M>
575 struct Buf<A, M...> : Buf<M...>
577 typedef Buf<M...> Base;
586 arg_type a, typename _Elem<M>::arg_type ...m) noexcept
596 arg_type a, typename _Elem<M>::arg_type ...m) noexcept
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A Dshared_ptr.cc38 struct alignas(64) M : __gnu_cxx::__mutex { }; in get_mutex() struct
39 static M m[mask + 1]; in get_mutex()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dshared_ptr.cc38 struct alignas(64) M : __gnu_cxx::__mutex { }; in get_mutex() struct
39 static M m[mask + 1]; in get_mutex()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dtst-langinfo.input136 de_DE.ISO-8859-1 ABMON_3 M�r
148 de_DE.ISO-8859-1 MON_3 M�rz
181 de_DE.UTF-8 ABMON_3 Mär
193 de_DE.UTF-8 MON_3 März
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_funcs.h23 #define Result(C, S, E, M) \ argument
24 result (fp, (C), (S), locale, rec+1, seq_num+1, (E), (M))
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
212 _M_data->M = langstring;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
212 _M_data->M = langstring;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
212 _M_data->M = langstring;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
212 _M_data->M = langstring;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
212 _M_data->M = langstring;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
212 _M_data->M = langstring;
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DMAINTAINERS53 M: ricard.wanderlof@axis.com
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i960/
A Dspecs.uclinux.gcc-2.95.i960-intel-coff62 %{!fsyntax-only: %{!c:%{!M:%{!MM:%{!E:%{!S:%(linker) %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} …
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
82 // The multiplication of N and M becomes,
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
82 // The multiplication of N and M becomes,
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
82 // The multiplication of N and M becomes,
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dratio81 // then we find a1, a0, b1, b0 s.t. N = a1*c + a0, M = b1*c + b0
82 // The multiplication of N and M becomes,
83 // N * M = (a1 * b1)c^2 + (a0 * b1 + b0 * a1)c + a0 * b0

Completed in 33 milliseconds

12