Home
last modified time | relevance | path

Searched refs:ma (Results 1 – 21 of 21) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-mutex8.c94 check_type (const char *mas, pthread_mutexattr_t *ma) in check_type() argument
96 if (pthread_mutex_init (m, ma) != 0) in check_type()
108 if (pthread_mutex_init (m, ma) != 0) in check_type()
230 if (pthread_mutex_init (m, ma) != 0) in check_type()
325 pthread_mutexattr_t ma; in do_test() local
326 if (pthread_mutexattr_init (&ma) != 0) in do_test()
337 res |= check_type ("recursive", &ma); in do_test()
338 if (pthread_mutexattr_destroy (&ma) != 0) in do_test()
344 if (pthread_mutexattr_init (&ma) != 0) in do_test()
355 res |= check_type ("error-checking", &ma); in do_test()
[all …]
A Dtst-cond4.c40 pthread_mutexattr_t ma; in do_test() local
88 if (pthread_mutexattr_init (&ma) != 0) in do_test()
94 if (pthread_mutexattr_getpshared (&ma, &p) != 0) in do_test()
106 if (pthread_mutexattr_setpshared (&ma, PTHREAD_PROCESS_SHARED) != 0) in do_test()
112 if (pthread_mutexattr_getpshared (&ma, &p) != 0) in do_test()
124 if (pthread_mutex_init (mut1, &ma) != 0) in do_test()
130 if (pthread_mutex_init (mut2, &ma) != 0) in do_test()
A Dtst-cond5.c35 pthread_mutexattr_t ma; in do_test() local
40 if (pthread_mutexattr_init (&ma) != 0) in do_test()
46 if (pthread_mutexattr_settype (&ma, PTHREAD_MUTEX_ERRORCHECK) != 0) in do_test()
52 if (pthread_mutex_init (&mut, &ma) != 0) in do_test()
A Dtst-cond12.c75 pthread_mutexattr_t ma; in do_test() local
76 if (pthread_mutexattr_init (&ma) != 0) in do_test()
81 if (pthread_mutexattr_setpshared (&ma, 1) != 0) in do_test()
86 if (pthread_mutex_init (&p->m, &ma) != 0) in do_test()
91 if (pthread_mutexattr_destroy (&ma) != 0) in do_test()
A Dtst-cond6.c42 pthread_mutexattr_t ma; in do_test() local
89 if (pthread_mutexattr_init (&ma) != 0) in do_test()
95 if (pthread_mutexattr_setpshared (&ma, PTHREAD_PROCESS_SHARED) != 0) in do_test()
101 if (pthread_mutex_init (mut1, &ma) != 0) in do_test()
107 if (pthread_mutex_init (mut2, &ma) != 0) in do_test()
A Dtst-rwlock12.c39 pthread_mutexattr_t ma; in do_test() local
96 if (pthread_mutexattr_init (&ma) != 0) in do_test()
102 if (pthread_mutexattr_setpshared (&ma, PTHREAD_PROCESS_SHARED) != 0) in do_test()
108 if (pthread_mutex_init (m, &ma) != 0) in do_test()
A Dtst-attr1.c38 pthread_mutexattr_t ma; in do_test() local
40 if (pthread_mutexattr_init (&ma) != 0) in do_test()
185 int e = pthread_mutexattr_setpshared (&ma, r); in do_test()
199 if (pthread_mutexattr_getpshared (&ma, &s) != 0) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/
A Dsetjmp.S50 fstds,ma %fr12, 8(%r1) /* 88 */
51 fstds,ma %fr13, 8(%r1) /* 96 */
52 fstds,ma %fr14, 8(%r1) /* 104 */
53 fstds,ma %fr15, 8(%r1) /* 112 */
54 fstds,ma %fr16, 8(%r1) /* 120 */
55 fstds,ma %fr17, 8(%r1) /* 128 */
56 fstds,ma %fr18, 8(%r1) /* 136 */
57 fstds,ma %fr19, 8(%r1) /* 144 */
58 fstds,ma %fr20, 8(%r1) /* 152 */
A D__longjmp.S54 fldds,ma 8(%r20), %fr12
55 fldds,ma 8(%r20), %fr13
56 fldds,ma 8(%r20), %fr14
57 fldds,ma 8(%r20), %fr15
58 fldds,ma 8(%r20), %fr16
59 fldds,ma 8(%r20), %fr17
60 fldds,ma 8(%r20), %fr18
61 fldds,ma 8(%r20), %fr19
62 fldds,ma 8(%r20), %fr20
A Drshift.s35 ldws,ma 4(%r25),%r22
39 ldws,ma 4(%r25),%r29
43 L$loop: ldws,ma 4(%r25),%r22
44 stws,ma %r20,4(%r26)
47 ldws,ma 4(%r25),%r29
48 stws,ma %r20,4(%r26)
52 L$0002: stws,ma %r20,4(%r26)
56 L$0003: stws,ma %r20,4(%r26)
/l4re-core-master/ned/server/src/
A Dapp_model.cc117 L4::Cap<L4Re::Mem_alloc> ma(prog_info()->mem_alloc.raw & L4_FPAGE_ADDR_MASK); in alloc_app_stack() local
118 chksys(ma->alloc(_stack.stack_size(), stack.get()), in alloc_app_stack()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c1252 struct resolv_answer ma; in __dns_lookup() local
1509 i = __decode_answer(packet, pos, packet_len, &ma); in __dns_lookup()
1521 ma.buf = a->buf; in __dns_lookup()
1522 ma.buflen = a->buflen; in __dns_lookup()
1523 ma.add_count = a->add_count; in __dns_lookup()
1525 memcpy(a, &ma, sizeof(ma)); in __dns_lookup()
1536 free(ma.dotted); in __dns_lookup()
1537 if (ma.atype != type) in __dns_lookup()
1539 if (a->rdlength != ma.rdlength) { in __dns_lookup()
1542 ma.rdlength, a->rdlength); in __dns_lookup()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/
A Dth_TH194 collating-element <mo-ma-e> from "<U0E40><U0E21>"
195 collating-element <mo-ma-ae> from "<U0E41><U0E21>"
196 collating-element <mo-ma-o> from "<U0E42><U0E21>"
197 collating-element <mo-ma-ai-maimuan> from "<U0E43><U0E21>"
198 collating-element <mo-ma-ai-maimalai> from "<U0E44><U0E21>"
638 <mo-ma-e> "<U0E21><U0E40>";<BLANK>;<BLANK>;<BLANK>
639 <mo-ma-ae> "<U0E21><U0E41>";<BLANK>;<BLANK>;<BLANK>
640 <mo-ma-o> "<U0E21><U0E42>";<BLANK>;<BLANK>;<BLANK>
641 <mo-ma-ai-maimuan> "<U0E21><U0E43>";<BLANK>;<BLANK>;<BLANK>
642 <mo-ma-ai-maimalai> "<U0E21><U0E44>";<BLANK>;<BLANK>;<BLANK>
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dvalarray154 /// Construct an array with the same size and values in @a ma.
223 * Assign elements of array to values in @a ma. Results are undefined
224 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dvalarray154 /// Construct an array with the same size and values in @a ma.
223 * Assign elements of array to values in @a ma. Results are undefined
224 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dvalarray154 /// Construct an array with the same size and values in @a ma.
223 * Assign elements of array to values in @a ma. Results are undefined
224 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dvalarray154 /// Construct an array with the same size and values in @a ma.
223 * Assign elements of array to values in @a ma. Results are undefined
224 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dvalarray165 /// Construct an array with the same size and values in @a ma.
234 * Assign elements of array to values in @a ma. Results are undefined
235 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dvalarray165 /// Construct an array with the same size and values in @a ma.
234 * Assign elements of array to values in @a ma. Results are undefined
235 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dvalarray165 /// Construct an array with the same size and values in @a ma.
234 * Assign elements of array to values in @a ma. Results are undefined
235 * if @a ma does not have the same size as this array.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dvalarray154 /// Construct an array with the same size and values in @a ma.
223 * Assign elements of array to values in @a ma. Results are undefined
224 * if @a ma does not have the same size as this array.

Completed in 45 milliseconds